1{
2  "schema": "1.0",
3  "comment": "This file maps proto services/RPCs to the corresponding library clients/methods.",
4  "language": "go",
5  "protoPackage": "google.cloud.automl.v1beta1",
6  "libraryPackage": "cloud.google.com/go/automl/apiv1beta1",
7  "services": {
8    "AutoMl": {
9      "clients": {
10        "grpc": {
11          "libraryClient": "Client",
12          "rpcs": {
13            "CreateDataset": {
14              "methods": [
15                "CreateDataset"
16              ]
17            },
18            "CreateModel": {
19              "methods": [
20                "CreateModel"
21              ]
22            },
23            "DeleteDataset": {
24              "methods": [
25                "DeleteDataset"
26              ]
27            },
28            "DeleteModel": {
29              "methods": [
30                "DeleteModel"
31              ]
32            },
33            "DeployModel": {
34              "methods": [
35                "DeployModel"
36              ]
37            },
38            "ExportData": {
39              "methods": [
40                "ExportData"
41              ]
42            },
43            "ExportEvaluatedExamples": {
44              "methods": [
45                "ExportEvaluatedExamples"
46              ]
47            },
48            "ExportModel": {
49              "methods": [
50                "ExportModel"
51              ]
52            },
53            "GetAnnotationSpec": {
54              "methods": [
55                "GetAnnotationSpec"
56              ]
57            },
58            "GetColumnSpec": {
59              "methods": [
60                "GetColumnSpec"
61              ]
62            },
63            "GetDataset": {
64              "methods": [
65                "GetDataset"
66              ]
67            },
68            "GetModel": {
69              "methods": [
70                "GetModel"
71              ]
72            },
73            "GetModelEvaluation": {
74              "methods": [
75                "GetModelEvaluation"
76              ]
77            },
78            "GetTableSpec": {
79              "methods": [
80                "GetTableSpec"
81              ]
82            },
83            "ImportData": {
84              "methods": [
85                "ImportData"
86              ]
87            },
88            "ListColumnSpecs": {
89              "methods": [
90                "ListColumnSpecs"
91              ]
92            },
93            "ListDatasets": {
94              "methods": [
95                "ListDatasets"
96              ]
97            },
98            "ListModelEvaluations": {
99              "methods": [
100                "ListModelEvaluations"
101              ]
102            },
103            "ListModels": {
104              "methods": [
105                "ListModels"
106              ]
107            },
108            "ListTableSpecs": {
109              "methods": [
110                "ListTableSpecs"
111              ]
112            },
113            "UndeployModel": {
114              "methods": [
115                "UndeployModel"
116              ]
117            },
118            "UpdateColumnSpec": {
119              "methods": [
120                "UpdateColumnSpec"
121              ]
122            },
123            "UpdateDataset": {
124              "methods": [
125                "UpdateDataset"
126              ]
127            },
128            "UpdateTableSpec": {
129              "methods": [
130                "UpdateTableSpec"
131              ]
132            }
133          }
134        }
135      }
136    },
137    "PredictionService": {
138      "clients": {
139        "grpc": {
140          "libraryClient": "PredictionClient",
141          "rpcs": {
142            "BatchPredict": {
143              "methods": [
144                "BatchPredict"
145              ]
146            },
147            "Predict": {
148              "methods": [
149                "Predict"
150              ]
151            }
152          }
153        }
154      }
155    }
156  }
157}
158