| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrainingJobStatusCounters.Builder |
TrainingJobStatusCounters.builder() |
TrainingJobStatusCounters.Builder |
TrainingJobStatusCounters.Builder.completed(Integer completed)
The number of completed training jobs launched by the hyperparameter tuning job.
|
TrainingJobStatusCounters.Builder |
TrainingJobStatusCounters.Builder.inProgress(Integer inProgress)
The number of in-progress training jobs launched by a hyperparameter tuning job.
|
TrainingJobStatusCounters.Builder |
TrainingJobStatusCounters.Builder.nonRetryableError(Integer nonRetryableError)
The number of training jobs that failed and can't be retried.
|
TrainingJobStatusCounters.Builder |
TrainingJobStatusCounters.Builder.retryableError(Integer retryableError)
The number of training jobs that failed, but can be retried.
|
TrainingJobStatusCounters.Builder |
TrainingJobStatusCounters.Builder.stopped(Integer stopped)
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
|
TrainingJobStatusCounters.Builder |
TrainingJobStatusCounters.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrainingJobStatusCounters.Builder> |
TrainingJobStatusCounters.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeHyperParameterTuningJobResponse.Builder |
DescribeHyperParameterTuningJobResponse.Builder.trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the number of training jobs, categorized by
status, that this tuning job launched.
|
default HyperParameterTuningJobSummary.Builder |
HyperParameterTuningJobSummary.Builder.trainingJobStatusCounters(Consumer<TrainingJobStatusCounters.Builder> trainingJobStatusCounters)
The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by
status, that this tuning job launched.
|
Copyright © 2021. All rights reserved.