Task
@Serializable
Parameters
ID
The ID of the task.
version
created At
updated At
name
Name of the task.
labels
User-defined key/value metadata.
spec
service ID
The ID of the service this task is part of.
slot
node ID
The ID of the node that this task is on.
assigned Generic Resources
User-defined resources can be either Integer resources (e.g, SSD=3) or String resources (e.g, GPU=UUID1).
status
desired State
job Iteration
Constructors
Link copied to clipboard
constructor(ID: String? = null, version: ObjectVersion? = null, createdAt: String? = null, updatedAt: String? = null, name: String? = null, labels: Map<String, String>? = null, spec: TaskSpec? = null, serviceID: String? = null, slot: Int? = null, nodeID: String? = null, assignedGenericResources: List<GenericResourcesInner>? = null, status: TaskStatus? = null, desiredState: TaskState? = null, jobIteration: ObjectVersion? = null)
Properties
Link copied to clipboard
@SerialName(value = "AssignedGenericResources" )
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard