class Aws::SageMaker::Types::DesiredWeightAndCapacity

Specifies weight and capacity values for a production variant.

@note When making an API call, you may pass DesiredWeightAndCapacity

data as a hash:

    {
      variant_name: "VariantName", # required
      desired_weight: 1.0,
      desired_instance_count: 1,
    }

@!attribute [rw] variant_name

The name of the variant to update.
@return [String]

@!attribute [rw] desired_weight

The variant's weight.
@return [Float]

@!attribute [rw] desired_instance_count

The variant's capacity.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DesiredWeightAndCapacity AWS API Documentation

Constants

SENSITIVE