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
- Struct
- Aws::SageMaker::Types::ProductionVariantSummary
- 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
-
#current_instance_count ⇒ Integer
The number of instances associated with the variant.
-
#current_weight ⇒ Float
The weight associated with the variant.
-
#deployed_images ⇒ Array<Types::DeployedImage>
An array of
DeployedImage
objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of thisProductionVariant
. -
#desired_instance_count ⇒ Integer
The number of instances requested in the
UpdateEndpointWeightsAndCapacities
request. -
#desired_weight ⇒ Float
The requested weight, as specified in the
UpdateEndpointWeightsAndCapacities
request. -
#variant_name ⇒ String
The name of the variant.
Instance Attribute Details
#current_instance_count ⇒ Integer
The number of instances associated with the variant.
#current_weight ⇒ Float
The weight associated with the variant.
#deployed_images ⇒ 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_count ⇒ Integer
The number of instances requested in the
UpdateEndpointWeightsAndCapacities
request.
#desired_weight ⇒ Float
The requested weight, as specified in the
UpdateEndpointWeightsAndCapacities
request.
#variant_name ⇒ String
The name of the variant.