GoogleCloudAiplatformV1ReasoningEngine constructor

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

Implementation

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