DeployedModel constructor
DeployedModel({
- DedicatedResources? dedicatedResources,
- AutomaticResources? automaticResources,
- String id = '',
- String model = '',
- String modelVersionId = '',
- String displayName = '',
- Timestamp? createTime,
- ExplanationSpec? explanationSpec,
- bool disableExplanations = false,
- String serviceAccount = '',
- bool enableContainerLogging = false,
- bool disableContainerLogging = false,
- bool enableAccessLogging = false,
- PrivateEndpoints? privateEndpoints,
- FasterDeploymentConfig? fasterDeploymentConfig,
- RolloutOptions? rolloutOptions,
- DeployedModel_Status? status,
- Map<
String, String> systemLabels = const {}, - String checkpointId = '',
- 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);