Package version:

Interface AIServicesAccountKey

The account key of an Azure AI service resource that's attached to a skillset, to be used with the resource's subdomain.

interface AIServicesAccountKey {
    description?: string;
    key: string;
    odatatype: "#Microsoft.Azure.Search.AIServicesByKey";
    subdomainUrl: string;
}

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

subdomainUrl: string

The subdomain url for the corresponding AI Service.