| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectiveStatusCounters |
HyperParameterTuningJobSearchEntity.objectiveStatusCounters()
Returns the value of the ObjectiveStatusCounters property for this object.
|
ObjectiveStatusCounters |
HyperParameterTuningJobSummary.objectiveStatusCounters()
The
ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric
status, that this tuning job launched.
|
ObjectiveStatusCounters |
DescribeHyperParameterTuningJobResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
HyperParameterTuningJobSearchEntity.Builder |
HyperParameterTuningJobSearchEntity.Builder.objectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
Sets the value of the ObjectiveStatusCounters property for this object.
|
HyperParameterTuningJobSummary.Builder |
HyperParameterTuningJobSummary.Builder.objectiveStatusCounters(ObjectiveStatusCounters objectiveStatusCounters)
The
ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective
metric status, that this tuning job launched.
|
DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.objectiveStatusCounters(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 © 2023. All rights reserved.