Amazon Bedrock · Schema

Amazon Bedrock Foundation Model

Schema representing an Amazon Bedrock foundation model and its capabilities.

AIAWSFoundation ModelsGenerative AILLMMachine LearningRAGAgentsResponsible AI

Properties

Name Type Description
modelArn string The Amazon Resource Name (ARN) of the foundation model.
modelId string The unique identifier for the foundation model (e.g., anthropic.claude-3-sonnet-20240229-v1:0).
modelName string The display name of the foundation model.
providerName string The name of the model provider.
inputModalities array The input modalities supported by the model.
outputModalities array The output modalities supported by the model.
responseStreamingSupported boolean Whether the model supports response streaming.
customizationsSupported array The customization types supported by the model.
inferenceTypesSupported array The inference types supported by the model.
modelLifecycle object Lifecycle information for the model.
View JSON Schema on GitHub