Uses of Class
com.azure.search.documents.indexes.models.AzureOpenAIModelName
Packages that use AzureOpenAIModelName
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of AzureOpenAIModelName in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as AzureOpenAIModelNameModifier and TypeFieldDescriptionstatic final AzureOpenAIModelNameAzureOpenAIModelName.GPT41Static value gpt-4.1 for AzureOpenAIModelName.static final AzureOpenAIModelNameAzureOpenAIModelName.GPT41MINIStatic value gpt-4.1-mini for AzureOpenAIModelName.static final AzureOpenAIModelNameAzureOpenAIModelName.GPT41NANOStatic value gpt-4.1-nano for AzureOpenAIModelName.static final AzureOpenAIModelNameAzureOpenAIModelName.GPT4OStatic value gpt-4o for AzureOpenAIModelName.static final AzureOpenAIModelNameAzureOpenAIModelName.GPT4OMINIStatic value gpt-4o-mini for AzureOpenAIModelName.static final AzureOpenAIModelNameAzureOpenAIModelName.TEXT_EMBEDDING_3_LARGEStatic value text-embedding-3-large for AzureOpenAIModelName.static final AzureOpenAIModelNameAzureOpenAIModelName.TEXT_EMBEDDING_3_SMALLStatic value text-embedding-3-small for AzureOpenAIModelName.static final AzureOpenAIModelNameAzureOpenAIModelName.TEXT_EMBEDDING_ADA_002Static value text-embedding-ada-002 for AzureOpenAIModelName.Methods in com.azure.search.documents.indexes.models that return AzureOpenAIModelNameModifier and TypeMethodDescriptionstatic AzureOpenAIModelNameAzureOpenAIModelName.fromString(String name) Creates or finds a AzureOpenAIModelName from its string representation.AzureOpenAIEmbeddingSkill.getModelName()Get the modelName property: The name of the embedding model that is deployed at the provided deploymentId path.AzureOpenAIVectorizerParameters.getModelName()Get the modelName property: The name of the embedding model that is deployed at the provided deploymentId path.Methods in com.azure.search.documents.indexes.models that return types with arguments of type AzureOpenAIModelNameModifier and TypeMethodDescriptionstatic Collection<AzureOpenAIModelName> AzureOpenAIModelName.values()Gets known AzureOpenAIModelName values.Methods in com.azure.search.documents.indexes.models with parameters of type AzureOpenAIModelNameModifier and TypeMethodDescriptionAzureOpenAIEmbeddingSkill.setModelName(AzureOpenAIModelName modelName) Set the modelName property: The name of the embedding model that is deployed at the provided deploymentId path.AzureOpenAIVectorizerParameters.setModelName(AzureOpenAIModelName modelName) Set the modelName property: The name of the embedding model that is deployed at the provided deploymentId path.