RunTask

class RunTask(pipeline: Pipeline, placeholderMap: Map<PipelineTensorPlaceholder, GlobalTensor>, condition: GlobalTensor?, waitFor: Pipeline.RunTask?)

The handle to one submitted pipeline run task.

Throws

If the usage is not allowed by the SpatialML run-time Framework, or if the framework encounter internal error and cannot perform the requested behavior.

Constructors

Link copied to clipboard
constructor(pipeline: Pipeline, placeholderMap: Map<PipelineTensorPlaceholder, GlobalTensor>, condition: GlobalTensor?, waitFor: Pipeline.RunTask?)