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.
Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z
public class ServiceJobSummary
The ServiceJobSummary type exposes the following members
| Name | Description | |
|---|---|---|
|
ServiceJobSummary() |
| Name | Type | Description | |
|---|---|---|---|
|
CreatedAt | System.Int64 |
Gets and sets the property CreatedAt. The Unix timestamp (in milliseconds) for when the service job was created. |
|
JobArn | System.String |
Gets and sets the property JobArn. The Amazon Resource Name (ARN) of the service job. |
|
JobId | System.String |
Gets and sets the property JobId. The job ID for the service job. |
|
JobName | System.String |
Gets and sets the property JobName. The name of the service job. |
|
LatestAttempt | Amazon.Batch.Model.LatestServiceJobAttempt |
Gets and sets the property LatestAttempt. Information about the latest attempt for the service job. |
|
ServiceJobType | Amazon.Batch.ServiceJobType |
Gets and sets the property ServiceJobType.
The type of service job. For SageMaker Training jobs, this value is |
|
ShareIdentifier | System.String |
Gets and sets the property ShareIdentifier. The share identifier for the job. |
|
StartedAt | System.Int64 |
Gets and sets the property StartedAt. The Unix timestamp (in milliseconds) for when the service job was started. |
|
Status | Amazon.Batch.ServiceJobStatus |
Gets and sets the property Status. The current status of the service job. |
|
StatusReason | System.String |
Gets and sets the property StatusReason. A short string to provide more details on the current status of the service job. |
|
StoppedAt | System.Int64 |
Gets and sets the property StoppedAt. The Unix timestamp (in milliseconds) for when the service job stopped running. |
.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