Batch Inference Service API, gRPC: BatchInferenceService.Delete

Deletes a concrete task

gRPC request

rpc Delete (DeleteBatchInferenceRequest) returns (DeleteBatchInferenceResponse)

DeleteBatchInferenceRequest

{
          "task_id": "string"
        }
        

Field

Description

task_id

string

Required field. Task ID that should be deleted.

DeleteBatchInferenceResponse

{
          "task_id": "string"
        }
        

Field

Description

task_id

string

Предыдущая
Следующая