ProductionVariantSummary
public struct ProductionVariantSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of instances associated with the variant.
Declaration
Swift
public let currentInstanceCount: Int?
-
The weight associated with the variant.
Declaration
Swift
public let currentWeight: Float?
-
An array of DeployedImage objects that specify the Amazon EC2 Container Registry paths of the inference images deployed on instances of this ProductionVariant.
Declaration
Swift
public let deployedImages: [DeployedImage]?
-
The number of instances requested in the UpdateEndpointWeightsAndCapacities request.
Declaration
Swift
public let desiredInstanceCount: Int?
-
The requested weight, as specified in the UpdateEndpointWeightsAndCapacities request.
Declaration
Swift
public let desiredWeight: Float?
-
The name of the variant.
Declaration
Swift
public let variantName: String
-
init(currentInstanceCount:currentWeight:deployedImages:desiredInstanceCount:desiredWeight:variantName:)
Undocumented
Declaration
Swift
public init(currentInstanceCount: Int? = nil, currentWeight: Float? = nil, deployedImages: [DeployedImage]? = nil, desiredInstanceCount: Int? = nil, desiredWeight: Float? = nil, variantName: String)