| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
FailStepMetadata |
FailStepMetadata.clone() |
FailStepMetadata |
PipelineExecutionStepMetadata.getFail()
The configurations and outcomes of a Fail step execution.
|
FailStepMetadata |
FailStepMetadata.withErrorMessage(String errorMessage)
A message that you define and then is processed and rendered by the Fail step when the error occurs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutionStepMetadata.setFail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
|
PipelineExecutionStepMetadata |
PipelineExecutionStepMetadata.withFail(FailStepMetadata fail)
The configurations and outcomes of a Fail step execution.
|
Copyright © 2024. All rights reserved.