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.

Summary information about a service job.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.ServiceJobSummary

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

Syntax

C#
public class ServiceJobSummary

The ServiceJobSummary type exposes the following members

Constructors

NameDescription
Public Method ServiceJobSummary()

Properties

NameTypeDescription
Public Property CreatedAt System.Int64

Gets and sets the property CreatedAt.

The Unix timestamp (in milliseconds) for when the service job was created.

Public Property JobArn System.String

Gets and sets the property JobArn.

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

Public Property JobId System.String

Gets and sets the property JobId.

The job ID for the service job.

Public Property JobName System.String

Gets and sets the property JobName.

The name of the service job.

Public Property LatestAttempt Amazon.Batch.Model.LatestServiceJobAttempt

Gets and sets the property LatestAttempt.

Information about the latest attempt for the service job.

Public Property ServiceJobType Amazon.Batch.ServiceJobType

Gets and sets the property ServiceJobType.

The type of service job. For SageMaker Training jobs, this value is SAGEMAKER_TRAINING.

Public Property ShareIdentifier System.String

Gets and sets the property ShareIdentifier.

The share identifier for the job.

Public Property StartedAt System.Int64

Gets and sets the property StartedAt.

The Unix timestamp (in milliseconds) for when the service job was started.

Public Property Status Amazon.Batch.ServiceJobStatus

Gets and sets the property Status.

The current status of the service job.

Public Property StatusReason System.String

Gets and sets the property StatusReason.

A short string to provide more details on the current status of the service job.

Public Property StoppedAt System.Int64

Gets and sets the property StoppedAt.

The Unix timestamp (in milliseconds) for when the service job stopped running.

Version Information

.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