Class: Aws::SageMaker::Types::ModelVariantConfig

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

Overview

Contains information about the deployment options of a model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#infrastructure_configTypes::ModelInfrastructureConfig

The configuration for the infrastructure that the model will be deployed to.



32140
32141
32142
32143
32144
32145
32146
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32140

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

#model_nameString

The name of the Amazon SageMaker Model entity.

Returns:

  • (String)


32140
32141
32142
32143
32144
32145
32146
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32140

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

#variant_nameString

The name of the variant.

Returns:

  • (String)


32140
32141
32142
32143
32144
32145
32146
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32140

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