GoogleCloudAiplatformV1DeployedModel constructor

GoogleCloudAiplatformV1DeployedModel({
  1. GoogleCloudAiplatformV1AutomaticResources? automaticResources,
  2. String? checkpointId,
  3. String? createTime,
  4. GoogleCloudAiplatformV1DedicatedResources? dedicatedResources,
  5. bool? disableContainerLogging,
  6. bool? disableExplanations,
  7. String? displayName,
  8. bool? enableAccessLogging,
  9. GoogleCloudAiplatformV1ExplanationSpec? explanationSpec,
  10. GoogleCloudAiplatformV1FasterDeploymentConfig? fasterDeploymentConfig,
  11. String? gdcConnectedModel,
  12. String? id,
  13. String? model,
  14. String? modelVersionId,
  15. GoogleCloudAiplatformV1PrivateEndpoints? privateEndpoints,
  16. String? serviceAccount,
  17. String? sharedResources,
  18. GoogleCloudAiplatformV1SpeculativeDecodingSpec? speculativeDecodingSpec,
  19. GoogleCloudAiplatformV1DeployedModelStatus? status,
  20. Map<String, String>? systemLabels,
})

Implementation

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