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

Description

 
Synopsis

Documentation

data PipelineExecutionStep Source #

An execution of a step in a pipeline.

See: newPipelineExecutionStep smart constructor.

Constructors

PipelineExecutionStep' 

Fields

Instances

Instances details
Eq PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Read PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Show PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Generic PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Associated Types

type Rep PipelineExecutionStep :: Type -> Type #

NFData PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Methods

rnf :: PipelineExecutionStep -> () #

Hashable PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

FromJSON PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

type Rep PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

type Rep PipelineExecutionStep = D1 ('MetaData "PipelineExecutionStep" "Amazonka.SageMaker.Types.PipelineExecutionStep" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "PipelineExecutionStep'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "stepName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "stepStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStatus)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PipelineExecutionStepMetadata)) :*: S1 ('MetaSel ('Just "cacheHitResult") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CacheHitResult))))))

newPipelineExecutionStep :: PipelineExecutionStep Source #

Create a value of PipelineExecutionStep 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:PipelineExecutionStep', pipelineExecutionStep_failureReason - The reason why the step failed execution. This is only returned if the step failed its execution.

$sel:startTime:PipelineExecutionStep', pipelineExecutionStep_startTime - The time that the step started executing.

$sel:stepName:PipelineExecutionStep', pipelineExecutionStep_stepName - The name of the step that is executed.

$sel:stepStatus:PipelineExecutionStep', pipelineExecutionStep_stepStatus - The status of the step execution.

$sel:endTime:PipelineExecutionStep', pipelineExecutionStep_endTime - The time that the step stopped executing.

$sel:metadata:PipelineExecutionStep', pipelineExecutionStep_metadata - Metadata for the step execution.

$sel:cacheHitResult:PipelineExecutionStep', pipelineExecutionStep_cacheHitResult - If this pipeline execution step was cached, details on the cache hit.

pipelineExecutionStep_failureReason :: Lens' PipelineExecutionStep (Maybe Text) Source #

The reason why the step failed execution. This is only returned if the step failed its execution.

pipelineExecutionStep_startTime :: Lens' PipelineExecutionStep (Maybe UTCTime) Source #

The time that the step started executing.

pipelineExecutionStep_stepName :: Lens' PipelineExecutionStep (Maybe Text) Source #

The name of the step that is executed.

pipelineExecutionStep_endTime :: Lens' PipelineExecutionStep (Maybe UTCTime) Source #

The time that the step stopped executing.

pipelineExecutionStep_cacheHitResult :: Lens' PipelineExecutionStep (Maybe CacheHitResult) Source #

If this pipeline execution step was cached, details on the cache hit.