Class: Aws::SageMaker::Types::DesiredWeightAndCapacity
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::DesiredWeightAndCapacity
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Specifies weight and capacity values for a production variant.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #desired_instance_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The variant’s capacity.
 - 
  
    
      #desired_weight  ⇒ Float 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The variant’s weight.
 - 
  
    
      #serverless_update_config  ⇒ Types::ProductionVariantServerlessUpdateConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the serverless update concurrency configuration for an endpoint variant.
 - 
  
    
      #variant_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the variant to update.
 
Instance Attribute Details
#desired_instance_count ⇒ Integer
The variant’s capacity.
      19516 19517 19518 19519 19520 19521 19522 19523  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19516 class DesiredWeightAndCapacity < Struct.new( :variant_name, :desired_weight, :desired_instance_count, :serverless_update_config) SENSITIVE = [] include Aws::Structure end  | 
  
#desired_weight ⇒ Float
The variant’s weight.
      19516 19517 19518 19519 19520 19521 19522 19523  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19516 class DesiredWeightAndCapacity < Struct.new( :variant_name, :desired_weight, :desired_instance_count, :serverless_update_config) SENSITIVE = [] include Aws::Structure end  | 
  
#serverless_update_config ⇒ Types::ProductionVariantServerlessUpdateConfig
Specifies the serverless update concurrency configuration for an endpoint variant.
      19516 19517 19518 19519 19520 19521 19522 19523  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19516 class DesiredWeightAndCapacity < Struct.new( :variant_name, :desired_weight, :desired_instance_count, :serverless_update_config) SENSITIVE = [] include Aws::Structure end  | 
  
#variant_name ⇒ String
The name of the variant to update.
      19516 19517 19518 19519 19520 19521 19522 19523  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 19516 class DesiredWeightAndCapacity < Struct.new( :variant_name, :desired_weight, :desired_instance_count, :serverless_update_config) SENSITIVE = [] include Aws::Structure end  |