Values.FoundationModelSummarySourceSummary information for a foundation model.
type nonrec t = {modelArn : FoundationModelArn.t option;The Amazon Resource Name (ARN) of the foundation model.
*)modelId : BedrockModelId.t option;The model ID of the foundation model.
*)modelName : BrandedName.t option;The name of the model.
*)providerName : BrandedName.t option;The model's provider name.
*)inputModalities : ModelModalityList.t option;The input modalities that the model supports.
*)outputModalities : ModelModalityList.t option;The output modalities that the model supports.
*)responseStreamingSupported : Boolean.t option;Indicates whether the model supports streaming.
*)customizationsSupported : ModelCustomizationList.t option;Whether the model supports fine-tuning or continual pre-training.
*)inferenceTypesSupported : InferenceTypeList.t option;The inference types that the model supports.
*)modelLifecycle : FoundationModelLifecycle.t option;Contains details about whether a model version is available or deprecated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `Enum of string ] list
| `String of FoundationModelArn.t
| `Structure of
(string * [> `Enum of string | `Timestamp of Timestamp.t ]) list ])
list ]