| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static FailStepMetadata.Builder |
FailStepMetadata.builder() |
FailStepMetadata.Builder |
FailStepMetadata.Builder.errorMessage(String errorMessage)
A message that you define and then is processed and rendered by the Fail step when the error occurs.
|
FailStepMetadata.Builder |
FailStepMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FailStepMetadata.Builder> |
FailStepMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineExecutionStepMetadata.Builder |
PipelineExecutionStepMetadata.Builder.fail(Consumer<FailStepMetadata.Builder> fail)
The configurations and outcomes of a Fail step execution.
|
Copyright © 2023. All rights reserved.