SecondaryStatusTransition

An array element of SecondaryStatusTransitions for DescribeTrainingJob. It provides additional details about a status that the training job has transitioned through. A training job can be in one of several states, for example, starting, downloading, training, or uploading. Within each state, there are a number of intermediate states. For example, within the starting state, SageMaker could be starting the training job or launching the ML instances. These transitional states are referred to as the job's secondary status.

Types

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

Properties

Link copied to clipboard

A timestamp that shows when the training job transitioned out of this secondary status state into another secondary status state or when the training job has ended.

Link copied to clipboard

A timestamp that shows when the training job transitioned to the current secondary status state.

Link copied to clipboard

Contains a secondary status information from a training job.

Link copied to clipboard

A detailed description of the progress within a secondary status.

Functions

Link copied to clipboard
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