amazonka-sagemaker-edge-2.0: Amazon Sagemaker Edge Manager 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.SageMakerEdge.Types.DeploymentResult

Description

 
Synopsis

Documentation

data DeploymentResult Source #

Information about the result of a deployment on an edge device that is registered with SageMaker Edge Manager.

See: newDeploymentResult smart constructor.

Constructors

DeploymentResult' 

Fields

Instances

Instances details
ToJSON DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Generic DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Associated Types

type Rep DeploymentResult :: Type -> Type #

Read DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Show DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

NFData DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Methods

rnf :: DeploymentResult -> () #

Eq DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

Hashable DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

type Rep DeploymentResult Source # 
Instance details

Defined in Amazonka.SageMakerEdge.Types.DeploymentResult

type Rep DeploymentResult = D1 ('MetaData "DeploymentResult" "Amazonka.SageMakerEdge.Types.DeploymentResult" "amazonka-sagemaker-edge-2.0-6w4LluEpi0R1S8SkusTG8r" 'False) (C1 ('MetaCons "DeploymentResult'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "deploymentEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "deploymentModels") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DeploymentModel])) :*: S1 ('MetaSel ('Just "deploymentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "deploymentStartTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "deploymentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "deploymentStatusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newDeploymentResult :: DeploymentResult Source #

Create a value of DeploymentResult 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:deploymentEndTime:DeploymentResult', deploymentResult_deploymentEndTime - The timestamp of when the deployment was ended, and the agent got the deployment results.

$sel:deploymentModels:DeploymentResult', deploymentResult_deploymentModels - Returns a list of models deployed on the agent.

$sel:deploymentName:DeploymentResult', deploymentResult_deploymentName - The name and unique ID of the deployment.

$sel:deploymentStartTime:DeploymentResult', deploymentResult_deploymentStartTime - The timestamp of when the deployment was started on the agent.

$sel:deploymentStatus:DeploymentResult', deploymentResult_deploymentStatus - Returns the bucket error code.

$sel:deploymentStatusMessage:DeploymentResult', deploymentResult_deploymentStatusMessage - Returns the detailed error message.

deploymentResult_deploymentEndTime :: Lens' DeploymentResult (Maybe UTCTime) Source #

The timestamp of when the deployment was ended, and the agent got the deployment results.

deploymentResult_deploymentModels :: Lens' DeploymentResult (Maybe [DeploymentModel]) Source #

Returns a list of models deployed on the agent.

deploymentResult_deploymentName :: Lens' DeploymentResult (Maybe Text) Source #

The name and unique ID of the deployment.

deploymentResult_deploymentStartTime :: Lens' DeploymentResult (Maybe UTCTime) Source #

The timestamp of when the deployment was started on the agent.