Uses of Class
software.amazon.awssdk.services.sagemaker.model.UpdateTrainingJobResponse
-
Packages that use UpdateTrainingJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of UpdateTrainingJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return UpdateTrainingJobResponse Modifier and Type Method Description default UpdateTrainingJobResponseSageMakerClient. updateTrainingJob(Consumer<UpdateTrainingJobRequest.Builder> updateTrainingJobRequest)Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.default UpdateTrainingJobResponseSageMakerClient. updateTrainingJob(UpdateTrainingJobRequest updateTrainingJobRequest)Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type UpdateTrainingJobResponse Modifier and Type Method Description default CompletableFuture<UpdateTrainingJobResponse>SageMakerAsyncClient. updateTrainingJob(Consumer<UpdateTrainingJobRequest.Builder> updateTrainingJobRequest)Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.default CompletableFuture<UpdateTrainingJobResponse>SageMakerAsyncClient. updateTrainingJob(UpdateTrainingJobRequest updateTrainingJobRequest)Update a model training job to request a new Debugger profiling configuration or to change warm pool retention length.
-