Uses of Interface
software.amazon.awssdk.services.sagemaker.model.CallbackStepMetadata.Builder
-
Packages that use CallbackStepMetadata.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of CallbackStepMetadata.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return CallbackStepMetadata.Builder Modifier and Type Method Description static CallbackStepMetadata.BuilderCallbackStepMetadata. builder()CallbackStepMetadata.BuilderCallbackStepMetadata.Builder. callbackToken(String callbackToken)The pipeline generated token from the Amazon SQS queue.CallbackStepMetadata.BuilderCallbackStepMetadata.Builder. outputParameters(Collection<OutputParameter> outputParameters)A list of the output parameters of the callback step.CallbackStepMetadata.BuilderCallbackStepMetadata.Builder. outputParameters(Consumer<OutputParameter.Builder>... outputParameters)A list of the output parameters of the callback step.CallbackStepMetadata.BuilderCallbackStepMetadata.Builder. outputParameters(OutputParameter... outputParameters)A list of the output parameters of the callback step.CallbackStepMetadata.BuilderCallbackStepMetadata.Builder. sqsQueueUrl(String sqsQueueUrl)The URL of the Amazon Simple Queue Service (Amazon SQS) queue used by the callback step.CallbackStepMetadata.BuilderCallbackStepMetadata. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type CallbackStepMetadata.Builder Modifier and Type Method Description static Class<? extends CallbackStepMetadata.Builder>CallbackStepMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type CallbackStepMetadata.Builder Modifier and Type Method Description default PipelineExecutionStepMetadata.BuilderPipelineExecutionStepMetadata.Builder. callback(Consumer<CallbackStepMetadata.Builder> callback)The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.
-