Skip to content

Commit

Permalink
chore: prep tables snippets for sample browser (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtorry authored and Ace Nassri committed Nov 17, 2022
1 parent 9d12367 commit 756ee95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automl/tables/predict-bq-source-bq-dest.v1beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main(
inputUri = 'BIGQUERY_PATH',
outputUri = 'BIGQUERY_DIRECTORY'
) {
// [START automl_tables_predict_using_bq_source_and_bq_dest]
// [START automl_tables_batch_predict_bq]

/**
* Demonstrates using the AutoML client to request prediction from
Expand Down Expand Up @@ -72,7 +72,7 @@ async function main(
}

batchPredict();
// [END automl_tables_predict_using_bq_source_and_bq_dest]
// [END automl_tables_batch_predict_bq]
}

main(...process.argv.slice(2)).catch(err => {
Expand Down
4 changes: 2 additions & 2 deletions automl/tables/predict-gcs-source-gcs-dest.v1beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function main(
inputUri = 'gs://your-bucket-uri/file.csv',
outputUriPrefix = 'gs://your-bucket-uri/OUTPUT_PREFIX/'
) {
// [START automl_tables_predict_using_gcs_source_and_gcs_dest]
// [START automl_tables_batch_predict]

/**
* Demonstrates using the AutoML client to request prediction from
Expand Down Expand Up @@ -72,7 +72,7 @@ async function main(
}

batchPredict();
// [END automl_tables_predict_using_gcs_source_and_gcs_dest]
// [END automl_tables_batch_predict]
}

main(...process.argv.slice(2)).catch(err => {
Expand Down

0 comments on commit 756ee95

Please sign in to comment.