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

A Job input descriptor. More...

#include <Job.h>

Public Attributes

Amino::String name
 The input's name. More...
 
Amino::String typeName
 The fully qualified name of the input's data type. More...
 
Amino::Any defaultValue
 The input's default value (coming from the graph). More...
 
bool isJobPort
 Whether or not the input is a Job port. More...
 

Detailed Description

A Job input descriptor.

Definition at line 55 of file Job.h.

Member Data Documentation

◆ defaultValue

Amino::Any BifrostGraph::Executor::Job::Input::defaultValue

The input's default value (coming from the graph).

Definition at line 58 of file Job.h.

◆ isJobPort

bool BifrostGraph::Executor::Job::Input::isJobPort

Whether or not the input is a Job port.

Definition at line 59 of file Job.h.

◆ name

Amino::String BifrostGraph::Executor::Job::Input::name

The input's name.

Definition at line 56 of file Job.h.

◆ typeName

Amino::String BifrostGraph::Executor::Job::Input::typeName

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

Definition at line 57 of file Job.h.