class documentation
Handles the execution phase of the operator lifecycle.
Parameters | |
requests | an optional list of InvocationRequest objects |
logs | an optional list of log messages |
Method | __init__ |
Undocumented |
Method | log |
Logs a message. |
Method | to |
Undocumented |
Method | trigger |
Triggers an invocation of the operator with the given name. |
Instance Variable | _logs |
Undocumented |
Instance Variable | _requests |
Undocumented |
Triggers an invocation of the operator with the given name.
Parameters | |
operator | the name of the operator |
params:None | a dictionary of parameters for the operator |
Returns | |
a fiftyone.operators.message.GeneratedMessage containing
instructions for the FiftyOne App to invoke the operator |