GoogleCloudAiplatformV1ReasoningEngine constructor

GoogleCloudAiplatformV1ReasoningEngine({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? etag,
  5. String? name,
  6. GoogleCloudAiplatformV1ReasoningEngineSpec? spec,
  7. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1ReasoningEngine({
  this.createTime,
  this.description,
  this.displayName,
  this.etag,
  this.name,
  this.spec,
  this.updateTime,
});