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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#infrastructure_configTypes::ModelInfrastructureConfig

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



32192
32193
32194
32195
32196
32197
32198
32199
# File 'lib/aws-sdk-sagemaker/types.rb', line 32192

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)


32192
32193
32194
32195
32196
32197
32198
32199
# File 'lib/aws-sdk-sagemaker/types.rb', line 32192

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)


32192
32193
32194
32195
32196
32197
32198
32199
# File 'lib/aws-sdk-sagemaker/types.rb', line 32192

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)


32192
32193
32194
32195
32196
32197
32198
32199
# File 'lib/aws-sdk-sagemaker/types.rb', line 32192

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