| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionStep |
PipelineExecutionStep.clone() |
PipelineExecutionStep |
PipelineExecutionStep.withAttemptCount(Integer attemptCount)
The current attempt of the execution step.
|
PipelineExecutionStep |
PipelineExecutionStep.withCacheHitResult(CacheHitResult cacheHitResult)
If this pipeline execution step was cached, details on the cache hit.
|
PipelineExecutionStep |
PipelineExecutionStep.withEndTime(Date endTime)
The time that the step stopped executing.
|
PipelineExecutionStep |
PipelineExecutionStep.withFailureReason(String failureReason)
The reason why the step failed execution.
|
PipelineExecutionStep |
PipelineExecutionStep.withMetadata(PipelineExecutionStepMetadata metadata)
Metadata for the step execution.
|
PipelineExecutionStep |
PipelineExecutionStep.withStartTime(Date startTime)
The time that the step started executing.
|
PipelineExecutionStep |
PipelineExecutionStep.withStepDescription(String stepDescription)
The description of the step.
|
PipelineExecutionStep |
PipelineExecutionStep.withStepDisplayName(String stepDisplayName)
The display name of the step.
|
PipelineExecutionStep |
PipelineExecutionStep.withStepName(String stepName)
The name of the step that is executed.
|
PipelineExecutionStep |
PipelineExecutionStep.withStepStatus(StepStatus stepStatus)
The status of the step execution.
|
PipelineExecutionStep |
PipelineExecutionStep.withStepStatus(String stepStatus)
The status of the step execution.
|
| Modifier and Type | Method and Description |
|---|---|
List<PipelineExecutionStep> |
ListPipelineExecutionStepsResult.getPipelineExecutionSteps()
A list of
PipeLineExecutionStep objects. |
| Modifier and Type | Method and Description |
|---|---|
ListPipelineExecutionStepsResult |
ListPipelineExecutionStepsResult.withPipelineExecutionSteps(PipelineExecutionStep... pipelineExecutionSteps)
A list of
PipeLineExecutionStep objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPipelineExecutionStepsResult.setPipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)
A list of
PipeLineExecutionStep objects. |
ListPipelineExecutionStepsResult |
ListPipelineExecutionStepsResult.withPipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)
A list of
PipeLineExecutionStep objects. |
Copyright © 2022. All rights reserved.