| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.Types.PipelineExecutionStep
Description
Synopsis
- data PipelineExecutionStep = PipelineExecutionStep' {}
 - newPipelineExecutionStep :: PipelineExecutionStep
 - pipelineExecutionStep_attemptCount :: Lens' PipelineExecutionStep (Maybe Int)
 - pipelineExecutionStep_cacheHitResult :: Lens' PipelineExecutionStep (Maybe CacheHitResult)
 - pipelineExecutionStep_endTime :: Lens' PipelineExecutionStep (Maybe UTCTime)
 - pipelineExecutionStep_failureReason :: Lens' PipelineExecutionStep (Maybe Text)
 - pipelineExecutionStep_metadata :: Lens' PipelineExecutionStep (Maybe PipelineExecutionStepMetadata)
 - pipelineExecutionStep_startTime :: Lens' PipelineExecutionStep (Maybe UTCTime)
 - pipelineExecutionStep_stepDescription :: Lens' PipelineExecutionStep (Maybe Text)
 - pipelineExecutionStep_stepDisplayName :: Lens' PipelineExecutionStep (Maybe Text)
 - pipelineExecutionStep_stepName :: Lens' PipelineExecutionStep (Maybe Text)
 - pipelineExecutionStep_stepStatus :: Lens' PipelineExecutionStep (Maybe StepStatus)
 
Documentation
data PipelineExecutionStep Source #
An execution of a step in a pipeline.
See: newPipelineExecutionStep smart constructor.
Constructors
| PipelineExecutionStep' | |
Fields 
  | |
Instances
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_metadata :: Lens' PipelineExecutionStep (Maybe PipelineExecutionStepMetadata) Source #
Metadata to run the pipeline step.
pipelineExecutionStep_startTime :: Lens' PipelineExecutionStep (Maybe UTCTime) Source #
The time that the step started executing.
pipelineExecutionStep_stepDescription :: Lens' PipelineExecutionStep (Maybe Text) Source #
The description of the step.
pipelineExecutionStep_stepDisplayName :: Lens' PipelineExecutionStep (Maybe Text) Source #
The display name of the step.
pipelineExecutionStep_stepName :: Lens' PipelineExecutionStep (Maybe Text) Source #
The name of the step that is executed.
pipelineExecutionStep_stepStatus :: Lens' PipelineExecutionStep (Maybe StepStatus) Source #
The status of the step execution.