ResourceLimitsResponse

data class ResourceLimitsResponse(val cpu: Double? = null, val gpu: GpuResourceResponse? = null, val memoryInGB: Double? = null)

The resource limits.

Constructors

Link copied to clipboard
constructor(cpu: Double? = null, gpu: GpuResourceResponse? = null, memoryInGB: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cpu: Double? = null

The CPU limit of this container instance.

Link copied to clipboard

The GPU limit of this container instance.

Link copied to clipboard
val memoryInGB: Double? = null

The memory limit in GB of this container instance.