public static interface TrainingJobStatusCounters.Builder extends SdkPojo, CopyableBuilder<TrainingJobStatusCounters.Builder,TrainingJobStatusCounters>
Modifier and Type | Method and Description |
---|---|
TrainingJobStatusCounters.Builder |
completed(Integer completed)
The number of completed training jobs launched by the hyperparameter tuning job.
|
TrainingJobStatusCounters.Builder |
inProgress(Integer inProgress)
The number of in-progress training jobs launched by a hyperparameter tuning job.
|
TrainingJobStatusCounters.Builder |
nonRetryableError(Integer nonRetryableError)
The number of training jobs that failed and can't be retried.
|
TrainingJobStatusCounters.Builder |
retryableError(Integer retryableError)
The number of training jobs that failed, but can be retried.
|
TrainingJobStatusCounters.Builder |
stopped(Integer stopped)
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TrainingJobStatusCounters.Builder completed(Integer completed)
The number of completed training jobs launched by the hyperparameter tuning job.
completed
- The number of completed training jobs launched by the hyperparameter tuning job.TrainingJobStatusCounters.Builder inProgress(Integer inProgress)
The number of in-progress training jobs launched by a hyperparameter tuning job.
inProgress
- The number of in-progress training jobs launched by a hyperparameter tuning job.TrainingJobStatusCounters.Builder retryableError(Integer retryableError)
The number of training jobs that failed, but can be retried. A failed training job can be retried only if it failed because an internal service error occurred.
retryableError
- The number of training jobs that failed, but can be retried. A failed training job can be retried only
if it failed because an internal service error occurred.TrainingJobStatusCounters.Builder nonRetryableError(Integer nonRetryableError)
The number of training jobs that failed and can't be retried. A failed training job can't be retried if it failed because a client error occurred.
nonRetryableError
- The number of training jobs that failed and can't be retried. A failed training job can't be retried
if it failed because a client error occurred.TrainingJobStatusCounters.Builder stopped(Integer stopped)
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
stopped
- The number of training jobs launched by a hyperparameter tuning job that were manually stopped.Copyright © 2020. All rights reserved.