Bifrost SDK
Bifrost SDK documentation
BifrostGraph::Executor::Job::Output Struct Referencefinal

A Job output descriptor. More...

#include <Job.h>

Public Attributes

Amino::String name
 The output's name. More...
 
Amino::String typeName
 The fully qualified name of the output's data type. More...
 
bool isTerminal
 Whether or not the output is a Terminal. More...
 
bool isEnabled
 Whether or not this output is enabled. More...
 

Detailed Description

A Job output descriptor.

Definition at line 65 of file Job.h.

Member Data Documentation

◆ isEnabled

bool BifrostGraph::Executor::Job::Output::isEnabled

Whether or not this output is enabled.

Definition at line 69 of file Job.h.

◆ isTerminal

bool BifrostGraph::Executor::Job::Output::isTerminal

Whether or not the output is a Terminal.

Definition at line 68 of file Job.h.

◆ name

Amino::String BifrostGraph::Executor::Job::Output::name

The output's name.

Definition at line 66 of file Job.h.

◆ typeName

Amino::String BifrostGraph::Executor::Job::Output::typeName

The fully qualified name of the output's data type.

Definition at line 67 of file Job.h.