-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathNAMESPACE
41 lines (40 loc) · 981 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
34
35
36
37
38
39
40
41
# Generated by roxygen2: do not edit by hand
S3method(as.cloudml_job,character)
S3method(as.cloudml_job,cloudml_job)
S3method(job_trials,character)
S3method(job_trials,cloudml_job)
S3method(job_trials,cloudml_job_status)
S3method(job_trials,default)
S3method(print,cloudml_job)
S3method(print,cloudml_job_status)
S3method(print,cloudml_predictions)
export(cloudml_deploy)
export(cloudml_predict)
export(cloudml_train)
export(gcloud_exec)
export(gcloud_init)
export(gcloud_install)
export(gcloud_terminal)
export(gcloud_version)
export(gs_copy)
export(gs_data_dir)
export(gs_data_dir_local)
export(gs_local_dir)
export(gs_rsync)
export(gsutil_exec)
export(job_cancel)
export(job_collect)
export(job_list)
export(job_status)
export(job_stream_logs)
export(job_trials)
import(jsonlite)
import(processx)
import(tfruns)
import(withr)
import(yaml)
importFrom(config,is_active)
importFrom(tools,file_ext)
importFrom(utils,download.file)
importFrom(utils,file_test)
importFrom(utils,str)