Paperspace · JSON-LD Context

Paperspace Context

JSON-LD context defining the semantic vocabulary for Paperspace from Paperspace.

22 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

paperspace: https://raw.githubusercontent.com/api-evangelist/paperspace/main/vocabulary/paperspace-vocabulary.yml#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Machine Deployment Project Dataset Model SharedDrive Snapshot PrivateNetwork PublicIp ContainerRegistry StartupScript OsTemplate CustomTemplate Team User Secret machineType region state gpu replicas endpoint

Properties

Property Type Container
dtCreated dateTime
dtLastRun dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "paperspace": "https://raw.githubusercontent.com/api-evangelist/paperspace/main/vocabulary/paperspace-vocabulary.yml#",
    "Machine": "paperspace:Machine",
    "Deployment": "paperspace:Deployment",
    "Project": "paperspace:Project",
    "Dataset": "paperspace:Dataset",
    "Model": "paperspace:Model",
    "SharedDrive": "paperspace:SharedDrive",
    "Snapshot": "paperspace:Snapshot",
    "PrivateNetwork": "paperspace:PrivateNetwork",
    "PublicIp": "paperspace:PublicIp",
    "ContainerRegistry": "paperspace:ContainerRegistry",
    "StartupScript": "paperspace:StartupScript",
    "OsTemplate": "paperspace:OsTemplate",
    "CustomTemplate": "paperspace:CustomTemplate",
    "Team": "paperspace:Team",
    "User": "paperspace:User",
    "Secret": "paperspace:Secret",
    "machineType": "paperspace:machineType",
    "region": "paperspace:region",
    "state": "paperspace:state",
    "gpu": "paperspace:gpu",
    "replicas": "paperspace:replicas",
    "endpoint": "paperspace:endpoint",
    "dtCreated": { "@id": "paperspace:dtCreated", "@type": "xsd:dateTime" },
    "dtLastRun": { "@id": "paperspace:dtLastRun", "@type": "xsd:dateTime" },
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}