StatusDetails

For a Distillation job, the status details for sub-tasks of the job. Possible statuses for each sub-task include the following:

  • NotStarted

  • InProgress

  • Completed

  • Stopping

  • Stopped

  • Failed

Types

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

Properties

Link copied to clipboard

The status details for the data processing sub-task of the job.

Link copied to clipboard

The status details for the training sub-task of the job.

Link copied to clipboard

The status details for the validation sub-task of the job.

Functions

Link copied to clipboard
inline fun copy(block: StatusDetails.Builder.() -> Unit = {}): StatusDetails
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