{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-start-ml-evaluation-task-run-response-structure.json", "name": "StartMLEvaluationTaskRunResponse", "description": "StartMLEvaluationTaskRunResponse schema from Amazon Glue API", "type": "object", "properties": { "TaskRunId": { "allOf": [ { "$ref": "#/components/schemas/HashString" }, { "description": "The unique identifier associated with this run." } ] } } }