Skip to content

Commit

Permalink
docs: updates to README based on new samples
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Dec 21, 2020
1 parent 208513a commit 56c3606
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 23 deletions.
1 change: 0 additions & 1 deletion packages/google-cloud-aiplatform/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ system-test/*key.json
.DS_Store
package-lock.json
__pycache__
.vscode
5 changes: 1 addition & 4 deletions packages/google-cloud-aiplatform/linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io",
"https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/list-endpoints.js",
"https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/create-training-pipeline-image-classification.js",
"https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/predict-image-classification.js"
"img.shields.io"
],
"silent": true,
"concurrency": 10
Expand Down
56 changes: 40 additions & 16 deletions packages/google-cloud-aiplatform/samples/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
[//]: # 'This README.md file is auto-generated, all changes to this file will be lost.'
[//]: # 'To regenerate it, use `python -m synthtool`.'

[//]: # "This README.md file is auto-generated, all changes to this file will be lost."
[//]: # "To regenerate it, use `python -m synthtool`."
<img src="https://avatars2.githubusercontent.com/u/2810941?v=3&s=96" alt="Google Cloud Platform logo" title="Google Cloud Platform" align="right" height="96" width="96"/>

# [AI Platform: Node.js Samples](https://github.com/googleapis/nodejs-ai-platform)

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



## Table of Contents

- [Before you begin](#before-you-begin)
- [Samples](#samples)
- [Create-training-pipeline-image-classification](#create-training-pipeline-image-classification)
- [List-endpoints](#list-endpoints)
- [Predict-image-classification](#predict-image-classification)
- [Quickstart](#quickstart)
* [Before you begin](#before-you-begin)
* [Samples](#samples)
* [Create-training-pipeline-image-classification](#create-training-pipeline-image-classification)
* [List-endpoints](#list-endpoints)
* [Predict-image-classification](#predict-image-classification)
* [Quickstart](#quickstart)

## Before you begin

Expand All @@ -29,52 +30,75 @@ Before running the samples, make sure you've followed the steps outlined in

## Samples



### Create-training-pipeline-image-classification

View the [source code](https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/create-training-pipeline-image-classification.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-ai-platform&page=editor&open_in_editor=samples/create-training-pipeline-image-classification.js,samples/README.md)

**Usage:**
__Usage:__


`node samples/create-training-pipeline-image-classification.js`

---

-----




### List-endpoints

View the [source code](https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/list-endpoints.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-ai-platform&page=editor&open_in_editor=samples/list-endpoints.js,samples/README.md)

**Usage:**
__Usage:__


`node samples/list-endpoints.js`

---

-----




### Predict-image-classification

View the [source code](https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/predict-image-classification.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-ai-platform&page=editor&open_in_editor=samples/predict-image-classification.js,samples/README.md)

**Usage:**
__Usage:__


`node samples/predict-image-classification.js`

---

-----




### Quickstart

View the [source code](https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/quickstart.js).

[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-ai-platform&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)

**Usage:**
__Usage:__


`node samples/quickstart.js`






[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
4 changes: 2 additions & 2 deletions packages/google-cloud-aiplatform/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/nodejs-ai-platform.git",
"sha": "e97531fa5a374ec9215d21aa6b9c3434490a531f"
"remote": "https://github.com/googleapis/nodejs-ai-platform.git",
"sha": "b697a38f696ab14b3a7ce9563f2ed5449eeeab4f"
}
},
{
Expand Down

0 comments on commit 56c3606

Please sign in to comment.