| 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.PendingDeploymentSummary
Description
Synopsis
- data PendingDeploymentSummary = PendingDeploymentSummary' {}
- newPendingDeploymentSummary :: Text -> PendingDeploymentSummary
- pendingDeploymentSummary_productionVariants :: Lens' PendingDeploymentSummary (Maybe (NonEmpty PendingProductionVariantSummary))
- pendingDeploymentSummary_shadowProductionVariants :: Lens' PendingDeploymentSummary (Maybe (NonEmpty PendingProductionVariantSummary))
- pendingDeploymentSummary_startTime :: Lens' PendingDeploymentSummary (Maybe UTCTime)
- pendingDeploymentSummary_endpointConfigName :: Lens' PendingDeploymentSummary Text
Documentation
data PendingDeploymentSummary Source #
The summary of an in-progress deployment when an endpoint is creating or updating with a new endpoint configuration.
See: newPendingDeploymentSummary smart constructor.
Constructors
| PendingDeploymentSummary' | |
Fields
| |
Instances
newPendingDeploymentSummary Source #
Create a value of PendingDeploymentSummary 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:productionVariants:PendingDeploymentSummary', pendingDeploymentSummary_productionVariants - An array of PendingProductionVariantSummary objects, one for each model
hosted behind this endpoint for the in-progress deployment.
$sel:shadowProductionVariants:PendingDeploymentSummary', pendingDeploymentSummary_shadowProductionVariants - An array of PendingProductionVariantSummary objects, one for each model
hosted behind this endpoint in shadow mode with production traffic
replicated from the model specified on ProductionVariants for the
in-progress deployment.
$sel:startTime:PendingDeploymentSummary', pendingDeploymentSummary_startTime - The start time of the deployment.
$sel:endpointConfigName:PendingDeploymentSummary', pendingDeploymentSummary_endpointConfigName - The name of the endpoint configuration used in the deployment.
pendingDeploymentSummary_productionVariants :: Lens' PendingDeploymentSummary (Maybe (NonEmpty PendingProductionVariantSummary)) Source #
An array of PendingProductionVariantSummary objects, one for each model hosted behind this endpoint for the in-progress deployment.
pendingDeploymentSummary_shadowProductionVariants :: Lens' PendingDeploymentSummary (Maybe (NonEmpty PendingProductionVariantSummary)) Source #
An array of PendingProductionVariantSummary objects, one for each model
hosted behind this endpoint in shadow mode with production traffic
replicated from the model specified on ProductionVariants for the
in-progress deployment.
pendingDeploymentSummary_startTime :: Lens' PendingDeploymentSummary (Maybe UTCTime) Source #
The start time of the deployment.
pendingDeploymentSummary_endpointConfigName :: Lens' PendingDeploymentSummary Text Source #
The name of the endpoint configuration used in the deployment.