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

매개 변수

Name Description
key
필수
default
기본값: None

has_key

has_key(k: str) -> bool

매개 변수

Name Description
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