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. GoogleCloudAiplatformV1FasterDeploymentConfig? fasterDeploymentConfig,
  10. String? id,
  11. String? model,
  12. String? modelVersionId,
  13. GoogleCloudAiplatformV1PrivateEndpoints? privateEndpoints,
  14. String? serviceAccount,
  15. String? sharedResources,
  16. GoogleCloudAiplatformV1SpeculativeDecodingSpec? speculativeDecodingSpec,
  17. GoogleCloudAiplatformV1DeployedModelStatus? status,
  18. Map<String, String>? systemLabels,
})

Implementation

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