Bedrock Foundation Model

Bedrock Foundation Model in AWS provides access to large-scale machine learning models through Amazon Bedrock. It allows developers to use pre-trained foundation models for tasks like text generation, summarization, classification, and more without managing infrastructure or training models from scratch.

aws.bedrock_foundation_model

Fields

TitleIDTypeData TypeDescription
_keycorestring
customizations_supportedcorearray<string>The customization that the model supports.
inference_types_supportedcorearray<string>The inference types that the model supports.
input_modalitiescorearray<string>The input modalities that the model supports.
model_arncorestringThe model Amazon Resource Name (ARN).
model_idcorestringThe model identifier.
model_lifecyclecorejsonContains details about whether a model version is available or deprecated
model_namecorestringThe model name.
output_modalitiescorearray<string>The output modalities that the model supports.
provider_namecorestringThe model's provider name.
response_streaming_supportedcoreboolIndicates whether the model supports streaming.