AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ProductionVariantSummary

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class ProductionVariantSummary

The ProductionVariantSummary type exposes the following members

Constructors

NameDescription
Public Method ProductionVariantSummary()

Properties

NameTypeDescription
Public Property CurrentInstanceCount System.Int32

Gets and sets the property CurrentInstanceCount.

The number of instances associated with the variant.

Public Property CurrentServerlessConfig Amazon.SageMaker.Model.ProductionVariantServerlessConfig

Gets and sets the property CurrentServerlessConfig.

The serverless configuration for the endpoint.

Public Property CurrentWeight System.Single

Gets and sets the property CurrentWeight.

The weight associated with the variant.

Public Property DeployedImages System.Collections.Generic.List<Amazon.SageMaker.Model.DeployedImage>

Gets and sets the property DeployedImages.

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

Public Property DesiredInstanceCount System.Int32

Gets and sets the property DesiredInstanceCount.

The number of instances requested in the UpdateEndpointWeightsAndCapacities request.

Public Property DesiredServerlessConfig Amazon.SageMaker.Model.ProductionVariantServerlessConfig

Gets and sets the property DesiredServerlessConfig.

The serverless configuration requested for the endpoint update.

Public Property DesiredWeight System.Single

Gets and sets the property DesiredWeight.

The requested weight, as specified in the UpdateEndpointWeightsAndCapacities request.

Public Property ManagedInstanceScaling Amazon.SageMaker.Model.ProductionVariantManagedInstanceScaling

Gets and sets the property ManagedInstanceScaling.

Settings that control the range in the number of instances that the endpoint provisions as it scales up or down to accommodate traffic.

Public Property RoutingConfig Amazon.SageMaker.Model.ProductionVariantRoutingConfig

Gets and sets the property RoutingConfig.

Settings that control how the endpoint routes incoming traffic to the instances that the endpoint hosts.

Public Property VariantName System.String

Gets and sets the property VariantName.

The name of the variant.

Public Property VariantStatus System.Collections.Generic.List<Amazon.SageMaker.Model.ProductionVariantStatus>

Gets and sets the property VariantStatus.

The endpoint variant status which describes the current deployment stage status or operational status.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5