| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.PendingProductionVariantSummary
Description
Synopsis
- data PendingProductionVariantSummary = PendingProductionVariantSummary' {
- acceleratorType :: Maybe ProductionVariantAcceleratorType
- currentInstanceCount :: Maybe Natural
- currentServerlessConfig :: Maybe ProductionVariantServerlessConfig
- currentWeight :: Maybe Double
- deployedImages :: Maybe [DeployedImage]
- desiredInstanceCount :: Maybe Natural
- desiredServerlessConfig :: Maybe ProductionVariantServerlessConfig
- desiredWeight :: Maybe Double
- instanceType :: Maybe ProductionVariantInstanceType
- variantStatus :: Maybe [ProductionVariantStatus]
- variantName :: Text
- newPendingProductionVariantSummary :: Text -> PendingProductionVariantSummary
- pendingProductionVariantSummary_acceleratorType :: Lens' PendingProductionVariantSummary (Maybe ProductionVariantAcceleratorType)
- pendingProductionVariantSummary_currentInstanceCount :: Lens' PendingProductionVariantSummary (Maybe Natural)
- pendingProductionVariantSummary_currentServerlessConfig :: Lens' PendingProductionVariantSummary (Maybe ProductionVariantServerlessConfig)
- pendingProductionVariantSummary_currentWeight :: Lens' PendingProductionVariantSummary (Maybe Double)
- pendingProductionVariantSummary_deployedImages :: Lens' PendingProductionVariantSummary (Maybe [DeployedImage])
- pendingProductionVariantSummary_desiredInstanceCount :: Lens' PendingProductionVariantSummary (Maybe Natural)
- pendingProductionVariantSummary_desiredServerlessConfig :: Lens' PendingProductionVariantSummary (Maybe ProductionVariantServerlessConfig)
- pendingProductionVariantSummary_desiredWeight :: Lens' PendingProductionVariantSummary (Maybe Double)
- pendingProductionVariantSummary_instanceType :: Lens' PendingProductionVariantSummary (Maybe ProductionVariantInstanceType)
- pendingProductionVariantSummary_variantStatus :: Lens' PendingProductionVariantSummary (Maybe [ProductionVariantStatus])
- pendingProductionVariantSummary_variantName :: Lens' PendingProductionVariantSummary Text
Documentation
data PendingProductionVariantSummary Source #
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.
See: newPendingProductionVariantSummary smart constructor.
Constructors
| PendingProductionVariantSummary' | |
Fields
| |
Instances
newPendingProductionVariantSummary Source #
Create a value of PendingProductionVariantSummary with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:acceleratorType:PendingProductionVariantSummary', pendingProductionVariantSummary_acceleratorType - The size of the Elastic Inference (EI) instance to use for the
production variant. EI instances provide on-demand GPU computing for
inference. For more information, see
Using Elastic Inference in Amazon SageMaker.
$sel:currentInstanceCount:PendingProductionVariantSummary', pendingProductionVariantSummary_currentInstanceCount - The number of instances associated with the variant.
$sel:currentServerlessConfig:PendingProductionVariantSummary', pendingProductionVariantSummary_currentServerlessConfig - The serverless configuration for the endpoint.
$sel:currentWeight:PendingProductionVariantSummary', pendingProductionVariantSummary_currentWeight - The weight associated with the variant.
$sel:deployedImages:PendingProductionVariantSummary', pendingProductionVariantSummary_deployedImages - An array of DeployedImage objects that specify the Amazon EC2
Container Registry paths of the inference images deployed on instances
of this ProductionVariant.
$sel:desiredInstanceCount:PendingProductionVariantSummary', pendingProductionVariantSummary_desiredInstanceCount - 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.
$sel:desiredServerlessConfig:PendingProductionVariantSummary', pendingProductionVariantSummary_desiredServerlessConfig - The serverless configuration requested for this deployment, as specified
in the endpoint configuration for the endpoint.
$sel:desiredWeight:PendingProductionVariantSummary', pendingProductionVariantSummary_desiredWeight - 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.
$sel:instanceType:PendingProductionVariantSummary', pendingProductionVariantSummary_instanceType - The type of instances associated with the variant.
$sel:variantStatus:PendingProductionVariantSummary', pendingProductionVariantSummary_variantStatus - The endpoint variant status which describes the current deployment stage
status or operational status.
$sel:variantName:PendingProductionVariantSummary', pendingProductionVariantSummary_variantName - The name of the variant.
pendingProductionVariantSummary_acceleratorType :: Lens' PendingProductionVariantSummary (Maybe ProductionVariantAcceleratorType) Source #
The size of the Elastic Inference (EI) instance to use for the production variant. EI instances provide on-demand GPU computing for inference. For more information, see Using Elastic Inference in Amazon SageMaker.
pendingProductionVariantSummary_currentInstanceCount :: Lens' PendingProductionVariantSummary (Maybe Natural) Source #
The number of instances associated with the variant.
pendingProductionVariantSummary_currentServerlessConfig :: Lens' PendingProductionVariantSummary (Maybe ProductionVariantServerlessConfig) Source #
The serverless configuration for the endpoint.
pendingProductionVariantSummary_currentWeight :: Lens' PendingProductionVariantSummary (Maybe Double) Source #
The weight associated with the variant.
pendingProductionVariantSummary_deployedImages :: Lens' PendingProductionVariantSummary (Maybe [DeployedImage]) Source #
An array of DeployedImage objects that specify the Amazon EC2
Container Registry paths of the inference images deployed on instances
of this ProductionVariant.
pendingProductionVariantSummary_desiredInstanceCount :: Lens' PendingProductionVariantSummary (Maybe Natural) Source #
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.
pendingProductionVariantSummary_desiredServerlessConfig :: Lens' PendingProductionVariantSummary (Maybe ProductionVariantServerlessConfig) Source #
The serverless configuration requested for this deployment, as specified in the endpoint configuration for the endpoint.
pendingProductionVariantSummary_desiredWeight :: Lens' PendingProductionVariantSummary (Maybe Double) Source #
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.
pendingProductionVariantSummary_instanceType :: Lens' PendingProductionVariantSummary (Maybe ProductionVariantInstanceType) Source #
The type of instances associated with the variant.
pendingProductionVariantSummary_variantStatus :: Lens' PendingProductionVariantSummary (Maybe [ProductionVariantStatus]) Source #
The endpoint variant status which describes the current deployment stage status or operational status.
pendingProductionVariantSummary_variantName :: Lens' PendingProductionVariantSummary Text Source #
The name of the variant.