| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.clone() |
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withCreationTime(Date creationTime)
The date and time that the tuning job was created.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withHyperParameterTuningEndTime(Date hyperParameterTuningEndTime)
The date and time that the tuning job ended.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withHyperParameterTuningJobArn(String hyperParameterTuningJobArn)
The Amazon Resource Name (ARN) of the tuning job.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withHyperParameterTuningJobName(String hyperParameterTuningJobName)
The name of the tuning job.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withHyperParameterTuningJobStatus(HyperParameterTuningJobStatus hyperParameterTuningJobStatus)
The status of the tuning job.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withHyperParameterTuningJobStatus(String hyperParameterTuningJobStatus)
The status of the tuning job.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withLastModifiedTime(Date lastModifiedTime)
The date and time that the tuning job was modified.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The
ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric
status, that this tuning job launched.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withResourceLimits(ResourceLimits resourceLimits)
The ResourceLimits
object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withStrategy(HyperParameterTuningJobStrategyType strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each
iteration.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withStrategy(String strategy)
Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each
iteration.
|
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The
TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that
this tuning job launched.
|
| Modifier and Type | Method and Description |
|---|---|
List<HyperParameterTuningJobSummary> |
ListHyperParameterTuningJobsResult.getHyperParameterTuningJobSummaries()
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
| Modifier and Type | Method and Description |
|---|---|
ListHyperParameterTuningJobsResult |
ListHyperParameterTuningJobsResult.withHyperParameterTuningJobSummaries(HyperParameterTuningJobSummary... hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHyperParameterTuningJobsResult.setHyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
ListHyperParameterTuningJobsResult |
ListHyperParameterTuningJobsResult.withHyperParameterTuningJobSummaries(Collection<HyperParameterTuningJobSummary> hyperParameterTuningJobSummaries)
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the
ListHyperParameterTuningJobs request returned. |
Copyright © 2024. All rights reserved.