Skip to content

Commit 9fc480b

Browse files
Update notebook_template_review.py
Minor change to help us update references to "custom training" to specify "serverless training"
1 parent babeba9 commit 9fc480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/notebook_template_review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def parse_dir(directory: str) -> int:
227227
elif tag == 'bigquery_ml':
228228
tag = 'BigQuery ML'
229229
elif tag == 'custom':
230-
tag = 'Vertex AI Training'
230+
tag = 'Vertex AI serverless training'
231231
elif tag == 'experiments':
232232
tag = 'Vertex AI Experiments'
233233
elif tag == 'explainable_ai':

0 commit comments

Comments
 (0)