RunBatchListItem

A single run entry returned by ListRunsInBatch.

Types

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

Properties

Link copied to clipboard

The unique ARN of the workflow run.

Link copied to clipboard

The HealthOmics-generated identifier for the workflow run. Empty if submission failed.

Link copied to clipboard

The universally unique identifier (UUID) for the run.

Link copied to clipboard

The customer-provided identifier for the run configuration. Use this to correlate results back to the input configuration provided in inlineSettings or s3UriSettings.

Link copied to clipboard

A detailed message describing the submission failure.

Link copied to clipboard

The error category for a failed submission. See the run-level failure table in the HealthOmics User Guide for details on each value.

Link copied to clipboard

The submission outcome for this run.

Functions

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