PipeBatchResourceRequirementArgs

data class PipeBatchResourceRequirementArgs(val type: Output<PipeBatchResourceRequirementType>, val value: Output<String>) : ConvertibleToJava<PipeBatchResourceRequirementArgs>

Constructors

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

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
val value: Output<String>

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

Functions

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