StartRunRequest

Types

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

Properties

Link copied to clipboard

A log level for the run.

Link copied to clipboard
val name: String?

A name for the run.

Link copied to clipboard

An output URI for the run.

Link copied to clipboard

Parameters for the run.

Link copied to clipboard

A priority for the run.

Link copied to clipboard

To ensure that requests don't run multiple times, specify a unique ID for each request.

Link copied to clipboard

The retention mode for the run.

Link copied to clipboard

A service role for the run.

Link copied to clipboard

The run's group ID.

Link copied to clipboard

The ID of a run to duplicate.

Link copied to clipboard

A storage capacity for the run in gigabytes.

Link copied to clipboard

Tags for the 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: StartRunRequest.Builder.() -> Unit = {}): StartRunRequest
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