Uses of Interface
software.amazon.awssdk.services.sagemaker.model.FailStepMetadata.Builder
-
Packages that use FailStepMetadata.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FailStepMetadata.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FailStepMetadata.Builder Modifier and Type Method 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()
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FailStepMetadata.Builder Modifier and Type Method Description static Class<? extends FailStepMetadata.Builder>
FailStepMetadata. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type FailStepMetadata.Builder Modifier and Type Method Description default PipelineExecutionStepMetadata.Builder
PipelineExecutionStepMetadata.Builder. fail(Consumer<FailStepMetadata.Builder> fail)
The configurations and outcomes of a Fail step execution.
-