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

HealthcareEntityDataSource 类

HealthcareEntityDataSource 包含表示已知数据源中的实体引用的信息。

继承
azure.ai.textanalytics._dict_mixin.DictMixin
HealthcareEntityDataSource

构造函数

HealthcareEntityDataSource(**kwargs: Any)

方法

get
has_key
items
keys
update
values

get

get(key: str, default: Any | None = None) -> Any

参数

名称 说明
key
必需
default
默认值: None

has_key

has_key(k: str) -> bool

参数

名称 说明
k
必需

items

items() -> Iterable[Tuple[str, Any]]

keys

keys() -> Iterable[str]

update

update(*args: Any, **kwargs: Any) -> None

values

values() -> Iterable[Any]

属性

entity_id

给定源目录中实体的 ID。

entity_id: str

name

从中标识实体的实体目录的名称,例如 UMLS、CHV、MSH 等。

name: str