amazonka-sagemaker-2.0: Amazon SageMaker Service 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.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
FromJSON 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 #

Read PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Show PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

NFData PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Methods

rnf :: PipelineExecutionStep -> () #

Eq PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

Hashable PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

type Rep PipelineExecutionStep Source # 
Instance details

Defined in Amazonka.SageMaker.Types.PipelineExecutionStep

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:attemptCount:PipelineExecutionStep', pipelineExecutionStep_attemptCount - The current attempt of the execution step. For more information, see Retry Policy for SageMaker Pipelines steps.

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

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

$sel:failureReason:PipelineExecutionStep', pipelineExecutionStep_failureReason - The reason why the step failed execution. This is only returned if the step failed its execution.

$sel:metadata:PipelineExecutionStep', pipelineExecutionStep_metadata - Metadata to run the pipeline step.

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

$sel:stepDescription:PipelineExecutionStep', pipelineExecutionStep_stepDescription - The description of the step.

$sel:stepDisplayName:PipelineExecutionStep', pipelineExecutionStep_stepDisplayName - The display name of the step.

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

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

pipelineExecutionStep_attemptCount :: Lens' PipelineExecutionStep (Maybe Int) Source #

The current attempt of the execution step. For more information, see Retry Policy for SageMaker Pipelines steps.

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

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

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

The time that the step stopped executing.

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.