Uses of Class
com.azure.search.documents.indexes.models.AzureOpenAITokenizerParameters
Packages that use AzureOpenAITokenizerParameters
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of AzureOpenAITokenizerParameters in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return AzureOpenAITokenizerParametersModifier and TypeMethodDescriptionAzureOpenAITokenizerParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureOpenAITokenizerParameters from the JsonReader.SplitSkill.getAzureOpenAITokenizerParameters()Get the azureOpenAITokenizerParameters property: Only applies if the unit is set to azureOpenAITokens.AzureOpenAITokenizerParameters.setAllowedSpecialTokens(List<String> allowedSpecialTokens) Set the allowedSpecialTokens property: (Optional) Only applies if the unit is set to azureOpenAITokens.AzureOpenAITokenizerParameters.setEncoderModelName(SplitSkillEncoderModelName encoderModelName) Set the encoderModelName property: Only applies if the unit is set to azureOpenAITokens.Methods in com.azure.search.documents.indexes.models with parameters of type AzureOpenAITokenizerParametersModifier and TypeMethodDescriptionSplitSkill.setAzureOpenAITokenizerParameters(AzureOpenAITokenizerParameters azureOpenAITokenizerParameters) Set the azureOpenAITokenizerParameters property: Only applies if the unit is set to azureOpenAITokens.