Update the saved inference definition for the dataset.
Documentation Index
Fetch the complete documentation index at: https://docs.datalinks.com/llms.txt
Use this file to discover all available pages before exploring further.
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Namespace for the dataset.
Name of the dataset.
The username associated with the request.
A description of the dataset to help the AI system understand the context.
10000"Employee dataset containing demographics and compensation."
A schema definition mapping field names to descriptions, to guide the AI system in structuring the extracted data.
{
"id": "unique employee identifier",
"name": "full employee name",
"age": "employee age in years",
"department": "work department",
"salary": "annual salary in USD"
}Creates a new inference definition.