File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ async function main(
21
21
inputUri = 'BIGQUERY_PATH' ,
22
22
outputUri = 'BIGQUERY_DIRECTORY'
23
23
) {
24
- // [START automl_tables_predict_using_bq_source_and_bq_dest ]
24
+ // [START automl_tables_batch_predict_bq ]
25
25
26
26
/**
27
27
* Demonstrates using the AutoML client to request prediction from
@@ -72,7 +72,7 @@ async function main(
72
72
}
73
73
74
74
batchPredict ( ) ;
75
- // [END automl_tables_predict_using_bq_source_and_bq_dest ]
75
+ // [END automl_tables_batch_predict_bq ]
76
76
}
77
77
78
78
main ( ...process . argv . slice ( 2 ) ) . catch ( err => {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ async function main(
21
21
inputUri = 'gs://your-bucket-uri/file.csv' ,
22
22
outputUriPrefix = 'gs://your-bucket-uri/OUTPUT_PREFIX/'
23
23
) {
24
- // [START automl_tables_predict_using_gcs_source_and_gcs_dest ]
24
+ // [START automl_tables_batch_predict ]
25
25
26
26
/**
27
27
* Demonstrates using the AutoML client to request prediction from
@@ -72,7 +72,7 @@ async function main(
72
72
}
73
73
74
74
batchPredict ( ) ;
75
- // [END automl_tables_predict_using_gcs_source_and_gcs_dest ]
75
+ // [END automl_tables_batch_predict ]
76
76
}
77
77
78
78
main ( ...process . argv . slice ( 2 ) ) . catch ( err => {
You can’t perform that action at this time.
0 commit comments