TaskListItem

A workflow run task.

Types

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

Properties

Link copied to clipboard

Set to true if Amazon Web Services HealthOmics found a matching entry in the run cache for this task.

Link copied to clipboard

The S3 URI of the cache location.

Link copied to clipboard
val cpus: Int?

The task's CPU count.

Link copied to clipboard

When the task was created.

Link copied to clipboard
val gpus: Int?

The number of Graphics Processing Units (GPU) specified for the task.

Link copied to clipboard

The instance type for a task.

Link copied to clipboard
val memory: Int?

The task's memory use in gigabyes.

Link copied to clipboard
val name: String?

The task's name.

Link copied to clipboard

When the task started.

Link copied to clipboard

The task's status.

Link copied to clipboard

When the task stopped.

Link copied to clipboard

The task's ID.

Functions

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