Uses of Class
com.azure.search.documents.indexes.models.AzureOpenAIEmbeddingSkill
Packages that use AzureOpenAIEmbeddingSkill
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of AzureOpenAIEmbeddingSkill in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return AzureOpenAIEmbeddingSkillModifier and TypeMethodDescriptionstatic AzureOpenAIEmbeddingSkillAzureOpenAIEmbeddingSkill.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureOpenAIEmbeddingSkill from the JsonReader.Set the apiKey property: API key of the designated Azure OpenAI resource.AzureOpenAIEmbeddingSkill.setAuthIdentity(SearchIndexerDataIdentity authIdentity) Set the authIdentity property: The user-assigned managed identity used for outbound connections.AzureOpenAIEmbeddingSkill.setContext(String context) Set the context property: Represents the level at which operations take place, such as the document root or document content (for example, /document or /document/content).AzureOpenAIEmbeddingSkill.setDeploymentName(String deploymentName) Set the deploymentName property: ID of the Azure OpenAI model deployment on the designated resource.AzureOpenAIEmbeddingSkill.setDescription(String description) Set the description property: The description of the skill which describes the inputs, outputs, and usage of the skill.AzureOpenAIEmbeddingSkill.setDimensions(Integer dimensions) Set the dimensions property: The number of dimensions the resulting output embeddings should have.AzureOpenAIEmbeddingSkill.setModelName(AzureOpenAIModelName modelName) Set the modelName property: The name of the embedding model that is deployed at the provided deploymentId path.Set the name property: The name of the skill which uniquely identifies it within the skillset.AzureOpenAIEmbeddingSkill.setResourceUrl(String resourceUrl) Set the resourceUrl property: The resource URI of the Azure OpenAI resource.