Get desktop application:
View/edit binary Protocol Buffers messages
Agent is a pool of resources where containers are run.
Used in:
, , ,The unique id of the agent.
The time when the agent registered with the master.
A map of slot id to each slot of this agent.
A map of container id to all containers assigned to this agent.
The addresses of the agent.
Flag notifying if containers can be scheduled on this agent.
Flag notifying if this agent is in the draining mode: current containers will be allowed to finish but no new ones will be scheduled.
The Determined version that this agent was built from.
The name of the resource pools the agent is in. Only slurm can contain multiples.
The slot stats for this agent.
DeviceStats contains statistics about a single device group.
Used in:
The number of slots in each state if there's an associated container.
the number of draining slots.
the number of disabled slots.
the total number of slots.
Slot wraps a single device on the agent.
Used in:
, , , ,The unqiue id of the slot for a given agent.
The individual resource this slot wraps.
Flag notifying if containers can be scheduled on this slot.
Container that is currently running on this agent. It is unset if there is no container currently running on this slot.
Flag notifying if this slot is in the draining mode: current containers will be allowed to finish but no new ones will be scheduled.
SlotStats contains statistics about a set of slots.
Used in:
Map of device type to device stats.
Map of device brands to device stats.