Type Alias: Operation<T>
ts
type Operation<T> = object;Job definition types for creating Nosana jobs
Type Parameters
| Type Parameter |
|---|
T extends OperationType |
Properties
args
ts
args: OperationArgsMap[T];execution?
ts
optional execution: Execution;id
ts
id: OperationId;results?
ts
optional results: OperationResults;type
ts
type: OperationType;