libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.DeployedImage

Description

 
Synopsis

Documentation

data DeployedImage Source #

Gets the Amazon EC2 Container Registry path of the docker image of the model that is hosted in this ProductionVariant.

If you used the registry/repository[:tag] form to specify the image path of the primary container when you created the model hosted in this ProductionVariant, the path resolves to a path of the form registry/repository[@digest]. A digest is a hash value that identifies a specific version of an image. For information about Amazon ECR paths, see Pulling an Image in the Amazon ECR User Guide.

See: newDeployedImage smart constructor.

Constructors

DeployedImage' 

Fields

Instances

Instances details
Eq DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Read DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Show DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Generic DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Associated Types

type Rep DeployedImage :: Type -> Type #

NFData DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

Methods

rnf :: DeployedImage -> () #

Hashable DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

FromJSON DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

type Rep DeployedImage Source # 
Instance details

Defined in Amazonka.SageMaker.Types.DeployedImage

type Rep DeployedImage = D1 ('MetaData "DeployedImage" "Amazonka.SageMaker.Types.DeployedImage" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DeployedImage'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resolvedImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "specifiedImage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resolutionTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newDeployedImage :: DeployedImage Source #

Create a value of DeployedImage 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:resolvedImage:DeployedImage', deployedImage_resolvedImage - The specific digest path of the image hosted in this ProductionVariant.

$sel:specifiedImage:DeployedImage', deployedImage_specifiedImage - The image path you specified when you created the model.

$sel:resolutionTime:DeployedImage', deployedImage_resolutionTime - The date and time when the image path for the model resolved to the ResolvedImage

deployedImage_resolvedImage :: Lens' DeployedImage (Maybe Text) Source #

The specific digest path of the image hosted in this ProductionVariant.

deployedImage_specifiedImage :: Lens' DeployedImage (Maybe Text) Source #

The image path you specified when you created the model.

deployedImage_resolutionTime :: Lens' DeployedImage (Maybe UTCTime) Source #

The date and time when the image path for the model resolved to the ResolvedImage