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.
19612 19613 19614 19615 19616 19617 19618 19619 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19612 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.
19612 19613 19614 19615 19616 19617 19618 19619 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19612 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.
19612 19613 19614 19615 19616 19617 19618 19619 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19612 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.
19612 19613 19614 19615 19616 19617 19618 19619 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 19612 class DesiredWeightAndCapacity < Struct.new( :variant_name, :desired_weight, :desired_instance_count, :serverless_update_config) SENSITIVE = [] include Aws::Structure end |