Uses of Class
software.amazon.awssdk.services.sagemaker.model.SendPipelineExecutionStepSuccessRequest
-
Packages that use SendPipelineExecutionStepSuccessRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of SendPipelineExecutionStepSuccessRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type SendPipelineExecutionStepSuccessRequest Modifier and Type Method Description default CompletableFuture<SendPipelineExecutionStepSuccessResponse>SageMakerAsyncClient. sendPipelineExecutionStepSuccess(SendPipelineExecutionStepSuccessRequest 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(SendPipelineExecutionStepSuccessRequest 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 in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type SendPipelineExecutionStepSuccessRequest Modifier and Type Method Description SdkHttpFullRequestSendPipelineExecutionStepSuccessRequestMarshaller. marshall(SendPipelineExecutionStepSuccessRequest sendPipelineExecutionStepSuccessRequest)
-