Table of Contents

Class BhashiniComputeTask

A computation task for a pipeline.

public class BhashiniComputeTask
Inheritance
object
BhashiniComputeTask

Constructors

BhashiniComputeTask(BhashiniTask)

public BhashiniComputeTask(BhashiniTask type)

Parameters

type BhashiniTask

The task type.

BhashiniComputeTask(BhashiniTask, BhashiniPipelineTaskConfiguration)

public BhashiniComputeTask(BhashiniTask type, BhashiniPipelineTaskConfiguration configuration)

Parameters

type BhashiniTask

The task type.

configuration BhashiniPipelineTaskConfiguration

The task configuration from a BhashiniPipelineResponse.

Fields

Configuration

The configuration for the task.

public BhashiniComputeTaskConfiguration Configuration

Field Value

BhashiniComputeTaskConfiguration

Remarks

Type

The task type.

public BhashiniTask Type

Field Value

BhashiniTask

Remarks