ResourceLimitsArgs

data class ResourceLimitsArgs(val cpu: Output<Double>? = null, val gpu: Output<GpuResourceArgs>? = null, val memoryInGB: Output<Double>? = null) : ConvertibleToJava<ResourceLimitsArgs>

The resource limits.

Constructors

Link copied to clipboard
constructor(cpu: Output<Double>? = null, gpu: Output<GpuResourceArgs>? = null, memoryInGB: Output<Double>? = null)

Properties

Link copied to clipboard
val cpu: Output<Double>? = null

The CPU limit of this container instance.

Link copied to clipboard
val gpu: Output<GpuResourceArgs>? = null

The GPU limit of this container instance.

Link copied to clipboard
val memoryInGB: Output<Double>? = null

The memory limit in GB of this container instance.

Functions

Link copied to clipboard
open override fun toJava(): ResourceLimitsArgs