你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LUISAuthoringClient 类

继承
LUISAuthoringClient

构造函数

LUISAuthoringClient(endpoint, credentials)

参数

endpoint
str
必需

支持的认知服务终结点 (协议和主机名,例如: https://westus.api.cognitive.microsoft.com) 。

credentials
None
必需

唯一标识客户端订阅的订阅凭据。

变量

config
LUISAuthoringClientConfiguration

客户端的配置。

features
FeaturesOperations

功能操作

examples
ExamplesOperations

示例操作

model
ModelOperations

模型操作

apps
AppsOperations

应用操作

versions
VersionsOperations

版本操作

train
TrainOperations

训练操作

pattern
PatternOperations

模式操作

settings
SettingsOperations

设置操作

azure_accounts
AzureAccountsOperations

AzureAccounts 操作

方法

close

如果keep_alive为 True,请关闭客户端。

close

如果keep_alive为 True,请关闭客户端。

close() -> None