ResourceRequest

tasks.shared.ResourceRequest
See theResourceRequest companion object
case class ResourceRequest(cpu: (Int, Int), memory: Int, scratch: Int, gpu: Int, image: Option[String])

Attributes

Companion
object
Experimental
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product