ClusterTimeline

Represents the timeline of the cluster's lifecycle.

Types

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

Properties

Link copied to clipboard
val creationDateTime: <Error class: unknown class>?

The creation date and time of the cluster.

Link copied to clipboard
val endDateTime: <Error class: unknown class>?

The date and time when the cluster was terminated.

Link copied to clipboard
val readyDateTime: <Error class: unknown class>?

The date and time when the cluster was ready to run steps.

Functions

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