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.Image

Description

 
Synopsis

Documentation

data Image Source #

A SageMaker image. A SageMaker image represents a set of container images that are derived from a common base container image. Each of these container images is represented by a SageMaker ImageVersion.

See: newImage smart constructor.

Constructors

Image' 

Fields

Instances

Instances details
Eq Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

(==) :: Image -> Image -> Bool #

(/=) :: Image -> Image -> Bool #

Read Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Show Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

showsPrec :: Int -> Image -> ShowS #

show :: Image -> String #

showList :: [Image] -> ShowS #

Generic Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Associated Types

type Rep Image :: Type -> Type #

Methods

from :: Image -> Rep Image x #

to :: Rep Image x -> Image #

NFData Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

rnf :: Image -> () #

Hashable Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

Methods

hashWithSalt :: Int -> Image -> Int #

hash :: Image -> Int #

FromJSON Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

type Rep Image Source # 
Instance details

Defined in Amazonka.SageMaker.Types.Image

newImage Source #

Create a value of Image 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:failureReason:Image', image_failureReason - When a create, update, or delete operation fails, the reason for the failure.

$sel:displayName:Image', image_displayName - The name of the image as displayed.

$sel:description:Image', image_description - The description of the image.

$sel:creationTime:Image', image_creationTime - When the image was created.

$sel:imageArn:Image', image_imageArn - The Amazon Resource Name (ARN) of the image.

$sel:imageName:Image', image_imageName - The name of the image.

$sel:imageStatus:Image', image_imageStatus - The status of the image.

$sel:lastModifiedTime:Image', image_lastModifiedTime - When the image was last modified.

image_failureReason :: Lens' Image (Maybe Text) Source #

When a create, update, or delete operation fails, the reason for the failure.

image_displayName :: Lens' Image (Maybe Text) Source #

The name of the image as displayed.

image_description :: Lens' Image (Maybe Text) Source #

The description of the image.

image_creationTime :: Lens' Image UTCTime Source #

When the image was created.

image_imageArn :: Lens' Image Text Source #

The Amazon Resource Name (ARN) of the image.

image_imageName :: Lens' Image Text Source #

The name of the image.

image_imageStatus :: Lens' Image ImageStatus Source #

The status of the image.

image_lastModifiedTime :: Lens' Image UTCTime Source #

When the image was last modified.