Class: Aws::SageMaker::Types::ModelVariantConfigSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Summary of the deployment configuration of a model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_configTypes::ModelInfrastructureConfig

The configuration of the infrastructure that the model has been deployed to.



32186
32187
32188
32189
32190
32191
32192
32193
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32186

class ModelVariantConfigSummary < Struct.new(
  :model_name,
  :variant_name,
  :infrastructure_config,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of the Amazon SageMaker Model entity.

Returns:

  • (String)


32186
32187
32188
32189
32190
32191
32192
32193
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32186

class ModelVariantConfigSummary < Struct.new(
  :model_name,
  :variant_name,
  :infrastructure_config,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


32186
32187
32188
32189
32190
32191
32192
32193
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32186

class ModelVariantConfigSummary < Struct.new(
  :model_name,
  :variant_name,
  :infrastructure_config,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#variant_nameString

The name of the variant.

Returns:

  • (String)


32186
32187
32188
32189
32190
32191
32192
32193
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32186

class ModelVariantConfigSummary < Struct.new(
  :model_name,
  :variant_name,
  :infrastructure_config,
  :status)
  SENSITIVE = []
  include Aws::Structure
end