EntityDataSource Class

  • java.lang.Object
    • com.azure.ai.textanalytics.models.EntityDataSource

public final class EntityDataSource

The EntityDataSource model.

Constructor Summary

Constructor Description
EntityDataSource()

Constructs a EntityDataSource model.

Method Summary

Modifier and Type Method and Description
String getEntityId()

Gets the data source entity ID property: data source entity ID in the given source catalog.

String getName()

Gets the data source name property: Entity Catalog.

Methods inherited from java.lang.Object

Constructor Details

EntityDataSource

public EntityDataSource()

Constructs a EntityDataSource model.

Method Details

getEntityId

public String getEntityId()

Gets the data source entity ID property: data source entity ID in the given source catalog.

Returns:

the data source entity ID.

getName

public String getName()

Gets the data source name property: Entity Catalog. Examples include: UMLS, CHV, MSH, etc.

Returns:

the data source name.

Applies to