| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectiveStatusCounters |
ObjectiveStatusCounters.clone() |
ObjectiveStatusCounters |
HyperParameterTuningJobSearchEntity.getObjectiveStatusCounters() |
ObjectiveStatusCounters |
HyperParameterTuningJobSummary.getObjectiveStatusCounters()
The
ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric
status, that this tuning job launched.
|
ObjectiveStatusCounters |
DescribeHyperParameterTuningJobResult.getObjectiveStatusCounters()
The
ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their
final objective metric, that this tuning job launched.
|
ObjectiveStatusCounters |
ObjectiveStatusCounters.withFailed(Integer failed)
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning
process.
|
ObjectiveStatusCounters |
ObjectiveStatusCounters.withPending(Integer pending)
The number of training jobs that are in progress and pending evaluation of their final objective metric.
|
ObjectiveStatusCounters |
ObjectiveStatusCounters.withSucceeded(Integer succeeded)
The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used
in the hyperparameter tuning process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperParameterTuningJobSearchEntity.setObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters) |
void |
HyperParameterTuningJobSummary.setObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The
ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric
status, that this tuning job launched.
|
void |
DescribeHyperParameterTuningJobResult.setObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The
ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their
final objective metric, that this tuning job launched.
|
HyperParameterTuningJobSearchEntity |
HyperParameterTuningJobSearchEntity.withObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters) |
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.
|
DescribeHyperParameterTuningJobResult |
DescribeHyperParameterTuningJobResult.withObjectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The
ObjectiveStatusCounters object that specifies the number of training jobs, categorized by the status of their
final objective metric, that this tuning job launched.
|
Copyright © 2024. All rights reserved.