Get Dataset Download URL
POST/api/2/auto_eval/dataset/get_download_url
Description of get_download_url
Request
- application/json
Body
datasetId
object
required
value stringrequired
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
downloadUrl stringrequired
The S3 presigned URL to download the dataset file.
{
"downloadUrl": "string"
}
Loading...