Skip to content

Commit

Permalink
Add AutoML to the API catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Sep 24, 2019
1 parent 7405b8f commit 0d57744
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0d57744

Please sign in to comment.