Class BhashiniComputeTask
A computation task for a pipeline.
public class BhashiniComputeTask
- Inheritance
-
objectBhashiniComputeTask
Constructors
BhashiniComputeTask(BhashiniTask)
public BhashiniComputeTask(BhashiniTask type)
Parameters
type
BhashiniTaskThe task type.
BhashiniComputeTask(BhashiniTask, BhashiniPipelineTaskConfiguration)
public BhashiniComputeTask(BhashiniTask type, BhashiniPipelineTaskConfiguration configuration)
Parameters
type
BhashiniTaskThe task type.
configuration
BhashiniPipelineTaskConfigurationThe task configuration from a BhashiniPipelineResponse.
Fields
Configuration
The configuration for the task.
public BhashiniComputeTaskConfiguration Configuration
Field Value
Remarks
Type
The task type.
public BhashiniTask Type