Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into release-v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed May 11, 2021
2 parents 7d67fa9 + 913fce7 commit 28f2e02
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .readme-partials.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
introduction: |-
Google Cloud AI Platform is an integrated suite of machine learning tools
and services for building and using ML models with AutoML or custom code.
It offers both novices and experts the best workbench for the entire
machine learning development lifecycle.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"issue_tracker": "https://github.com/googleapis/nodejs-ai-platform/issues",
"requires_billing": true,
"name_pretty": "AI Platform",
"product_documentation": "https://cloud.google.com/ai-platform/docs",
"product_documentation": "https://cloud.google.com/ai-platform-unified/docs",
"name": "aiplatform",
"default_version": "v1",
"client_documentation": "https://googleapis.dev/nodejs/aiplatform/latest",
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@



Aiplatform client for Node.js
Google Cloud AI Platform is an integrated suite of machine learning tools
and services for building and using ML models with AutoML or custom code.
It offers both novices and experts the best workbench for the entire
machine learning development lifecycle.


A comprehensive list of changes in each version may be found in
Expand Down Expand Up @@ -205,7 +208,7 @@ Apache Version 2.0
See [LICENSE](https://github.com/googleapis/nodejs-ai-platform/blob/master/LICENSE)

[client-docs]: https://googleapis.dev/nodejs/aiplatform/latest
[product-docs]: https://cloud.google.com/ai-platform/docs
[product-docs]: https://cloud.google.com/ai-platform-unified/docs
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[projects]: https://console.cloud.google.com/project
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.6",
"@types/sinon": "^9.0.8",
"@types/sinon": "^10.0.0",
"c8": "^7.3.5",
"gts": "^3.0.2",
"jsdoc": "^3.6.6",
Expand Down
7 changes: 5 additions & 2 deletions samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

[![Open in Cloud Shell][shell_img]][shell_link]


Google Cloud AI Platform is an integrated suite of machine learning tools
and services for building and using ML models with AutoML or custom code.
It offers both novices and experts the best workbench for the entire
machine learning development lifecycle.

## Table of Contents

Expand Down Expand Up @@ -1253,4 +1256,4 @@ __Usage:__

[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-ai-platform&page=editor&open_in_editor=samples/README.md
[product-docs]: https://cloud.google.com/ai-platform/docs
[product-docs]: https://cloud.google.com/ai-platform-unified/docs

0 comments on commit 28f2e02

Please sign in to comment.