QueueSnapshotCapacityUsage

The configured capacity usage for a job queue snapshot, including the unit of measure and quantity of resources being used.

Types

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

Properties

Link copied to clipboard

The unit of measure for the capacity usage. For compute jobs, this is VCPU for Amazon EC2 and cpu for Amazon EKS. For service jobs, this is the instance type.

Link copied to clipboard

The quantity of capacity being used in the queue snapshot, measured in the units specified by capacityUnit.

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