resource Requirements
Parameters
value
The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include GPU
, MEMORY
, and VCPU
.
Parameters
values
The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include GPU
, MEMORY
, and VCPU
.
suspend fun resourceRequirements(argument: List<suspend PipeBatchResourceRequirementArgsBuilder.() -> Unit>)
suspend fun resourceRequirements(vararg argument: suspend PipeBatchResourceRequirementArgsBuilder.() -> Unit)
suspend fun resourceRequirements(argument: suspend PipeBatchResourceRequirementArgsBuilder.() -> Unit)
Parameters
argument
The type and amount of resources to assign to a container. This overrides the settings in the job definition. The supported resources include GPU
, MEMORY
, and VCPU
.