Uses of Class
com.azure.search.documents.indexes.models.CognitiveServicesAccount
Packages that use CognitiveServicesAccount
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of CognitiveServicesAccount in com.azure.search.documents.indexes.models
Subclasses of CognitiveServicesAccount in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionfinal classThe multi-region account of an Azure AI service resource that's attached to a skillset.final classThe account key of an Azure AI service resource that's attached to a skillset, to be used with the resource's subdomain.final classThe multi-region account key of an Azure AI service resource that's attached to a skillset.final classAn empty object that represents the default Azure AI service resource for a skillset.Methods in com.azure.search.documents.indexes.models that return CognitiveServicesAccountModifier and TypeMethodDescriptionstatic CognitiveServicesAccountCognitiveServicesAccount.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CognitiveServicesAccount from the JsonReader.SearchIndexerSkillset.getCognitiveServicesAccount()Get the cognitiveServicesAccount property: Details about the Azure AI service to be used when running skills.CognitiveServicesAccount.setDescription(String description) Set the description property: Description of the Azure AI service resource attached to a skillset.Methods in com.azure.search.documents.indexes.models with parameters of type CognitiveServicesAccountModifier and TypeMethodDescriptionSearchIndexerSkillset.setCognitiveServicesAccount(CognitiveServicesAccount cognitiveServicesAccount) Set the cognitiveServicesAccount property: Details about the Azure AI service to be used when running skills.