LandingLens
curl --request POST \ --url https://api.landing.ai/v1/projects/{project_id}/autosplit \ --header 'Content-Type: application/json' \ --data '{ "splitPercentages": { "train": 123, "dev": 123, "test": 123 }, "selectOption": "all-labeled" }'
"<any>"
Successful Response
The response is of type any.
any
Was this page helpful?