GetRunTaskResponse

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 usage.

Link copied to clipboard

When the task was created.

Link copied to clipboard

The reason a task has failed.

Link copied to clipboard
val gpus: Int?

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

Link copied to clipboard

The instance type for a task.

Link copied to clipboard

The task's log stream.

Link copied to clipboard
val memory: Int?

The task's memory use in gigabytes.

Link copied to clipboard
val name: String?

The task's name.

Link copied to clipboard

The task's start time.

Link copied to clipboard

The task's status.

Link copied to clipboard

The task's status message.

Link copied to clipboard

The task's stop time.

Link copied to clipboard

The task's ID.

Functions

Link copied to clipboard
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