public static interface ModelVariantConfigSummary.Builder extends SdkPojo, CopyableBuilder<ModelVariantConfigSummary.Builder,ModelVariantConfigSummary>
| Modifier and Type | Method and Description |
|---|---|
default ModelVariantConfigSummary.Builder |
infrastructureConfig(Consumer<ModelInfrastructureConfig.Builder> infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
|
ModelVariantConfigSummary.Builder |
infrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
|
ModelVariantConfigSummary.Builder |
modelName(String modelName)
The name of the Amazon SageMaker Model entity.
|
ModelVariantConfigSummary.Builder |
status(ModelVariantStatus status)
The status of deployment for the model variant on the hosted inference endpoint.
|
ModelVariantConfigSummary.Builder |
status(String status)
The status of deployment for the model variant on the hosted inference endpoint.
|
ModelVariantConfigSummary.Builder |
variantName(String variantName)
The name of the variant.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelVariantConfigSummary.Builder modelName(String modelName)
The name of the Amazon SageMaker Model entity.
modelName - The name of the Amazon SageMaker Model entity.ModelVariantConfigSummary.Builder variantName(String variantName)
The name of the variant.
variantName - The name of the variant.ModelVariantConfigSummary.Builder infrastructureConfig(ModelInfrastructureConfig infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
infrastructureConfig - The configuration of the infrastructure that the model has been deployed to.default ModelVariantConfigSummary.Builder infrastructureConfig(Consumer<ModelInfrastructureConfig.Builder> infrastructureConfig)
The configuration of the infrastructure that the model has been deployed to.
This is a convenience method that creates an instance of theModelInfrastructureConfig.Builder
avoiding the need to create one manually via ModelInfrastructureConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to infrastructureConfig(ModelInfrastructureConfig).
infrastructureConfig - a consumer that will call methods on ModelInfrastructureConfig.BuilderinfrastructureConfig(ModelInfrastructureConfig)ModelVariantConfigSummary.Builder status(String status)
The status of deployment for the model variant on the hosted inference endpoint.
Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.
InService - The model variant is running on the hosted inference endpoint.
Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.
Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.
Deleted - The model variant has been deleted on the hosted inference endpoint. This can only
happen after stopping the experiment.
status - The status of deployment for the model variant on the hosted inference endpoint.
Creating - Amazon SageMaker is preparing the model variant on the hosted inference
endpoint.
InService - The model variant is running on the hosted inference endpoint.
Updating - Amazon SageMaker is updating the model variant on the hosted inference
endpoint.
Deleting - Amazon SageMaker is deleting the model variant on the hosted inference
endpoint.
Deleted - The model variant has been deleted on the hosted inference endpoint. This can
only happen after stopping the experiment.
ModelVariantStatus,
ModelVariantStatusModelVariantConfigSummary.Builder status(ModelVariantStatus status)
The status of deployment for the model variant on the hosted inference endpoint.
Creating - Amazon SageMaker is preparing the model variant on the hosted inference endpoint.
InService - The model variant is running on the hosted inference endpoint.
Updating - Amazon SageMaker is updating the model variant on the hosted inference endpoint.
Deleting - Amazon SageMaker is deleting the model variant on the hosted inference endpoint.
Deleted - The model variant has been deleted on the hosted inference endpoint. This can only
happen after stopping the experiment.
status - The status of deployment for the model variant on the hosted inference endpoint.
Creating - Amazon SageMaker is preparing the model variant on the hosted inference
endpoint.
InService - The model variant is running on the hosted inference endpoint.
Updating - Amazon SageMaker is updating the model variant on the hosted inference
endpoint.
Deleting - Amazon SageMaker is deleting the model variant on the hosted inference
endpoint.
Deleted - The model variant has been deleted on the hosted inference endpoint. This can
only happen after stopping the experiment.
ModelVariantStatus,
ModelVariantStatusCopyright © 2023. All rights reserved.