public static interface ObjectiveStatusCounters.Builder extends SdkPojo, CopyableBuilder<ObjectiveStatusCounters.Builder,ObjectiveStatusCounters>
Modifier and Type | Method and Description |
---|---|
ObjectiveStatusCounters.Builder |
failed(Integer failed)
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter
tuning process.
|
ObjectiveStatusCounters.Builder |
pending(Integer pending)
The number of training jobs that are in progress and pending evaluation of their final objective metric.
|
ObjectiveStatusCounters.Builder |
succeeded(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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ObjectiveStatusCounters.Builder succeeded(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.
succeeded
- The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning
job and used in the hyperparameter tuning process.ObjectiveStatusCounters.Builder pending(Integer pending)
The number of training jobs that are in progress and pending evaluation of their final objective metric.
pending
- The number of training jobs that are in progress and pending evaluation of their final objective
metric.ObjectiveStatusCounters.Builder failed(Integer failed)
The number of training jobs whose final objective metric was not evaluated and used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.
failed
- The number of training jobs whose final objective metric was not evaluated and used in the
hyperparameter tuning process. This typically occurs when the training job failed or did not emit an
objective metric.Copyright © 2020. All rights reserved.