Resource Limits Args
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)