Results_file
| Name | Type | Description |
|---|---|---|
| location | object | Location to store the result file information. |
| file_pattern | string | The file pattern for the output PSE analysis data. |
Example results_file
{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"video": {
"pse": {
"enabled": true,
"results_file": {
"file_pattern": "{source_basename}_PSE_results_analysis.json",
"location": {
"storage_provider": "s3",
"path": "s3://my_bucket/my_reports_folder"
}
}
}
}
}
}
}