| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListTrainingJobsForHyperParameterTuningJobResponse |
SageMakerClient.listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest 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.
|
default ListTrainingJobsForHyperParameterTuningJobIterable |
SageMakerClient.listTrainingJobsForHyperParameterTuningJobPaginator(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
default ListTrainingJobsForHyperParameterTuningJobPublisher |
SageMakerAsyncClient.listTrainingJobsForHyperParameterTuningJobPaginator(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest)
Gets a list of TrainingJobSummary objects that describe the training jobs that a hyperparameter tuning job
launched.
|
| Constructor and Description |
|---|
ListTrainingJobsForHyperParameterTuningJobIterable(SageMakerClient client,
ListTrainingJobsForHyperParameterTuningJobRequest firstRequest) |
ListTrainingJobsForHyperParameterTuningJobPublisher(SageMakerAsyncClient client,
ListTrainingJobsForHyperParameterTuningJobRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListTrainingJobsForHyperParameterTuningJobRequestMarshaller.marshall(ListTrainingJobsForHyperParameterTuningJobRequest listTrainingJobsForHyperParameterTuningJobRequest) |
Copyright © 2022. All rights reserved.