We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2951276 commit 373146bCopy full SHA for 373146b
specification/ml/_types/inference.ts
@@ -259,7 +259,7 @@ export class TextExpansionInferenceOptions {
259
tokenization?: TokenizationConfigContainer
260
/** The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value. */
261
results_field?: string
262
- vocabulary?: Vocabulary
+ vocabulary: Vocabulary
263
}
264
265
/** Named entity recognition options */
0 commit comments