Authorizations
Use a Bearer token for authentication. Submit the token using the Authorization
header: Authorization: Bearer <token>.
Path Parameters
Namespace for the dataset.
Name of the dataset.
The username associated with the request.
Body
application/json
Data description of the dataset.
Maximum length:
10000Example:
"Employee dataset containing demographics and compensation."
Definition of the dataset fields.
Maximum length:
10000Example:
"id=unique employee identifier\nname=full employee name\nage=employee age in years\ndepartment=work department\nsalary=annual salary in USD\n"
Response
Successfully created new infer definition