ZenML · JSON-LD Context

Zenml Context

JSON-LD context defining the semantic vocabulary for Zenml from ZenML.

23 Classes 3 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
zenml: https://zenml.io/vocab#

Classes

Pipeline PipelineRun Stack StackComponent Artifact Model ModelVersion Deployment Schedule Project ServiceConnector id name description version license created updated start_time end_time status components uri

Properties

Property Type Container
pipeline_id reference
stack_id reference
model_id reference

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "zenml": "https://zenml.io/vocab#",
    "Pipeline": "zenml:Pipeline",
    "PipelineRun": "zenml:PipelineRun",
    "Stack": "zenml:Stack",
    "StackComponent": "zenml:StackComponent",
    "Artifact": "zenml:Artifact",
    "Model": "zenml:Model",
    "ModelVersion": "zenml:ModelVersion",
    "Deployment": "zenml:Deployment",
    "Schedule": "zenml:Schedule",
    "Project": "zenml:Project",
    "ServiceConnector": "zenml:ServiceConnector",
    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "version": "schema:version",
    "license": "schema:license",
    "created": "schema:dateCreated",
    "updated": "schema:dateModified",
    "start_time": "schema:startTime",
    "end_time": "schema:endTime",
    "status": "zenml:status",
    "pipeline_id": { "@id": "zenml:pipeline", "@type": "@id" },
    "stack_id": { "@id": "zenml:stack", "@type": "@id" },
    "model_id": { "@id": "zenml:model", "@type": "@id" },
    "components": "zenml:components",
    "uri": "schema:url"
  }
}