SearchModelFactory.DefaultCognitiveServicesAccount(String) Method

Definition

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.

Applies to