Container Resource Requirements Args
data class ContainerResourceRequirementsArgs(val cpu: Output<Double>? = null, val cpuLimit: Output<Double>? = null, val fpga: Output<Int>? = null, val gpu: Output<Int>? = null, val memoryInGB: Output<Double>? = null, val memoryInGBLimit: Output<Double>? = null) : ConvertibleToJava<ContainerResourceRequirementsArgs>
The resource requirements for the container (cpu and memory).