| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ListTrainingJobsForHyperParameterTuningJobResult |
AmazonSageMakerClient.listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest request)
Gets a list of TrainingJobSummary
objects that describe the training jobs that a hyperparameter tuning job launched.
|
ListTrainingJobsForHyperParameterTuningJobResult |
AbstractAmazonSageMaker.listTrainingJobsForHyperParameterTuningJob(ListTrainingJobsForHyperParameterTuningJobRequest request) |
ListTrainingJobsForHyperParameterTuningJobResult |
AmazonSageMaker.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 |
|---|---|
ListTrainingJobsForHyperParameterTuningJobResult |
ListTrainingJobsForHyperParameterTuningJobResult.clone() |
ListTrainingJobsForHyperParameterTuningJobResult |
ListTrainingJobsForHyperParameterTuningJobResult.withNextToken(String nextToken)
If the result of this
ListTrainingJobsForHyperParameterTuningJob request was truncated, the response
includes a NextToken. |
ListTrainingJobsForHyperParameterTuningJobResult |
ListTrainingJobsForHyperParameterTuningJobResult.withTrainingJobSummaries(Collection<HyperParameterTrainingJobSummary> trainingJobSummaries)
A list of TrainingJobSummary
objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob
request returned. |
ListTrainingJobsForHyperParameterTuningJobResult |
ListTrainingJobsForHyperParameterTuningJobResult.withTrainingJobSummaries(HyperParameterTrainingJobSummary... trainingJobSummaries)
A list of TrainingJobSummary
objects that describe the training jobs that the
ListTrainingJobsForHyperParameterTuningJob
request returned. |
Copyright © 2025. All rights reserved.