class documentation

Handles the execution phase of the operator lifecycle.

Parameters
requestsan optional list of InvocationRequest objects
logsan optional list of log messages
Method __init__ Undocumented
Method log Logs a message.
Method to_json Undocumented
Method trigger Triggers an invocation of the operator with the given name.
Instance Variable _logs Undocumented
Instance Variable _requests Undocumented
def __init__(self, requests=None, logs=None): (source)

Undocumented

def log(self, message): (source)

Logs a message.

def to_json(self): (source)

Undocumented

def trigger(self, operator_name, params=None): (source)

Triggers an invocation of the operator with the given name.

Parameters
operator_namethe name of the operator
params:Nonea dictionary of parameters for the operator
Returns
a fiftyone.operators.message.GeneratedMessage containing instructions for the FiftyOne App to invoke the operator

Undocumented

_requests = (source)

Undocumented