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

Description

 
Synopsis

Documentation

data ProcessingJobSummary Source #

Summary of information about a processing job.

See: newProcessingJobSummary smart constructor.

Constructors

ProcessingJobSummary' 

Fields

Instances

Instances details
Eq ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Read ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Show ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Generic ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Associated Types

type Rep ProcessingJobSummary :: Type -> Type #

NFData ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

Methods

rnf :: ProcessingJobSummary -> () #

Hashable ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

FromJSON ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

type Rep ProcessingJobSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ProcessingJobSummary

type Rep ProcessingJobSummary = D1 ('MetaData "ProcessingJobSummary" "Amazonka.SageMaker.Types.ProcessingJobSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ProcessingJobSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "exitMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "processingEndTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "processingJobName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "processingJobArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "processingJobStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ProcessingJobStatus)))))

newProcessingJobSummary Source #

Create a value of ProcessingJobSummary 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:ProcessingJobSummary', processingJobSummary_failureReason - A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

$sel:lastModifiedTime:ProcessingJobSummary', processingJobSummary_lastModifiedTime - A timestamp that indicates the last time the processing job was modified.

$sel:exitMessage:ProcessingJobSummary', processingJobSummary_exitMessage - An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

$sel:processingEndTime:ProcessingJobSummary', processingJobSummary_processingEndTime - The time at which the processing job completed.

$sel:processingJobName:ProcessingJobSummary', processingJobSummary_processingJobName - The name of the processing job.

$sel:processingJobArn:ProcessingJobSummary', processingJobSummary_processingJobArn - The Amazon Resource Name (ARN) of the processing job..

$sel:creationTime:ProcessingJobSummary', processingJobSummary_creationTime - The time at which the processing job was created.

$sel:processingJobStatus:ProcessingJobSummary', processingJobSummary_processingJobStatus - The status of the processing job.

processingJobSummary_failureReason :: Lens' ProcessingJobSummary (Maybe Text) Source #

A string, up to one KB in size, that contains the reason a processing job failed, if it failed.

processingJobSummary_lastModifiedTime :: Lens' ProcessingJobSummary (Maybe UTCTime) Source #

A timestamp that indicates the last time the processing job was modified.

processingJobSummary_exitMessage :: Lens' ProcessingJobSummary (Maybe Text) Source #

An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.

processingJobSummary_processingEndTime :: Lens' ProcessingJobSummary (Maybe UTCTime) Source #

The time at which the processing job completed.

processingJobSummary_processingJobArn :: Lens' ProcessingJobSummary Text Source #

The Amazon Resource Name (ARN) of the processing job..

processingJobSummary_creationTime :: Lens' ProcessingJobSummary UTCTime Source #

The time at which the processing job was created.