Skip to content

Commit 756ee95

Browse files
sirtorryAce Nassri
authored and
Ace Nassri
committed
chore: prep tables snippets for sample browser (#462)
1 parent 9d12367 commit 756ee95

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

automl/tables/predict-bq-source-bq-dest.v1beta1.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function main(
2121
inputUri = 'BIGQUERY_PATH',
2222
outputUri = 'BIGQUERY_DIRECTORY'
2323
) {
24-
// [START automl_tables_predict_using_bq_source_and_bq_dest]
24+
// [START automl_tables_batch_predict_bq]
2525

2626
/**
2727
* Demonstrates using the AutoML client to request prediction from
@@ -72,7 +72,7 @@ async function main(
7272
}
7373

7474
batchPredict();
75-
// [END automl_tables_predict_using_bq_source_and_bq_dest]
75+
// [END automl_tables_batch_predict_bq]
7676
}
7777

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

automl/tables/predict-gcs-source-gcs-dest.v1beta1.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async function main(
2121
inputUri = 'gs://your-bucket-uri/file.csv',
2222
outputUriPrefix = 'gs://your-bucket-uri/OUTPUT_PREFIX/'
2323
) {
24-
// [START automl_tables_predict_using_gcs_source_and_gcs_dest]
24+
// [START automl_tables_batch_predict]
2525

2626
/**
2727
* Demonstrates using the AutoML client to request prediction from
@@ -72,7 +72,7 @@ async function main(
7272
}
7373

7474
batchPredict();
75-
// [END automl_tables_predict_using_gcs_source_and_gcs_dest]
75+
// [END automl_tables_batch_predict]
7676
}
7777

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

0 commit comments

Comments
 (0)