Uses of Class
software.amazon.awssdk.services.sagemaker.model.StopTrainingJobResponse
-
Packages that use StopTrainingJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of StopTrainingJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return StopTrainingJobResponse Modifier and Type Method Description default StopTrainingJobResponse
SageMakerClient. stopTrainingJob(Consumer<StopTrainingJobRequest.Builder> stopTrainingJobRequest)
Stops a training job.default StopTrainingJobResponse
SageMakerClient. stopTrainingJob(StopTrainingJobRequest stopTrainingJobRequest)
Stops a training job.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type StopTrainingJobResponse Modifier and Type Method Description default CompletableFuture<StopTrainingJobResponse>
SageMakerAsyncClient. stopTrainingJob(Consumer<StopTrainingJobRequest.Builder> stopTrainingJobRequest)
Stops a training job.default CompletableFuture<StopTrainingJobResponse>
SageMakerAsyncClient. stopTrainingJob(StopTrainingJobRequest stopTrainingJobRequest)
Stops a training job.
-