amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.Types.PendingDeploymentSummary

Description

 
Synopsis

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

Instances details
FromJSON PendingDeploymentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PendingDeploymentSummary

Generic PendingDeploymentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PendingDeploymentSummary

Associated Types

type Rep PendingDeploymentSummary :: Type -> Type #

Read PendingDeploymentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PendingDeploymentSummary

Show PendingDeploymentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PendingDeploymentSummary

NFData PendingDeploymentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PendingDeploymentSummary

Eq PendingDeploymentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PendingDeploymentSummary

Hashable PendingDeploymentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PendingDeploymentSummary

type Rep PendingDeploymentSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PendingDeploymentSummary

type Rep PendingDeploymentSummary = D1 ('MetaData "PendingDeploymentSummary" "Amazonka.SageMaker.Types.PendingDeploymentSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "PendingDeploymentSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "productionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty PendingProductionVariantSummary))) :*: S1 ('MetaSel ('Just "shadowProductionVariants") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty PendingProductionVariantSummary)))) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endpointConfigName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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_endpointConfigName :: Lens' PendingDeploymentSummary Text Source #

The name of the endpoint configuration used in the deployment.