JobDefinitionResourceRequirementArgs

data class JobDefinitionResourceRequirementArgs(val type: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<JobDefinitionResourceRequirementArgs>

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard
val type: Output<String>? = null

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>? = null

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(): JobDefinitionResourceRequirementArgs