Uses of Class
software.amazon.awssdk.services.sagemaker.model.StopHyperParameterTuningJobResponse
-
Packages that use StopHyperParameterTuningJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of StopHyperParameterTuningJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return StopHyperParameterTuningJobResponse Modifier and Type Method Description default StopHyperParameterTuningJobResponseSageMakerClient. stopHyperParameterTuningJob(Consumer<StopHyperParameterTuningJobRequest.Builder> stopHyperParameterTuningJobRequest)Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.default StopHyperParameterTuningJobResponseSageMakerClient. stopHyperParameterTuningJob(StopHyperParameterTuningJobRequest stopHyperParameterTuningJobRequest)Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type StopHyperParameterTuningJobResponse Modifier and Type Method Description default CompletableFuture<StopHyperParameterTuningJobResponse>SageMakerAsyncClient. stopHyperParameterTuningJob(Consumer<StopHyperParameterTuningJobRequest.Builder> stopHyperParameterTuningJobRequest)Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.default CompletableFuture<StopHyperParameterTuningJobResponse>SageMakerAsyncClient. stopHyperParameterTuningJob(StopHyperParameterTuningJobRequest stopHyperParameterTuningJobRequest)Stops a running hyperparameter tuning job and all running training jobs that the tuning job launched.
-