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.

Provides summary information about a hyperparameter tuning job.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.HyperParameterTuningJobSummary

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

Syntax

C#
public class HyperParameterTuningJobSummary

The HyperParameterTuningJobSummary type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The date and time that the tuning job was created.

Public Property HyperParameterTuningEndTime System.DateTime

Gets and sets the property HyperParameterTuningEndTime.

The date and time that the tuning job ended.

Public Property HyperParameterTuningJobArn System.String

Gets and sets the property HyperParameterTuningJobArn.

The Amazon Resource Name (ARN) of the tuning job.

Public Property HyperParameterTuningJobName System.String

Gets and sets the property HyperParameterTuningJobName.

The name of the tuning job.

Public Property HyperParameterTuningJobStatus Amazon.SageMaker.HyperParameterTuningJobStatus

Gets and sets the property HyperParameterTuningJobStatus.

The status of the tuning job.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The date and time that the tuning job was modified.

Public Property ObjectiveStatusCounters Amazon.SageMaker.Model.ObjectiveStatusCounters

Gets and sets the property ObjectiveStatusCounters.

The ObjectiveStatusCounters object that specifies the numbers of training jobs, categorized by objective metric status, that this tuning job launched.

Public Property ResourceLimits Amazon.SageMaker.Model.ResourceLimits

Gets and sets the property ResourceLimits.

The ResourceLimits object that specifies the maximum number of training jobs and parallel training jobs allowed for this tuning job.

Public Property Strategy Amazon.SageMaker.HyperParameterTuningJobStrategyType

Gets and sets the property Strategy.

Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.

Public Property TrainingJobStatusCounters Amazon.SageMaker.Model.TrainingJobStatusCounters

Gets and sets the property TrainingJobStatusCounters.

The TrainingJobStatusCounters object that specifies the numbers of training jobs, categorized by status, that this tuning job launched.

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