跳转到主要内容

Microsoft Azure Cognitive Services LUIS Python客户端库

项目描述

Microsoft Azure SDK for Python

此包不再维护。请使用azure-ai-language-conversations包。

发布历史

0.7.1 (2024-08-15)

其他更改

0.7.0 (2020-06-15)

编写

新增功能

  • 模型JSONEntity有一个新的参数children
  • 模型EntityLabel有一个新的参数children
  • 模型EntityPrediction有一个新的参数children
  • 模型EntityLabelObject有一个新的参数children
  • 模型ModelFeatureInformation新增参数is_required

破坏性更改

  • 操作示例Operations.add具有新的签名
  • 操作示例Operations.batch具有新的签名
  • 操作示例Operations.list具有新的签名
  • 操作模型Operations.list_entity_suggestions具有新的签名
  • 操作模型Operations.list_intent_suggestions具有新的签名
  • 操作模型Operations.delete_entity_feature具有新的签名
  • 操作模型Operations.delete_intent_feature具有新的签名
  • 操作功能Operations.add_entity_feature具有新的签名
  • 操作功能Operations.add_intent_feature具有新的签名
  • 移除了操作组PermissionsOperations

0.6.0 (2020-05-11)

编写

功能

  • 添加了操作AppsOperations.import_v2_app
  • 添加了操作AppsOperations.import_lu_format
  • 添加了操作VersionsOperations.import_v2_app
  • 添加了操作VersionsOperations.export_lu_format
  • 添加了操作VersionsOperations.import_lu_format

破坏性更改

  • 操作AzureAccountsOperations.get_assigned具有新的签名(添加了arm_token参数)
  • 操作AzureAccountsOperations.assign_to_app具有新的签名(添加了arm_token参数)
  • 操作AzureAccountsOperations.remove_from_app具有新的签名(添加了arm_token参数)
  • 操作AzureAccountsOperations.list_user_luis_accounts具有新的签名(添加了arm_token参数)

0.5.0 (2019-11-08)

编写

功能

  • 模型HierarchicalChildEntity新增参数children
  • 模型HierarchicalChildEntity新增参数instance_of
  • 模型PatternFeatureInfo新增参数enabled_for_all_models
  • 模型PhraseListFeatureInfo新增参数enabled_for_all_models
  • 模型PhraselistCreateObject新增参数enabled_for_all_models
  • 模型PhraselistUpdateObject新增参数enabled_for_all_models
  • 模型JSONModelFeature新增参数enabled_for_all_models
  • 模型ChildEntity新增参数children
  • 模型ChildEntity新增参数instance_of
  • 模型ChildEntity新增参数type_id
  • 模型ChildEntity新增参数readable_type
  • 模型FeatureInfoObject新增参数enabled_for_all_models
  • 模型LuisApp新增参数phraselists
  • 模型LuisApp新增参数hierarchicals
  • 模型HierarchicalModel新增参数features
  • 添加了操作ModelOperations.get_intent_features
  • 添加了操作ModelOperations.replace_intent_features
  • 添加了操作ModelOperations.update_entity_child
  • 添加了操作ModelOperations.add_entity_child
  • 添加了操作ModelOperations.delete_entity_feature
  • 添加了操作ModelOperations.delete_intent_feature
  • 添加了操作ModelOperations.replace_entity_features
  • 添加了操作ModelOperations.get_entity_features
  • 添加了操作FeaturesOperations.add_intent_feature
  • 添加了操作FeaturesOperations.add_entity_feature

破坏性更改

  • 操作ModelOperations.update_hierarchical_entity具有新的签名
  • 操作ModelOperations.add_entity具有新的签名
  • 模型LuisApp不再有参数model_features
  • 移除了操作ModelOperations.add_hierarchical_entity
  • 移除了操作ModelOperations.add_composite_entity
  • 移除了操作ModelOperations.add_hierarchical_entity_child
  • 移除了操作ModelOperations.update_entity
  • 移除了操作FeaturesOperations.list_application_version_pattern_features

0.4.0 (2019-10-25)

功能

  • 添加了操作PredictionOperations.get_slot_prediction
  • 添加了操作PredictionOperations.get_version_prediction

