You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::DesiredWeightAndCapacity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DesiredWeightAndCapacity as input to an Aws::Client method, you can use a vanilla Hash:

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

Specifies weight and capacity values for a production variant.

Instance Attribute Summary collapse

Instance Attribute Details

#desired_instance_countInteger

The variant\'s capacity.

Returns:

  • (Integer)

    The variant\'s capacity.

#desired_weightFloat

The variant\'s weight.

Returns:

  • (Float)

    The variant\'s weight.

#variant_nameString

The name of the variant to update.

Returns:

  • (String)

    The name of the variant to update.