package determined.task.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Address

task.proto:131

Address represents an exposed port on a container.

Used in: ResourcesStarted

message Allocation

task.proto:77

Allocation tracks a specific instance of a Task.

Used in: api.v1.GetAllocationResponse, Task

message AllocationSummary

task.proto:253

AllocationSummary contains information about a task for external display.

Used in: api.v1.GetTasksResponse

enum FailureType

task.proto:156

The failure type of a resource.

Used in: ResourcesFailure

enum GenericTaskState

task.proto:53

State of a Generic task

Used in: Task

message ProxyPortConfig

task.proto:241

ProxyPortConfig configures a proxy the allocation should start.

Used in: AllocationSummary

message ResourcesFailure

task.proto:193

ResourcesFailure contains information about restored resources' failure.

Used in: ResourcesStopped

message ResourcesStarted

task.proto:147

ResourcesStarted contains the information needed by tasks from container started.

Used in: ResourcesSummary

message ResourcesStopped

task.proto:205

ResourcesStopped contains the information needed by tasks from container stopped.

Used in: ResourcesSummary

message ResourcesSummary

task.proto:213

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.

Used in: AllocationSummary

message ResourcesSummary.Devices

task.proto:215

A wrapper message of a list of devices.

Used in: ResourcesSummary

enum State

task.proto:12

The current state of the task.

Used in: command.v1.Command, notebook.v1.Notebook, shell.v1.Shell, Allocation, tensorboard.v1.Tensorboard

message Task

task.proto:102

Task is the model for a task in the database.

Used in: api.v1.GetTaskResponse

message TaskLog

task.proto:281

TaskLog is the model for a task log in the database

Used in: api.v1.PostTaskLogsRequest

enum TaskType

task.proto:33

Type of the task

Used in: Task