Class: Aws::SageMaker::Types::ShadowModelVariantConfig
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SageMaker::Types::ShadowModelVariantConfig
 
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The name and sampling percentage of a shadow variant.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #sampling_percentage  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant. 
- 
  
    
      #shadow_model_variant_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the shadow variant. 
Instance Attribute Details
#sampling_percentage ⇒ Integer
The percentage of inference requests that Amazon SageMaker replicates from the production variant to the shadow variant.
| 45989 45990 45991 45992 45993 45994 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45989 class ShadowModelVariantConfig < Struct.new( :shadow_model_variant_name, :sampling_percentage) SENSITIVE = [] include Aws::Structure end | 
#shadow_model_variant_name ⇒ String
The name of the shadow variant.
| 45989 45990 45991 45992 45993 45994 | # File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 45989 class ShadowModelVariantConfig < Struct.new( :shadow_model_variant_name, :sampling_percentage) SENSITIVE = [] include Aws::Structure end |