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.

The container for the summary information about a training job.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.HyperParameterTrainingJobSummary

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

Syntax

C#
public class HyperParameterTrainingJobSummary

The HyperParameterTrainingJobSummary 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 training job was created.

Public Property FailureReason System.String

Gets and sets the property FailureReason.

The reason that the training job failed.

Public Property FinalHyperParameterTuningJobObjectiveMetric Amazon.SageMaker.Model.FinalHyperParameterTuningJobObjectiveMetric

Gets and sets the property FinalHyperParameterTuningJobObjectiveMetric.

The FinalHyperParameterTuningJobObjectiveMetric object that specifies the value of the objective metric of the tuning job that launched this training job.

Public Property ObjectiveStatus Amazon.SageMaker.ObjectiveStatus

Gets and sets the property ObjectiveStatus.

The status of the objective metric for the training job:

  • Succeeded: The final objective metric for the training job was evaluated by the hyperparameter tuning job and used in the hyperparameter tuning process.

  • Pending: The training job is in progress and evaluation of its final objective metric is pending.

  • Failed: The final objective metric for the training job was not evaluated, and was not used in the hyperparameter tuning process. This typically occurs when the training job failed or did not emit an objective metric.

Public Property TrainingEndTime System.DateTime

Gets and sets the property TrainingEndTime.

Specifies the time when the training job ends on training instances. You are billed for the time interval between the value of TrainingStartTime and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.

Public Property TrainingJobArn System.String

Gets and sets the property TrainingJobArn.

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

Public Property TrainingJobDefinitionName System.String

Gets and sets the property TrainingJobDefinitionName.

The training job definition name.

Public Property TrainingJobName System.String

Gets and sets the property TrainingJobName.

The name of the training job.

Public Property TrainingJobStatus Amazon.SageMaker.TrainingJobStatus

Gets and sets the property TrainingJobStatus.

The status of the training job.

Public Property TrainingStartTime System.DateTime

Gets and sets the property TrainingStartTime.

The date and time that the training job started.

Public Property TunedHyperParameters System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property TunedHyperParameters.

A list of the hyperparameters for which you specified ranges to search.

Public Property TuningJobName System.String

Gets and sets the property TuningJobName.

The HyperParameter tuning job that launched the training job.

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