Google Cloud Dataproc · JSON-LD Context

Google Cloud Dataproc Context

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

21 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

dataproc: https://cloud.google.com/dataproc/docs/reference/rest/v1/
gcloud: https://cloud.google.com/apis/

Classes

Cluster Job WorkflowTemplate Operation clusterName description state projectId labels createTime updateTime region machineTypeUri numInstances imageVersion clusterUuid jobId sparkJob hadoopJob pysparkJob hiveJob

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "dataproc": "https://cloud.google.com/dataproc/docs/reference/rest/v1/",
    "gcloud": "https://cloud.google.com/apis/",
    "Cluster": "dataproc:projects.regions.clusters",
    "Job": "dataproc:projects.regions.jobs",
    "WorkflowTemplate": "dataproc:projects.regions.workflowTemplates",
    "Operation": "dataproc:projects.regions.operations",
    "clusterName": "schema:name",
    "description": "schema:description",
    "state": "dataproc:state",
    "projectId": "gcloud:project",
    "labels": "schema:keywords",
    "createTime": "schema:dateCreated",
    "updateTime": "schema:dateModified",
    "region": "schema:location",
    "machineTypeUri": "dataproc:machineType",
    "numInstances": "dataproc:numInstances",
    "imageVersion": "schema:softwareVersion",
    "clusterUuid": "schema:identifier",
    "jobId": "schema:identifier",
    "sparkJob": "dataproc:sparkJob",
    "hadoopJob": "dataproc:hadoopJob",
    "pysparkJob": "dataproc:pysparkJob",
    "hiveJob": "dataproc:hiveJob"
  }
}