Updating Data Discovery
Use the AI Team Edition endpoint for Data Discovery.
The applications and code use the AI Developer Edition features. Update the endpoints to direct the applications and code to use the AI Team Edition features.
The Data Discovery classification API uses the following endpoint:
http://localhost:${CLASSIFICATION_PORT:-8580}/pty/data-discovery/v2/classify
Update and use the AI Team Edition endpoint for plain text unstructured data:
https://{Host Address}/pty/data-discovery/v2/classify/text
Use the following endpoint for structured tabular data:
https://{Host Address}/pty/data-discovery/v2/classify/tabular
Where, {Host Address} is the hostname of the PPC.
For more information about the APIs, refer to the Data Discovery Classify API documentation.
Feedback
Was this page helpful?