GoogleCloudAiplatformV1ReasoningEngine constructor

GoogleCloudAiplatformV1ReasoningEngine({
  1. GoogleCloudAiplatformV1ReasoningEngineContextSpec? contextSpec,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  6. String? etag,
  7. Map<String, String>? labels,
  8. String? name,
  9. GoogleCloudAiplatformV1ReasoningEngineSpec? spec,
  10. String? updateTime,
})

Implementation

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