Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListTrainingJobsForHyperParameterTuningJobRequest
-
Packages that use ListTrainingJobsForHyperParameterTuningJobRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators software.amazon.awssdk.services.sagemaker.transform -
-
Uses of ListTrainingJobsForHyperParameterTuningJobRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type ListTrainingJobsForHyperParameterTuningJobRequest Modifier and Type Method Description default CompletableFuture<ListTrainingJobsForHyperParameterTuningJobResponse>SageMakerAsyncClient. listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest 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.default ListTrainingJobsForHyperParameterTuningJobPublisherSageMakerAsyncClient. listTrainingJobsForHyperParameterTuningJobPaginator(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched.default ListTrainingJobsForHyperParameterTuningJobIterableSageMakerClient. listTrainingJobsForHyperParameterTuningJobPaginator(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job launched. -
Uses of ListTrainingJobsForHyperParameterTuningJobRequest in software.amazon.awssdk.services.sagemaker.paginators
Constructors in software.amazon.awssdk.services.sagemaker.paginators with parameters of type ListTrainingJobsForHyperParameterTuningJobRequest Constructor Description ListTrainingJobsForHyperParameterTuningJobIterable(SageMakerClient client, ListTrainingJobsForHyperParameterTuningJobRequest firstRequest)ListTrainingJobsForHyperParameterTuningJobPublisher(SageMakerAsyncClient client, ListTrainingJobsForHyperParameterTuningJobRequest firstRequest) -
Uses of ListTrainingJobsForHyperParameterTuningJobRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type ListTrainingJobsForHyperParameterTuningJobRequest Modifier and Type Method Description SdkHttpFullRequestListTrainingJobsForHyperParameterTuningJobRequestMarshaller. marshall(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)
-