Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobResponse
-
Packages that use ListTrainingJobsForHyperParameterTuningJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListTrainingJobsForHyperParameterTuningJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListTrainingJobsForHyperParameterTuningJobResponse Modifier and Type Method Description default ListTrainingJobsForHyperParameterTuningJobResponseSageMakerClient. listTrainingJobsForHyperParameterTuningJob(Consumer<ListTrainingJobsForHyperParameterTuningJobRequest.Builder> listTrainingJobsForHyperParameterTuningJobRequest)Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.default ListTrainingJobsForHyperParameterTuningJobResponseSageMakerClient. listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListTrainingJobsForHyperParameterTuningJobResponse Modifier and Type Method Description default CompletableFuture<ListTrainingJobsForHyperParameterTuningJobResponse>SageMakerAsyncClient. listTrainingJobsForHyperParameterTuningJob(Consumer<ListTrainingJobsForHyperParameterTuningJobRequest.Builder> listTrainingJobsForHyperParameterTuningJobRequest)Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.default CompletableFuture<ListTrainingJobsForHyperParameterTuningJobResponse>SageMakerAsyncClient. listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched. -
Uses of ListTrainingJobsForHyperParameterTuningJobResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListTrainingJobsForHyperParameterTuningJobResponse Modifier and Type Method Description Iterator<ListTrainingJobsForHyperParameterTuningJobResponse>ListTrainingJobsForHyperParameterTuningJobIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListTrainingJobsForHyperParameterTuningJobResponse Modifier and Type Method Description voidListTrainingJobsForHyperParameterTuningJobPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTrainingJobsForHyperParameterTuningJobResponse> subscriber)
-