AWS SDK Version 3 for .NET
API Reference

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.

Specifies the number of training jobs that this hyperparameter tuning job launched, categorized by the status of their objective metric. The objective metric status shows whether the final objective metric for the training job has been evaluated by the tuning job and used in the hyperparameter tuning process.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ObjectiveStatusCounters

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class ObjectiveStatusCounters

The ObjectiveStatusCounters type exposes the following members

Constructors

NameDescription
Public Method ObjectiveStatusCounters()

Properties

NameTypeDescription
Public Property Failed System.Int32

Gets and sets the property 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.

Public Property Pending System.Int32

Gets and sets the property Pending.

The number of training jobs that are in progress and pending evaluation of their final objective metric.

Public Property Succeeded System.Int32

Gets and sets the property Succeeded.

The number of training jobs whose final objective metric was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5