forked from googleapis/google-cloud-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgapic_metadata.json
127 lines (127 loc) · 2.98 KB
/
gapic_metadata.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"schema": "1.0",
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "ruby",
"protoPackage": "google.cloud.automl.v1",
"libraryPackage": "::Google::Cloud::AutoML::V1",
"services": {
"PredictionService": {
"clients": {
"grpc": {
"libraryClient": "::Google::Cloud::AutoML::V1::PredictionService::Client",
"rpcs": {
"Predict": {
"methods": [
"predict"
]
},
"BatchPredict": {
"methods": [
"batch_predict"
]
}
}
}
}
},
"AutoMl": {
"clients": {
"grpc": {
"libraryClient": "::Google::Cloud::AutoML::V1::AutoML::Client",
"rpcs": {
"CreateDataset": {
"methods": [
"create_dataset"
]
},
"GetDataset": {
"methods": [
"get_dataset"
]
},
"ListDatasets": {
"methods": [
"list_datasets"
]
},
"UpdateDataset": {
"methods": [
"update_dataset"
]
},
"DeleteDataset": {
"methods": [
"delete_dataset"
]
},
"ImportData": {
"methods": [
"import_data"
]
},
"ExportData": {
"methods": [
"export_data"
]
},
"GetAnnotationSpec": {
"methods": [
"get_annotation_spec"
]
},
"CreateModel": {
"methods": [
"create_model"
]
},
"GetModel": {
"methods": [
"get_model"
]
},
"ListModels": {
"methods": [
"list_models"
]
},
"DeleteModel": {
"methods": [
"delete_model"
]
},
"UpdateModel": {
"methods": [
"update_model"
]
},
"DeployModel": {
"methods": [
"deploy_model"
]
},
"UndeployModel": {
"methods": [
"undeploy_model"
]
},
"ExportModel": {
"methods": [
"export_model"
]
},
"GetModelEvaluation": {
"methods": [
"get_model_evaluation"
]
},
"ListModelEvaluations": {
"methods": [
"list_model_evaluations"
]
}
}
}
}
}
}
}