StartRunRequest

Types

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

Properties

Link copied to clipboard

The cache behavior for the run. You specify this value if you want to override the default behavior for the cache. You had set the default value when you created the cache. For more information, see Run cache behavior in the Amazon Web Services HealthOmics User Guide.

Link copied to clipboard

Identifier of the cache associated with this run. If you don't specify a cache ID, no task outputs are cached for this run.

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. The default value is RETAIN.

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

The static storage capacity (in gibibytes) for this run. This field is not required if the storage type is dynamic (the system ignores any value that you enter).

Link copied to clipboard

The storage type for the run. By default, the run uses STATIC storage type, which allocates a fixed amount of storage. If you set the storage type to DYNAMIC, Amazon Web Services HealthOmics dynamically scales the storage up or down, based on file system utilization. For more information about static and dynamic storage, see Running workflows in the Amazon Web Services HealthOmics User Guide.

Link copied to clipboard

Tags for the run.

Link copied to clipboard

The run's workflow ID.

Link copied to clipboard

The ID of the workflow owner.

Link copied to clipboard

The run's workflow type.

Link copied to clipboard

The name of the workflow version.

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