Package version:

Interface BaseCognitiveServicesAccount

Base type for describing any Azure AI service resource attached to a skillset.

interface BaseCognitiveServicesAccount {
    description?: string;
    odatatype:
        | "#Microsoft.Azure.Search.AIServicesByKey"
        | "#Microsoft.Azure.Search.DefaultCognitiveServices"
        | "#Microsoft.Azure.Search.CognitiveServicesByKey"
        | "#Microsoft.Azure.Search.AIServicesByIdentity";
}

Hierarchy (view full)

Properties

description?: string

Description of the Azure AI service resource attached to a skillset.

odatatype:
    | "#Microsoft.Azure.Search.AIServicesByKey"
    | "#Microsoft.Azure.Search.DefaultCognitiveServices"
    | "#Microsoft.Azure.Search.CognitiveServicesByKey"
    | "#Microsoft.Azure.Search.AIServicesByIdentity"

Polymorphic discriminator, which specifies the different types this object can be