Class: Aws::SageMaker::Types::ModelVariantConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelVariantConfigSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Summary of the deployment configuration of a model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#infrastructure_config ⇒ Types::ModelInfrastructureConfig
The configuration of the infrastructure that the model has been deployed to.
-
#model_name ⇒ String
The name of the Amazon SageMaker Model entity.
-
#status ⇒ String
The status of deployment for the model variant on the hosted inference endpoint.
-
#variant_name ⇒ String
The name of the variant.
Instance Attribute Details
#infrastructure_config ⇒ Types::ModelInfrastructureConfig
The configuration of the infrastructure that the model has been deployed to.
33940 33941 33942 33943 33944 33945 33946 33947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33940 class ModelVariantConfigSummary < Struct.new( :model_name, :variant_name, :infrastructure_config, :status) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the Amazon SageMaker Model entity.
33940 33941 33942 33943 33944 33945 33946 33947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33940 class ModelVariantConfigSummary < Struct.new( :model_name, :variant_name, :infrastructure_config, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
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.
33940 33941 33942 33943 33944 33945 33946 33947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33940 class ModelVariantConfigSummary < Struct.new( :model_name, :variant_name, :infrastructure_config, :status) SENSITIVE = [] include Aws::Structure end |
#variant_name ⇒ String
The name of the variant.
33940 33941 33942 33943 33944 33945 33946 33947 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 33940 class ModelVariantConfigSummary < Struct.new( :model_name, :variant_name, :infrastructure_config, :status) SENSITIVE = [] include Aws::Structure end |