|
14 | 14 | * [Samples](#samples)
|
15 | 15 | * [Cancel-batch-prediction-job](#cancel-batch-prediction-job)
|
16 | 16 | * [Cancel-custom-job](#cancel-custom-job)
|
| 17 | + * [Create-batch-prediction-job-text-classification](#create-batch-prediction-job-text-classification) |
| 18 | + * [Create-batch-prediction-job-text-entity-extraction](#create-batch-prediction-job-text-entity-extraction) |
| 19 | + * [Create-batch-prediction-job-text-sentiment-analysis](#create-batch-prediction-job-text-sentiment-analysis) |
17 | 20 | * [Create-batch-prediction-job-video-classification](#create-batch-prediction-job-video-classification)
|
18 | 21 | * [Create-batch-prediction-job-video-object-tracking](#create-batch-prediction-job-video-object-tracking)
|
19 | 22 | * [Create-custom-job](#create-custom-job)
|
@@ -127,6 +130,57 @@ __Usage:__
|
127 | 130 |
|
128 | 131 |
|
129 | 132 |
|
| 133 | +### Create-batch-prediction-job-text-classification |
| 134 | + |
| 135 | +View the [source code](https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/create-batch-prediction-job-text-classification.js). |
| 136 | + |
| 137 | +[![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-batch-prediction-job-text-classification.js,samples/README.md) |
| 138 | + |
| 139 | +__Usage:__ |
| 140 | + |
| 141 | + |
| 142 | +`node samples/create-batch-prediction-job-text-classification.js` |
| 143 | + |
| 144 | + |
| 145 | +----- |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | +### Create-batch-prediction-job-text-entity-extraction |
| 151 | + |
| 152 | +View the [source code](https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/create-batch-prediction-job-text-entity-extraction.js). |
| 153 | + |
| 154 | +[![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-batch-prediction-job-text-entity-extraction.js,samples/README.md) |
| 155 | + |
| 156 | +__Usage:__ |
| 157 | + |
| 158 | + |
| 159 | +`node samples/create-batch-prediction-job-text-entity-extraction.js` |
| 160 | + |
| 161 | + |
| 162 | +----- |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | +### Create-batch-prediction-job-text-sentiment-analysis |
| 168 | + |
| 169 | +View the [source code](https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/create-batch-prediction-job-text-sentiment-analysis.js). |
| 170 | + |
| 171 | +[![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-batch-prediction-job-text-sentiment-analysis.js,samples/README.md) |
| 172 | + |
| 173 | +__Usage:__ |
| 174 | + |
| 175 | + |
| 176 | +`node samples/create-batch-prediction-job-text-sentiment-analysis.js` |
| 177 | + |
| 178 | + |
| 179 | +----- |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
130 | 184 | ### Create-batch-prediction-job-video-classification
|
131 | 185 |
|
132 | 186 | View the [source code](https://github.com/googleapis/nodejs-ai-platform/blob/master/samples/create-batch-prediction-job-video-classification.js).
|
|
0 commit comments