You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticfinalStringBRANCH_OPTION = "Project branch to use. If none given the default branch of the project is used";
53
+
publicstaticfinalStringPROJECT_NAME_OPTION_DESCRIPTION = "project name to upload the model into. If not specified a unique name is generated based on the selected folders and the current timestamp";
54
+
publicstaticfinalStringDERIVED_OPTION_DESCRIPTION = "specifies that derived attributes should be included (the default is not to)";
55
+
publicstaticfinalStringIMPLICIT_GEN_OPTION_DESCRIPTION = "specifies that implicit generalizations should be generated (the default is not to)";
publicstaticfinalStringBASE_PATH_OPTION_DESCRIPTION = "gives the URL for the base path to be used for the API endpoint (if none is given, the default is used)";
58
+
publicstaticfinalStringLIBRARY_OPTION_DESCRIPTION = "gives the base path to used for reading model library resources";
0 commit comments