Amazon Bedrock · JSON-LD Context

Amazon Bedrock Context

JSON-LD context defining the semantic vocabulary for Amazon Bedrock from Amazon Bedrock.

20 Classes 8 Properties 3 Namespaces
View Context View on GitHub

Namespaces

bedrock: https://aws.amazon.com/bedrock/ns#
aws: https://aws.amazon.com/ns#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

FoundationModel CustomModel ProvisionedThroughput ModelCustomizationJob modelId modelArn modelName providerName jobArn jobName baseModelIdentifier customModelName customizationType trainingDataConfig outputDataConfig hyperParameters provisionedModelArn provisionedModelName commitmentDuration status

Properties

Property Type Container
inputModalities @vocab
outputModalities @vocab
responseStreamingSupported boolean
customizationsSupported @vocab
inferenceTypesSupported @vocab
modelUnits integer
creationTime dateTime
lastModifiedTime dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "bedrock": "https://aws.amazon.com/bedrock/ns#",
    "aws": "https://aws.amazon.com/ns#",

    "FoundationModel": "bedrock:FoundationModel",
    "CustomModel": "bedrock:CustomModel",
    "ProvisionedThroughput": "bedrock:ProvisionedThroughput",
    "ModelCustomizationJob": "bedrock:ModelCustomizationJob",

    "modelId": "bedrock:modelId",
    "modelArn": "bedrock:modelArn",
    "modelName": "bedrock:modelName",
    "providerName": "bedrock:providerName",

    "inputModalities": {
      "@id": "bedrock:inputModalities",
      "@type": "@vocab"
    },
    "outputModalities": {
      "@id": "bedrock:outputModalities",
      "@type": "@vocab"
    },
    "responseStreamingSupported": {
      "@id": "bedrock:responseStreamingSupported",
      "@type": "xsd:boolean"
    },
    "customizationsSupported": {
      "@id": "bedrock:customizationsSupported",
      "@type": "@vocab"
    },
    "inferenceTypesSupported": {
      "@id": "bedrock:inferenceTypesSupported",
      "@type": "@vocab"
    },

    "jobArn": "bedrock:jobArn",
    "jobName": "bedrock:jobName",
    "baseModelIdentifier": "bedrock:baseModelIdentifier",
    "customModelName": "bedrock:customModelName",
    "customizationType": "bedrock:customizationType",
    "trainingDataConfig": "bedrock:trainingDataConfig",
    "outputDataConfig": "bedrock:outputDataConfig",
    "hyperParameters": "bedrock:hyperParameters",

    "provisionedModelArn": "bedrock:provisionedModelArn",
    "provisionedModelName": "bedrock:provisionedModelName",
    "modelUnits": {
      "@id": "bedrock:modelUnits",
      "@type": "xsd:integer"
    },
    "commitmentDuration": "bedrock:commitmentDuration",

    "status": "bedrock:status",
    "creationTime": {
      "@id": "bedrock:creationTime",
      "@type": "xsd:dateTime"
    },
    "lastModifiedTime": {
      "@id": "bedrock:lastModifiedTime",
      "@type": "xsd:dateTime"
    },

    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}