PendingProductionVariantSummary

The production variant summary for a deployment when an endpoint is creating or updating with the CreateEndpoint or UpdateEndpoint operations. Describes the VariantStatus , weight and capacity for a production variant associated with an endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This parameter is no longer supported. Elastic Inference (EI) is no longer available.

Link copied to clipboard

The number of instances associated with the variant.

Link copied to clipboard

The serverless configuration for the endpoint.

Link copied to clipboard

The weight associated with the variant.

Link copied to clipboard

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

Link copied to clipboard

The number of instances requested in this deployment, as specified in the endpoint configuration for the endpoint. The value is taken from the request to the CreateEndpointConfig operation.

Link copied to clipboard

The serverless configuration requested for this deployment, as specified in the endpoint configuration for the endpoint.

Link copied to clipboard

The requested weight for the variant in this deployment, as specified in the endpoint configuration for the endpoint. The value is taken from the request to the CreateEndpointConfig operation.

Link copied to clipboard

The type of instances associated with the variant.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the variant.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String