GoogleCloudAiplatformV1DeployedModel constructor

GoogleCloudAiplatformV1DeployedModel({
  1. GoogleCloudAiplatformV1AutomaticResources? automaticResources,
  2. String? createTime,
  3. GoogleCloudAiplatformV1DedicatedResources? dedicatedResources,
  4. bool? disableContainerLogging,
  5. String? displayName,
  6. bool? enableAccessLogging,
  7. GoogleCloudAiplatformV1ExplanationSpec? explanationSpec,
  8. String? id,
  9. String? model,
  10. String? modelVersionId,
  11. GoogleCloudAiplatformV1PrivateEndpoints? privateEndpoints,
  12. String? serviceAccount,
  13. String? sharedResources,
})

Implementation

GoogleCloudAiplatformV1DeployedModel({
  this.automaticResources,
  this.createTime,
  this.dedicatedResources,
  this.disableContainerLogging,
  this.displayName,
  this.enableAccessLogging,
  this.explanationSpec,
  this.id,
  this.model,
  this.modelVersionId,
  this.privateEndpoints,
  this.serviceAccount,
  this.sharedResources,
});