InlineSetting

A per-run configuration that overrides or merges with fields from DefaultRunSetting for a specific run.

Types

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

Properties

Link copied to clipboard
val name: String?

An optional user-friendly name for this run.

Link copied to clipboard

The expected AWS account ID of the owner of the output S3 bucket for this run.

Link copied to clipboard

Override the destination S3 URI for this run's outputs.

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

Per-run workflow parameters. Merged with defaultRunSetting.parameters; values in this object take precedence when keys overlap.

Link copied to clipboard

Override the priority for this run.

Link copied to clipboard

A customer-provided unique identifier for this run configuration within the batch. After submission, use ListRunsInBatch to map each runSettingId to the HealthOmics-generated runId.

Link copied to clipboard

Per-run AWS tags. Merged with defaultRunSetting.runTags; values in this object take precedence when keys overlap.

Functions

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