We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4e682 commit a4bfa52Copy full SHA for a4bfa52
automl/tables/predict.v1beta1.js
@@ -17,7 +17,7 @@ async function main(
17
projectId = 'YOUR_GCP_PROJECT_ID',
18
computeRegion = 'REGION',
19
modelId = 'YOUR_MODEL_ID',
20
- inputs = [{numberValue: 1}, {stringValue: 'value'}]
+ inputs = '[{"numberValue": 1}, {"stringValue": "value"}]'
21
) {
22
// [START automl_tables_predict]
23
0 commit comments