Namespace ArmoniK.Api.gRPC.V1.Results
Classes
Request for creating results without data
Response for creating results without data
Request for creating results with data
Response for creating results without data
Request deleting data from results results but keeping metadata
Response deleting data from results results but keeping metadata
Request for getting a result
Response for creating results without data
Request for getting the id of the task that should create this result
Response for getting the id of the task that should create this result
Request to get an result.
Response to get an result.
Request importing existing data from the object storage
Response importing existing data from the object storage
Request to list results.
Use pagination, filtering and sorting.
Response to list results.
Use pagination, filtering and sorting from the request. Retunr a list of raw results.
GetOwnerTaskIdResponse.Types.MapResultTask
CreateResultsMetaDataRequest.Types.ResultCreate
A result to create.
CreateResultsRequest.Types.ResultCreate
A result to create.
UploadResultDataRequest.Types.ResultIdentifier
The metadata to identify the result to update.
ImportResultsDataRequest.Types.ResultOpaqueId
A raw result object.
Used when a list or a single result is returned.
This message is used to wrap the enum in order to facilitate the ‘oneOf’ generation.
The ResultsService provides methods for interacting with results
The ResultsService provides methods for interacting with results
Base class for server-side implementations of Results
Client for Results
Client for Results
Holder for reflection information generated from results_common.proto
Holder for reflection information generated from results_fields.proto
Holder for reflection information generated from results_filters.proto
ResultsServiceConfigurationResponse
Response for obtaining results service configuration
Holder for reflection information generated from results_service.proto
Holder for reflection information generated from results_service.proto
Represents the sort object.
Container for nested types declared in the ListResultsRequest message type.
Container for nested types declared in the GetOwnerTaskIdResponse message type.
Container for nested types declared in the UploadResultDataRequest message type.
CreateResultsMetaDataRequest.Types
Container for nested types declared in the CreateResultsMetaDataRequest message type.
ImportResultsDataRequest.Types
Container for nested types declared in the ImportResultsDataRequest message type.
Container for nested types declared in the CreateResultsRequest message type.
Request for uploading results data through stream. Data must be sent in multiple chunks. Only one result can be uploaded.
Response for creating results without data
Request to watch result states It contains the list of result ids you want to watch and some options to filter out some events. Chunking is achieved by sending multiple messages with different result ids. It is the responsability of the client to chunk the messages properly and avoid messages too large.
List of Result statuses Result Ids are grouped by status. One message contains result Ids that have the same status. Chunking is achieved by receiving several messages with the same status and the list of ids in multiple parts. As chunking is implicit, there is no way to distinguish between chunked messages and actually separate messages.
Enums
Enum of possible cases for the “field” oneof.
Represents every available field in a result.
UploadResultDataRequest.TypeOneofCase
Enum of possible cases for the “type” oneof.
FilterField.ValueConditionOneofCase
Enum of possible cases for the “value_condition” oneof.