| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrainingJobStatusCounters |
TrainingJobStatusCounters.clone() |
TrainingJobStatusCounters |
HyperParameterTuningJobSummary.getTrainingJobStatusCounters()
The
TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that
this tuning job launched.
|
TrainingJobStatusCounters |
DescribeHyperParameterTuningJobResult.getTrainingJobStatusCounters()
The
TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this
tuning job launched.
|
TrainingJobStatusCounters |
HyperParameterTuningJobSearchEntity.getTrainingJobStatusCounters() |
TrainingJobStatusCounters |
TrainingJobStatusCounters.withCompleted(Integer completed)
The number of completed training jobs launched by the hyperparameter tuning job.
|
TrainingJobStatusCounters |
TrainingJobStatusCounters.withInProgress(Integer inProgress)
The number of in-progress training jobs launched by a hyperparameter tuning job.
|
TrainingJobStatusCounters |
TrainingJobStatusCounters.withNonRetryableError(Integer nonRetryableError)
The number of training jobs that failed and can't be retried.
|
TrainingJobStatusCounters |
TrainingJobStatusCounters.withRetryableError(Integer retryableError)
The number of training jobs that failed, but can be retried.
|
TrainingJobStatusCounters |
TrainingJobStatusCounters.withStopped(Integer stopped)
The number of training jobs launched by a hyperparameter tuning job that were manually stopped.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperParameterTuningJobSummary.setTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The
TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that
this tuning job launched.
|
void |
DescribeHyperParameterTuningJobResult.setTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The
TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this
tuning job launched.
|
void |
HyperParameterTuningJobSearchEntity.setTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters) |
HyperParameterTuningJobSummary |
HyperParameterTuningJobSummary.withTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The
TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that
this tuning job launched.
|
DescribeHyperParameterTuningJobResult |
DescribeHyperParameterTuningJobResult.withTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters)
The
TrainingJobStatusCounters object that specifies the number of training jobs, categorized by status, that this
tuning job launched.
|
HyperParameterTuningJobSearchEntity |
HyperParameterTuningJobSearchEntity.withTrainingJobStatusCounters(TrainingJobStatusCounters trainingJobStatusCounters) |
Copyright © 2025. All rights reserved.