Class PutTrainedModelVocabularyRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ml.PutTrainedModelVocabularyRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable
public class PutTrainedModelVocabularyRequest
extends RequestBase
implements JsonpSerializable
Creates a trained model vocabulary. This API is supported only for natural language processing (NLP) models. The vocabulary is stored in the index as described in inference_config.*.vocabulary of the trained model definition.
See Also:
API specification