Namespace ArmoniK.Api.gRPC.V1.Tasks
Classes
Request to cancel one or many tasks
Response from canceling one or many tasks
Request to get count from tasks by status
Response to get count from tasks by status
Request for getting result ids of tasks ids.
Response for getting result ids of tasks ids.
Request for getting a single task.
Response for getting a single task.
Return a raw task.
Response to list tasks.
Use pagination, filtering and sorting from the request. Return a list of formatted tasks.
Request to list tasks.
Use pagination, filtering and sorting.
Response to list tasks.
Use pagination, filtering and sorting from the request. Return a list of formatted tasks.
GetResultIdsResponse.Types.MapTaskResult
Represents a task result.
Represents the task output.
Represents the sort object.
Request to create tasks.
Response to create tasks.
expected_output_ids and data_dependencies must be created through ResultsService.
Remark : this may have to be enriched to a better management of errors but will the client application be able to manage a missing data dependency or expected output ?
SubmitTasksRequest.Types.TaskCreation
A raw task object.
Used when a single task is returned.
SubmitTasksResponse.Types.TaskInfo
This message is used to wrap the enum in order to facilitate the ‘oneOf’ generation.
Represents a generic field in a task option.
A summary task object.
It contains only a subset of the fields from the underlying task object. Used when a list of tasks are returned.
This message is used to wrap the enum in order to facilitate the ‘oneOf’ generation.
Service for handling tasks.
Service for handling tasks.
Base class for server-side implementations of Tasks
Client for Tasks
Client for Tasks
Holder for reflection information generated from tasks_common.proto
Holder for reflection information generated from tasks_fields.proto
Holder for reflection information generated from tasks_filters.proto
Holder for reflection information generated from tasks_service.proto
Holder for reflection information generated from tasks_service.proto
Container for nested types declared in the TaskDetailed message type.
Container for nested types declared in the SubmitTasksResponse message type.
Container for nested types declared in the ListTasksRequest message type.
Container for nested types declared in the GetResultIdsResponse message type.
Container for nested types declared in the SubmitTasksRequest message type.
Enums
Enum of possible cases for the “field” oneof.
Represents a field in a task option.
Represents every available field in a task summary.
FilterField.ValueConditionOneofCase
Enum of possible cases for the “value_condition” oneof.