DeployedModel constructor

DeployedModel({
  1. DedicatedResources? dedicatedResources,
  2. AutomaticResources? automaticResources,
  3. String? sharedResources,
  4. String id = '',
  5. String model = '',
  6. String modelVersionId = '',
  7. String displayName = '',
  8. Timestamp? createTime,
  9. ExplanationSpec? explanationSpec,
  10. bool disableExplanations = false,
  11. String serviceAccount = '',
  12. bool enableContainerLogging = false,
  13. bool disableContainerLogging = false,
  14. bool enableAccessLogging = false,
  15. PrivateEndpoints? privateEndpoints,
  16. FasterDeploymentConfig? fasterDeploymentConfig,
  17. RolloutOptions? rolloutOptions,
  18. DeployedModel_Status? status,
  19. Map<String, String> systemLabels = const {},
  20. String checkpointId = '',
  21. SpeculativeDecodingSpec? speculativeDecodingSpec,
})

Implementation

DeployedModel({
  this.dedicatedResources,
  this.automaticResources,
  this.sharedResources,
  this.id = '',
  this.model = '',
  this.modelVersionId = '',
  this.displayName = '',
  this.createTime,
  this.explanationSpec,
  this.disableExplanations = false,
  this.serviceAccount = '',
  this.enableContainerLogging = false,
  this.disableContainerLogging = false,
  this.enableAccessLogging = false,
  this.privateEndpoints,
  this.fasterDeploymentConfig,
  this.rolloutOptions,
  this.status,
  this.systemLabels = const {},
  this.checkpointId = '',
  this.speculativeDecodingSpec,
}) : super(fullyQualifiedName);