| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.attemptCount(Integer attemptCount)
The current attempt of the execution step.
|
static PipelineExecutionStep.Builder |
PipelineExecutionStep.builder() |
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.cacheHitResult(CacheHitResult cacheHitResult)
If this pipeline execution step was cached, details on the cache hit.
|
default PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.cacheHitResult(Consumer<CacheHitResult.Builder> cacheHitResult)
If this pipeline execution step was cached, details on the cache hit.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.endTime(Instant endTime)
The time that the step stopped executing.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.failureReason(String failureReason)
The reason why the step failed execution.
|
default PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.metadata(Consumer<PipelineExecutionStepMetadata.Builder> metadata)
Metadata to run the pipeline step.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.metadata(PipelineExecutionStepMetadata metadata)
Metadata to run the pipeline step.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.startTime(Instant startTime)
The time that the step started executing.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.stepDescription(String stepDescription)
The description of the step.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.stepDisplayName(String stepDisplayName)
The display name of the step.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.stepName(String stepName)
The name of the step that is executed.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.stepStatus(StepStatus stepStatus)
The status of the step execution.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.Builder.stepStatus(String stepStatus)
The status of the step execution.
|
PipelineExecutionStep.Builder |
PipelineExecutionStep.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PipelineExecutionStep.Builder> |
PipelineExecutionStep.serializableBuilderClass() |
Copyright © 2023. All rights reserved.