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

Class: Aws::SageMaker::Types::ProductionVariantSummary

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

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#current_instance_countInteger

The number of instances associated with the variant.

Returns:

  • (Integer)

    The number of instances associated with the variant.

#current_weightFloat

The weight associated with the variant.

Returns:

  • (Float)

    The weight associated with the variant.

#deployed_imagesArray<Types::DeployedImage>

An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.

Returns:

  • (Array<Types::DeployedImage>)

    An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.

#desired_instance_countInteger

The number of instances requested in the UpdateEndpointWeightsAndCapacities request.

Returns:

  • (Integer)

    The number of instances requested in the UpdateEndpointWeightsAndCapacities request.

#desired_weightFloat

The requested weight, as specified in the UpdateEndpointWeightsAndCapacities request.

Returns:

  • (Float)

    The requested weight, as specified in the UpdateEndpointWeightsAndCapacities request.

#variant_nameString

The name of the variant.

Returns:

  • (String)

    The name of the variant.