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 StopTrainingJobResponseSageMakerClient. stopTrainingJob(Consumer<StopTrainingJobRequest.Builder> stopTrainingJobRequest)Stops a training job.default StopTrainingJobResponseSageMakerClient. 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.
-