AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
The numbers of training jobs launched by a hyperparameter tuning job, categorized by status.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class TrainingJobStatusCounters
The TrainingJobStatusCounters type exposes the following members
| Name | Description | |
|---|---|---|
|
TrainingJobStatusCounters() |
| Name | Type | Description | |
|---|---|---|---|
|
Completed | System.Int32 |
Gets and sets the property Completed. The number of completed training jobs launched by the hyperparameter tuning job. |
|
InProgress | System.Int32 |
Gets and sets the property InProgress. The number of in-progress training jobs launched by a hyperparameter tuning job. |
|
NonRetryableError | System.Int32 |
Gets and sets the property 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. |
|
RetryableError | System.Int32 |
Gets and sets the property 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. |
|
Stopped | System.Int32 |
Gets and sets the property Stopped. The number of training jobs launched by a hyperparameter tuning job that were manually stopped. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5