GoogleCloudAiplatformV1DeployedModel constructor

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

Implementation

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