PipeBatchResourceRequirement

Constructors

Link copied to clipboard
constructor(type: PipeBatchResourceRequirementType, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of resource to assign to a container. The supported resources include GPU , MEMORY , and VCPU .

Link copied to clipboard

The quantity of the specified resource to reserve for the container. The values vary based on the type specified.