GetRunResponse

Types

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

Properties

Link copied to clipboard

The computational accelerator used to run the workflow.

Link copied to clipboard
val arn: String?

The run's ARN.

Link copied to clipboard

When the run was created.

Link copied to clipboard

The run's definition.

Link copied to clipboard

The run's digest.

Link copied to clipboard

The reason a run has failed.

Link copied to clipboard
val id: String?

The run's ID.

Link copied to clipboard

The run's log level.

Link copied to clipboard

The location of the run log.

Link copied to clipboard
val name: String?

The run's name.

Link copied to clipboard

The run's output URI.

Link copied to clipboard

The run's parameters.

Link copied to clipboard

The run's priority.

Link copied to clipboard

The run's resource digests.

Link copied to clipboard

The run's retention mode.

Link copied to clipboard

The run's service role ARN.

Link copied to clipboard

The run's group ID.

Link copied to clipboard

The run's ID.

Link copied to clipboard

The destination for workflow outputs.

Link copied to clipboard

Who started the run.

Link copied to clipboard

When the run started.

Link copied to clipboard

The run's status.

Link copied to clipboard

The run's status message.

Link copied to clipboard

The run's stop time.

Link copied to clipboard

The run's storage capacity in gigabytes.

Link copied to clipboard

The run's tags.

Link copied to clipboard
val uuid: String?

The universally unique identifier for a run.

Link copied to clipboard

The run's workflow ID.

Link copied to clipboard

The run's workflow type.

Functions

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