破坏性更改 - 模型Sentiment的参数score现在是必需的 - 模型EntityLabel不再有参数role - 模型EntityLabel不再有参数role_id - 模型JSONEntity不再有参数role - 模型EntityLabelObject不再有参数role - 模型CompositeEntityModel具有新的签名 - 移除了操作PredictionOperations.resolve

0.3.1 (2019-09-11)

编写

错误修复

  • 移除了重复的枚举

0.3.0 (2019-08-27)

编写

功能

  • 模型EntityLabelObject新增参数role
  • 模型JSONEntity新增参数role
  • 模型EntityLabel新增参数role
  • 模型EntityLabel新增参数role_id

0.2.0 (2019-04-26)

编写

功能

  • 模型ProductionOrStagingEndpointInfo新增参数failed_regions
  • 模型EndpointInfo新增参数failed_regions
  • 添加了操作PatternOperations.list_patterns
  • 添加了操作PatternOperations.list_intent_patterns
  • 添加了操作ModelOperations.list_pattern_any_entity_roles
  • 添加了操作ModelOperations.list_regex_entity_infos
  • 添加了操作 ModelOperations.list_pattern_any_entity_infos
  • 添加了操作 ModelOperations.list_composite_entity_roles
  • 添加了操作 ModelOperations.list_entity_suggestions
  • 添加了操作 ModelOperations.list_hierarchical_entity_roles
  • 添加了操作 ModelOperations.list_prebuilt_entity_roles
  • 添加了操作 ModelOperations.list_entity_roles
  • 添加了操作 ModelOperations.list_regex_entity_roles
  • 添加了操作 ModelOperations.list_intent_suggestions
  • 添加了操作 ModelOperations.list_custom_prebuilt_entity_roles
  • 添加了操作 ModelOperations.list_closed_list_entity_roles
  • 添加了操作 FeaturesOperations.list_application_version_pattern_features
  • 添加了操作 AppsOperations.package_published_application_as_gzip
  • 添加了操作 AppsOperations.package_trained_application_as_gzip
  • 添加了操作组 SettingsOperations
  • 添加了操作组 AzureAccountsOperations

破坏性更改

  • 操作 AppsOperations.update_settings 有了新的签名
  • 操作 AppsOperations.delete 有了新的签名
  • 操作 AppsOperations.publish 有了新的签名
  • Model ApplicationPublishObject 不再具有参数 region
  • 删除了操作 PatternOperations.get_intent_patterns
  • 删除了操作 PatternOperations.get_patterns
  • 删除了操作 ModelOperations.get_regex_entity_roles
  • 删除了操作 ModelOperations.get_custom_prebuilt_entity_roles
  • 删除了操作 ModelOperations.get_pattern_any_entity_infos
  • 删除了操作 ModelOperations.get_prebuilt_entity_roles
  • 删除了操作 ModelOperations.get_composite_entity_roles
  • 删除了操作 ModelOperations.get_pattern_any_entity_roles
  • 删除了操作 ModelOperations.get_entity_roles
  • 删除了操作 ModelOperations.get_regex_entity_infos
  • 删除了操作 ModelOperations.get_entity_suggestions
  • 删除了操作 ModelOperations.get_closed_list_entity_roles
  • 删除了操作 ModelOperations.get_intent_suggestions
  • 删除了操作 ModelOperations.get_hierarchical_entity_roles
  • Model ApplicationSettingUpdateObject 有了新的签名

运行时

功能

  • Model LuisResult 有了新参数 connected_service_result

0.1.0 (2018-08-15)

  • 初始发布

项目详情


下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于 安装包 的信息。

源分布

构建分布

azure_cognitiveservices_language_luis-0.7.1-py2.py3-none-any.whl (81.8 kB 查看哈希值)

上传时间 Python 2 Python 3

由以下组织支持

AWS AWS 云计算和安全赞助商 Datadog Datadog 监控 Fastly Fastly CDN Google Google 下载分析 Microsoft Microsoft PSF 赞助商 Pingdom Pingdom 监控 Sentry Sentry 错误日志 StatusPage StatusPage 状态页面