VersionedResourceAllocated

tasks.shared.VersionedResourceAllocated
See theVersionedResourceAllocated companion object
case class VersionedResourceAllocated(codeVersion: CodeVersion, cpuMemoryAllocated: ResourceAllocated)

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

Concrete methods

def cpu: Int
def gpu: List[Int]
def memory: Int
def scratch: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product