Motivation
The flamepy.Runner uses Flame Session/Task to execute workloads. When a task is submitted via RunnerService, the input and output are stored as ObjectRef pickled data in the Flame cache. Currently, there is no convenient way for applications to inspect the actual input/output data of a task after it has been executed.
Function Specification
Provied a get_data helper function in runner to retrieve all data.
Solutions
N/A
Additional context
N/A
Motivation
The
flamepy.Runneruses Flame Session/Task to execute workloads. When a task is submitted viaRunnerService, the input and output are stored asObjectRefpickled data in the Flame cache. Currently, there is no convenient way for applications to inspect the actual input/output data of a task after it has been executed.Function Specification
Provied a
get_datahelper function in runner to retrieve all data.Solutions
N/A
Additional context
N/A