From 0d57744efe6d61a3b2deaf13e496fcfafc80756b Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 24 Sep 2019 13:54:45 -0400 Subject: [PATCH] Add AutoML to the API catalog --- apis/apis.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/apis/apis.json b/apis/apis.json index 3b96270ac96a..4642fe3241c5 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -35,6 +35,23 @@ "tags": [ "asset", "inventory", "assets" ] }, + { + "id": "Google.Cloud.AutoML.V1", + "generator": "gapic", + "protoPath": "google/cloud/automl/v1", + "serviceYaml": "automl_v1.yaml", + "productName": "Google AutoML", + "productUrl": "https://cloud.google.com/automl/", + "version": "1.0.0-beta00", + "type": "grpc", + "description": "Recommended Google client library to access the AutoML API, which allows you to train high-quality custom machine learning models with minimal effort and machine learning expertise.", + "dependencies": { + "Google.Api.Gax.Grpc": "2.10.0-beta04", + "Grpc.Core": "1.22.1" + }, + "tags": [ "automl", "ml" ] + }, + { "id": "Google.Cloud.BigQuery.DataTransfer.V1", "generator": "gapic",