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 373146b commit 9fa122eCopy full SHA for 9fa122e
specification/ml/_types/inference.ts
@@ -287,7 +287,7 @@ export class FillMaskInferenceOptions {
287
tokenization?: TokenizationConfigContainer
288
/** The field that is added to incoming documents to contain the inference prediction. Defaults to predicted_value. */
289
results_field?: string
290
- vocabulary?: Vocabulary
+ vocabulary: Vocabulary
291
}
292
293
/** Question answering inference options */
0 commit comments