Uses of Class
software.amazon.awssdk.services.sagemaker.model.CallbackStepMetadata
-
Packages that use CallbackStepMetadata Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CallbackStepMetadata in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CallbackStepMetadata Modifier and Type Method Description CallbackStepMetadataPipelineExecutionStepMetadata. callback()The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type CallbackStepMetadata Modifier and Type Method Description PipelineExecutionStepMetadata.BuilderPipelineExecutionStepMetadata.Builder. callback(CallbackStepMetadata callback)The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
-