Uses of Interface
software.amazon.awssdk.services.sagemaker.model.SendPipelineExecutionStepSuccessRequest.Builder
-
Packages that use SendPipelineExecutionStepSuccessRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of SendPipelineExecutionStepSuccessRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type SendPipelineExecutionStepSuccessRequest.Builder Modifier and Type Method Description default CompletableFuture<SendPipelineExecutionStepSuccessResponse>SageMakerAsyncClient. sendPipelineExecutionStepSuccess(Consumer<SendPipelineExecutionStepSuccessRequest.Builder> sendPipelineExecutionStepSuccessRequest)Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output parameters.default SendPipelineExecutionStepSuccessResponseSageMakerClient. sendPipelineExecutionStepSuccess(Consumer<SendPipelineExecutionStepSuccessRequest.Builder> sendPipelineExecutionStepSuccessRequest)Notifies the pipeline that the execution of a callback step succeeded and provides a list of the step's output parameters. -
Uses of SendPipelineExecutionStepSuccessRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return SendPipelineExecutionStepSuccessRequest.Builder Modifier and Type Method Description static SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest. builder()SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder. callbackToken(String callbackToken)The pipeline generated token from the Amazon SQS queue.SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder. clientRequestToken(String clientRequestToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder. outputParameters(Collection<OutputParameter> outputParameters)A list of the output parameters of the callback step.SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder. outputParameters(Consumer<OutputParameter.Builder>... outputParameters)A list of the output parameters of the callback step.SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder. outputParameters(OutputParameter... outputParameters)A list of the output parameters of the callback step.SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SendPipelineExecutionStepSuccessRequest.BuilderSendPipelineExecutionStepSuccessRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SendPipelineExecutionStepSuccessRequest.Builder Modifier and Type Method Description static Class<? extends SendPipelineExecutionStepSuccessRequest.Builder>SendPipelineExecutionStepSuccessRequest. serializableBuilderClass()
-