Skip to content

Commit 35e82bd

Browse files
nayaknishantAhrar Monsur
authored and
Ahrar Monsur
committed
docs: Removed metadata comment from sample (#570)
Fixes http://b/208672646. Test looks good, going to add comment to Java and Python test files to be similar to Node.js test.
1 parent 04f3a6b commit 35e82bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automl/translate_create_model.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function main(
4242
model: {
4343
displayName: displayName,
4444
datasetId: datasetId,
45-
translationModelMetadata: {}, // Leave unset, to use the default base model
45+
translationModelMetadata: {},
4646
},
4747
};
4848

0 commit comments

Comments
 (0)