Turi Create  4.0
turi::toolkit_function_invocation Struct Reference

#include <model_server/lib/toolkit_function_invocation.hpp>

Public Attributes

variant_map_type params
 
std::function< void(std::string)> progress
 
toolkit_class_registryclasses
 

Detailed Description

The arguments used to invoke the toolkit execution. See toolkit_function_specification for details.

Definition at line 19 of file toolkit_function_invocation.hpp.

Member Data Documentation

◆ classes

toolkit_class_registry* turi::toolkit_function_invocation::classes

A pointer to the class registry.

Definition at line 41 of file toolkit_function_invocation.hpp.

◆ params

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.

◆ progress

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.


The documentation for this struct was generated from the following file: