JobDefinitionResourceRequirement

data class JobDefinitionResourceRequirement(val type: String? = null, val value: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: 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: String? = null

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