class Aws::SageMaker::Types::ProductionVariantSummary

Describes weight and capacities for a production variant associated with an endpoint. If you sent a request to the `UpdateEndpointWeightsAndCapacities` API and the endpoint status is `Updating`, you get different desired and current values.

@!attribute [rw] variant_name

The name of the variant.
@return [String]

@!attribute [rw] deployed_images

An array of `DeployedImage` objects that specify the Amazon EC2
Container Registry paths of the inference images deployed on
instances of this `ProductionVariant`.
@return [Array<Types::DeployedImage>]

@!attribute [rw] current_weight

The weight associated with the variant.
@return [Float]

@!attribute [rw] desired_weight

The requested weight, as specified in the
`UpdateEndpointWeightsAndCapacities` request.
@return [Float]

@!attribute [rw] current_instance_count

The number of instances associated with the variant.
@return [Integer]

@!attribute [rw] desired_instance_count

The number of instances requested in the
`UpdateEndpointWeightsAndCapacities` request.
@return [Integer]

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

Constants

SENSITIVE