CognitiveServicesAccountKey Class

A cognitive service resource provisioned with a key that is attached to a skillset.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.search.documents.indexes._generated.models._models_py3.CognitiveServicesAccount
CognitiveServicesAccountKey

Constructor

CognitiveServicesAccountKey(*, key: str, description: Optional[str] = None, **kwargs)

Parameters

odata_type
str
Required

Required. Identifies the concrete type of the cognitive service resource attached to a skillset.Constant filled by server.

description
str
Required

Description of the cognitive service resource attached to a skillset.

key
str
Required

Required. The key used to provision the cognitive service resource attached to a skillset.