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.
18465 18466 18467 18468 18469 18470 18471 18472 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18465 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.
18465 18466 18467 18468 18469 18470 18471 18472 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18465 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.
18465 18466 18467 18468 18469 18470 18471 18472 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18465 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.
18465 18466 18467 18468 18469 18470 18471 18472 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 18465 class DesiredWeightAndCapacity < Struct.new( :variant_name, :desired_weight, :desired_instance_count, :serverless_update_config) SENSITIVE = [] include Aws::Structure end |