-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
33 lines (32 loc) · 897 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Generated by roxygen2: do not edit by hand
S3method(print,gcat_column_spec)
S3method(print,gcat_dataset)
S3method(print,gcat_location)
S3method(print,gcat_model)
S3method(print,gcat_operation)
S3method(print,gcat_table_specs)
export(gcat_batch_predict)
export(gcat_create_dataset)
export(gcat_create_model)
export(gcat_delete_dataset)
export(gcat_get_column_spec)
export(gcat_get_dataset)
export(gcat_get_global_dataset)
export(gcat_get_location)
export(gcat_get_model)
export(gcat_get_table_specs)
export(gcat_global_dataset)
export(gcat_import_data)
export(gcat_list_column_specs)
export(gcat_list_datasets)
export(gcat_list_locations)
export(gcat_list_model_evaluations)
export(gcat_list_models)
export(gcat_list_table_specs)
export(gcat_project_get)
export(gcat_project_set)
export(gcat_region_get)
export(gcat_region_set)
export(gcat_set_target_column)
import(assertthat)
import(jsonlite)