QnAMakerClient Klasse

Eine API für den QnAMaker-Dienst

Vererbung
QnAMakerClient

Konstruktor

QnAMakerClient(endpoint, credentials)

Parameter

endpoint
str
Erforderlich

Unterstützter Cognitive Services-Endpunkt (z. B. https://< qnamaker-resource-name >.api.cognitiveservices.azure.com).

credentials
None
Erforderlich

Abonnementanmeldeinformationen, die das Clientabonnement eindeutig identifizieren.

Variablen

config
QnAMakerClientConfiguration

Konfiguration für den Client

endpoint_settings
EndpointSettingsOperations

EndpointSettings-Vorgänge

endpoint_keys
EndpointKeysOperations

EndpointKeys-Vorgänge

alterations
AlterationsOperations

Änderungsvorgänge

knowledgebase
KnowledgebaseOperations

Knowledgebase-Vorgänge

operations
Operations

Vorgangsvorgänge

Methoden

close

Schließen Sie den Client, wenn keep_alive true ist.

close

Schließen Sie den Client, wenn keep_alive true ist.

close() -> None