Turi Create
4.0
|
#include <model_server/lib/toolkit_function_invocation.hpp>
Public Attributes | |
variant_map_type | params |
std::function< void(std::string)> | progress |
toolkit_class_registry * | classes |
The arguments used to invoke the toolkit execution. See toolkit_function_specification for details.
Definition at line 19 of file toolkit_function_invocation.hpp.
toolkit_class_registry* turi::toolkit_function_invocation::classes |
A pointer to the class registry.
Definition at line 41 of file toolkit_function_invocation.hpp.
variant_map_type turi::toolkit_function_invocation::params |
The parameters passed to the toolkit from the user. The options set will be cleaned: every option in toolkit_function_specification::default_options will show appear here, and there will not be extraneous options.
Definition at line 31 of file toolkit_function_invocation.hpp.
std::function<void(std::string)> turi::toolkit_function_invocation::progress |
A pointer to a function which prints execution progress.
Definition at line 36 of file toolkit_function_invocation.hpp.