{ "@context": { "@vocab": "https://cloud.google.com/batch/schema#", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "dcterms": "http://purl.org/dc/terms/", "gcp": "https://cloud.google.com/schema#", "Job": "gcp:BatchJob", "TaskGroup": "gcp:BatchTaskGroup", "Task": "gcp:BatchTask", "name": "schema:name", "description": "schema:description", "uid": "schema:identifier", "state": "gcp:state", "priority": "gcp:priority", "machineType": "gcp:machineType", "taskCount": { "@id": "gcp:taskCount", "@type": "xsd:string" }, "parallelism": { "@id": "gcp:parallelism", "@type": "xsd:string" }, "createTime": { "@id": "dcterms:created", "@type": "xsd:dateTime" }, "updateTime": { "@id": "dcterms:modified", "@type": "xsd:dateTime" } } }