Skip to content

Commit 55ed6b4

Browse files
authored
[ML] Add 'merges' property to PutTrainedModelVocabularyRequest
1 parent f8b26b6 commit 55ed6b4

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

output/schema/schema.json

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/ml/put_trained_model_vocabulary/MlPutTrainedModelVocabularyRequest.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,11 @@ export interface Request extends RequestBase {
4141
* The model vocabulary, which must not be empty.
4242
*/
4343
vocabulary: string[]
44+
45+
/**
46+
* The optional model merges if required by the tokenizer.
47+
* @since 8.2.0
48+
*/
49+
merges?: string[]
4450
}
4551
}

0 commit comments

Comments
 (0)