AIServicesAccountKey interface

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

Extends

Properties

key

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

odatatype

A URI fragment specifying the type of Azure AI service resource attached to a skillset.

subdomainUrl

The subdomain/Azure AI Services endpoint url for the corresponding AI Service.

Inherited Properties

description

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

Property Details

key

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

key: string

Property Value

string

odatatype

A URI fragment specifying the type of Azure AI service resource attached to a skillset.

odatatype: "#Microsoft.Azure.Search.AIServicesByKey"

Property Value

"#Microsoft.Azure.Search.AIServicesByKey"

subdomainUrl

The subdomain/Azure AI Services endpoint url for the corresponding AI Service.

subdomainUrl: string

Property Value

string

Inherited Property Details

description

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

description?: string

Property Value

string

Inherited From CognitiveServicesAccount.description