Table of Contents

Class BhashiniComputeRequest

Request for inferencing a pipeline. Response type is BhashiniComputeResponse.

public class BhashiniComputeRequest
Inheritance
object
BhashiniComputeRequest

Fields

Input

The input for the pipeline.

public BhashiniInputData Input

Field Value

BhashiniInputData

Remarks

Tasks

The tasks to be carried out by the pipeline.

public BhashiniComputeTask[] Tasks

Field Value

BhashiniComputeTask[]

Remarks