Skip to content

Commit

Permalink
docs: Removed metadata comment from sample (#570)
Browse files Browse the repository at this point in the history
Fixes http://b/208672646. Test looks good, going to add comment to Java and Python test files to be similar to Node.js test.
  • Loading branch information
nayaknishant authored and Ace Nassri committed Nov 17, 2022
1 parent 5fe022e commit 6c8931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automl/translate_create_model.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function main(
model: {
displayName: displayName,
datasetId: datasetId,
translationModelMetadata: {}, // Leave unset, to use the default base model
translationModelMetadata: {},
},
};

Expand Down

0 comments on commit 6c8931b

Please sign in to comment.