Package version:

Interface CognitiveServicesAccountKey

The multi-region account key of an Azure AI service resource that's attached to a skillset.

interface CognitiveServicesAccountKey {
    description?: string;
    key: string;
    odatatype: "#Microsoft.Azure.Search.CognitiveServicesByKey";
}

Hierarchy (view full)

Properties

description?: string

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

key: string

The key used to provision the Azure AI service resource attached to a skillset.

odatatype

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