Replicate · JSON-LD Context

Replicate Context

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

2 Classes 32 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
replicate: https://replicate.com/docs/reference/http#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

id type

Properties

Property Type Container
Prediction schema:Action
Model schema:SoftwareApplication
ModelVersion schema:SoftwareApplication
Deployment schema:WebAPI
Training schema:Action
predictionId string
status @vocab
input
output
error
logs
createdAt dateTime
startedAt dateTime
completedAt dateTime
modelName
owner schema:Person
description
visibility
githubUrl anyURI
paperUrl anyURI
runCount integer
hardware
minInstances integer
maxInstances integer
version
cogVersion
openApiSchema
destination
predictTime decimal
totalTime decimal
webhook anyURI
webhookEventsFilter

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "replicate": "https://replicate.com/docs/reference/http#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Prediction": {
      "@id": "replicate:Prediction",
      "@type": "schema:Action"
    },
    "Model": {
      "@id": "replicate:Model",
      "@type": "schema:SoftwareApplication"
    },
    "ModelVersion": {
      "@id": "replicate:ModelVersion",
      "@type": "schema:SoftwareApplication"
    },
    "Deployment": {
      "@id": "replicate:Deployment",
      "@type": "schema:WebAPI"
    },
    "Training": {
      "@id": "replicate:Training",
      "@type": "schema:Action"
    },

    "id": "@id",
    "type": "@type",

    "predictionId": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "schema:actionStatus",
      "@type": "@vocab",
      "@context": {
        "starting": "schema:ActiveActionStatus",
        "processing": "schema:ActiveActionStatus",
        "succeeded": "schema:CompletedActionStatus",
        "failed": "schema:FailedActionStatus",
        "canceled": "schema:CanceledEventStatus"
      }
    },
    "input": {
      "@id": "schema:object"
    },
    "output": {
      "@id": "schema:result"
    },
    "error": {
      "@id": "schema:errorMessage"
    },
    "logs": {
      "@id": "schema:description"
    },
    "createdAt": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "startedAt": {
      "@id": "schema:startTime",
      "@type": "xsd:dateTime"
    },
    "completedAt": {
      "@id": "schema:endTime",
      "@type": "xsd:dateTime"
    },

    "modelName": {
      "@id": "schema:name"
    },
    "owner": {
      "@id": "schema:author",
      "@type": "schema:Person"
    },
    "description": {
      "@id": "schema:description"
    },
    "visibility": {
      "@id": "schema:accessMode"
    },
    "githubUrl": {
      "@id": "schema:codeRepository",
      "@type": "xsd:anyURI"
    },
    "paperUrl": {
      "@id": "schema:citation",
      "@type": "xsd:anyURI"
    },
    "runCount": {
      "@id": "schema:numberOfPages",
      "@type": "xsd:integer"
    },

    "hardware": {
      "@id": "replicate:hardware"
    },
    "minInstances": {
      "@id": "replicate:minInstances",
      "@type": "xsd:integer"
    },
    "maxInstances": {
      "@id": "replicate:maxInstances",
      "@type": "xsd:integer"
    },

    "version": {
      "@id": "schema:version"
    },
    "cogVersion": {
      "@id": "replicate:cogVersion"
    },
    "openApiSchema": {
      "@id": "schema:documentation"
    },

    "destination": {
      "@id": "replicate:trainingDestination"
    },
    "predictTime": {
      "@id": "replicate:predictTime",
      "@type": "xsd:decimal"
    },
    "totalTime": {
      "@id": "replicate:totalTime",
      "@type": "xsd:decimal"
    },

    "webhook": {
      "@id": "schema:url",
      "@type": "xsd:anyURI"
    },
    "webhookEventsFilter": {
      "@id": "replicate:webhookEventsFilter"
    }
  }
}