Class: Aws::SageMaker::Types::ModelVariantConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::ModelVariantConfig
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Contains information about the deployment options of a model.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #infrastructure_config  ⇒ Types::ModelInfrastructureConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for the infrastructure that the model will be deployed to.
 - 
  
    
      #model_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Amazon SageMaker Model entity.
 - 
  
    
      #variant_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the variant.
 
Instance Attribute Details
#infrastructure_config ⇒ Types::ModelInfrastructureConfig
The configuration for the infrastructure that the model will be deployed to.
      35357 35358 35359 35360 35361 35362 35363  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35357 class ModelVariantConfig < Struct.new( :model_name, :variant_name, :infrastructure_config) SENSITIVE = [] include Aws::Structure end  | 
  
#model_name ⇒ String
The name of the Amazon SageMaker Model entity.
      35357 35358 35359 35360 35361 35362 35363  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35357 class ModelVariantConfig < Struct.new( :model_name, :variant_name, :infrastructure_config) SENSITIVE = [] include Aws::Structure end  | 
  
#variant_name ⇒ String
The name of the variant.
      35357 35358 35359 35360 35361 35362 35363  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 35357 class ModelVariantConfig < Struct.new( :model_name, :variant_name, :infrastructure_config) SENSITIVE = [] include Aws::Structure end  |