Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SearchIndexerSkillset

Package version

A list of skills. A list of skills.

Hierarchy

  • SearchIndexerSkillset

Index

Properties

Optional cognitiveServicesAccount

cognitiveServicesAccount: CognitiveServicesAccount

Details about cognitive services to be used when running skills. Details about cognitive services to be used when running skills.

Optional description

description: undefined | string

The description of the skillset. The description of the skillset.

Optional encryptionKey

encryptionKey: SearchResourceEncryptionKey | null

A description of an encryption key that you create in Azure Key Vault. This key is used to provide an additional level of encryption-at-rest for your skillset definition when you want full assurance that no one, not even Microsoft, can decrypt your skillset definition in Azure Cognitive Search. Once you have encrypted your skillset definition, it will always remain encrypted. Azure Cognitive Search will ignore attempts to set this property to null. You can change this property as needed if you want to rotate your encryption key; Your skillset definition will be unaffected. Encryption with customer-managed keys is not available for free search services, and is only available for paid services created on or after January 1, 2019. A description of an encryption key that you create in Azure Key Vault. This key is used to provide an additional level of encryption-at-rest for your skillset definition when you want full assurance that no one, not even Microsoft, can decrypt your skillset definition in Azure Cognitive Search. Once you have encrypted your skillset definition, it will always remain encrypted. Azure Cognitive Search will ignore attempts to set this property to null. You can change this property as needed if you want to rotate your encryption key; Your skillset definition will be unaffected. Encryption with customer-managed keys is not available for free search services, and is only available for paid services created on or after January 1, 2019.

Optional etag

etag: undefined | string

The ETag of the skillset. The ETag of the skillset.

Optional knowledgeStore

Definition of additional projections to azure blob, table, or files, of enriched data. Definition of additional projections to azure blob, table, or files, of enriched data.

name

name: string

The name of the skillset. The name of the skillset.

skills

A list of skills in the skillset. A list of skills in the skillset.

Generated using TypeDoc