| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTrainingJobsForHyperParameterTuningJobResponse |
SageMakerClient.listTrainingJobsForHyperParameterTuningJob(Consumer<ListTrainingJobsForHyperParameterTuningJobRequest.Builder> listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrainingJobsForHyperParameterTuningJobResponse |
SageMakerClient.listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTrainingJobsForHyperParameterTuningJobResponse> |
ListTrainingJobsForHyperParameterTuningJobIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTrainingJobsForHyperParameterTuningJobPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTrainingJobsForHyperParameterTuningJobResponse> subscriber) |
Copyright © 2019. All rights reserved.