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 training job.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.TrainingJobSummary

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

Syntax

C#
public class TrainingJobSummary

The TrainingJobSummary type exposes the following members

Constructors

NameDescription
Public Method TrainingJobSummary()

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

A timestamp that shows when the training job was created.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

Timestamp when the training job was last modified.

Public Property TrainingEndTime System.DateTime

Gets and sets the property TrainingEndTime.

A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (Completed, Failed, or Stopped).

Public Property TrainingJobArn System.String

Gets and sets the property TrainingJobArn.

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

Public Property TrainingJobName System.String

Gets and sets the property TrainingJobName.

The name of the training job that you want a summary for.

Public Property TrainingJobStatus Amazon.SageMaker.TrainingJobStatus

Gets and sets the property TrainingJobStatus.

The status of the training job.

Public Property WarmPoolStatus Amazon.SageMaker.Model.WarmPoolStatus

Gets and sets the property WarmPoolStatus.

The status of the warm pool associated with 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