Google Cloud Batch · JSON-LD Context

Batch Context

JSON-LD context defining the semantic vocabulary for Batch from Google Cloud Batch.

9 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
gcp: https://cloud.google.com/schema#

Classes

Job TaskGroup Task name description uid state priority machineType

Properties

Property Type Container
taskCount string
parallelism string
createTime dateTime
updateTime dateTime

JSON-LD Document

Raw ↑
{
  "@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"
    }
  }
}