Request cleaning on a dataset
agents
Request cleaning on a dataset
Request a cleaning job for the specified dataset.
POST
Request cleaning on a dataset
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
Prompts that describe each cleaning step in the intended order.
Required array length:
1 - 10 elementsExample:
[
"Remove extra spaces from firstName and lastName fields.",
"Remove empty values from the age field."
]Target namespace where the cleaned dataset will be created.
Example:
"all_about_movies"
Specifies the name of the cleaned dataset. The service creates this dataset when the cleaning job starts, and the name must be unused in the target namespace.
Example:
"movies_cleaned"
Response
Schedules a new cleaning task.