SearchModelFactory.DefaultCognitiveServicesAccount(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An empty object that represents the default Azure AI service resource for a skillset.
public static Azure.Search.Documents.Indexes.Models.DefaultCognitiveServicesAccount DefaultCognitiveServicesAccount(string description = default);
static member DefaultCognitiveServicesAccount : string -> Azure.Search.Documents.Indexes.Models.DefaultCognitiveServicesAccount
Public Shared Function DefaultCognitiveServicesAccount (Optional description As String = Nothing) As DefaultCognitiveServicesAccount
Parameters
- description
- String
Description of the Azure AI service resource attached to a skillset.
Returns
A new DefaultCognitiveServicesAccount instance for mocking.