ServiceJobSummary

Summary information about a service job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The job ID for the service job.

Link copied to clipboard

The name of the service job.

Link copied to clipboard

Information about the latest attempt for the service job.

Link copied to clipboard

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

Link copied to clipboard

The share identifier for the job.

Link copied to clipboard

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

Link copied to clipboard

The current status of the service job.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: ServiceJobSummary.Builder.() -> Unit = {}): ServiceJobSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String