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