package
0.38.1
Repository: https://github.com/determined-ai/determined.git
Documentation: pkg.go.dev

# Constants

AgentError denotes that the agent failed to launch the container.
AgentFailed denotes that the agent failed while the container was running.
ResourcesAborted denotes the container was canceled before it was started.
ResourcesFailed denotes that the container ran but failed with a non-zero exit code.
ResourcesMissing denotes the resources were missing when the master asked about it.
RestoreError denotes a failure to restore a running allocation on master blip.
TaskAborted denotes that the task was canceled before it was started.
TaskError denotes that the task failed without an associated exit code.
UnknownError denotes an internal error that did not map to a know failure type.
UNSPECIFIED denotes an error that is not defined below.
The task state unknown.
The task state unknown.
The task state unknown.
The task state unknown.
The task state unknown.
The task state unknown.
The task state unknown.
The task state unknown.
The task state unknown.
The task state unknown.
The task's base image is being pulled from the Docker registry.
Additional state to cover queueing operations.
The service in the task is running.
The image has been pulled and the task is being started, but the task is not ready yet.
The task has exited or has been aborted.
The task has begun to exit.
The task state is unknown.
The task is waiting on something to complete.
"CHECKPOINT_GC" task type for the enum public.task_type in Postgres.
"COMMAND" task type for the enum public.task_type in Postgres.
"GENERIC" task type for the enum public.task_type in Postgres.
"NOTEBOOK" task type for the enum public.task_type in Postgres.
"SHELL" task type for the enum public.task_type in Postgres.
"TENSORBOARD" task type for the enum public.task_type in Postgres.
"TRIAL" task type for the enum public.task_type in Postgres.
The task type is unknown.

# Variables

Enum value maps for FailureType.
Enum value maps for FailureType.
No description provided by the author
Enum value maps for GenericTaskState.
Enum value maps for GenericTaskState.
Enum value maps for State.
Enum value maps for State.
Enum value maps for TaskType.
Enum value maps for TaskType.

# Structs

Address represents an exposed port on a container.
Allocation tracks a specific instance of a Task.
AllocationSummary contains information about a task for external display.
ProxyPortConfig configures a proxy the allocation should start.
ResourcesFailure contains information about restored resources' failure.
ResourcesStarted contains the information needed by tasks from container started.
ResourcesStopped contains the information needed by tasks from container stopped.
ResourcesSummary provides a summary of the resources comprising what we know at the time the allocation is granted, but for k8s it is granted before being scheduled so it isn't really much and `agent_devices` are missing for k8s.
A wrapper message of a list of devices.
Task is the model for a task in the database.
TaskLog is the model for a task log in the database.

# Type aliases

The failure type of a resource.
State of a Generic task.
The current state of the task.
Type of the task.