ComputeNodeExecutionDetails

Contains detailed execution information for a compute node within a pipeline execution.

Types

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

Properties

Link copied to clipboard

The name of the compute node.

Link copied to clipboard

A list of compute node names that this node depends on.

Link copied to clipboard

The time the compute node execution completed, in Unix epoch time.

Link copied to clipboard

The fully resolved environment variables used for this compute node execution.

Link copied to clipboard

The time the compute node execution started, in Unix epoch time.

Link copied to clipboard

The current execution status of the compute node.

Link copied to clipboard

The ARN of the task.

Link copied to clipboard

The name of the task executed for this compute node.

Link copied to clipboard

The task version that executed for this compute node.

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