{ "$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-labeling-set-generation-task-run-response-structure.json", "name": "StartMLLabelingSetGenerationTaskRunResponse", "description": "StartMLLabelingSetGenerationTaskRunResponse schema from Amazon Glue API", "type": "object", "properties": { "TaskRunId": { "allOf": [ { "$ref": "#/components/schemas/HashString" }, { "description": "The unique run identifier that is associated with this task run." } ] } } }