Values.FoundationModelDetailsSourceInformation about a foundation model.
type nonrec t = {modelArn : FoundationModelArn.t option;The model Amazon Resource Name (ARN).
*)modelId : BedrockModelId.t option;The model identifier.
*)modelName : BrandedName.t option;The model name.
*)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;The customization that the model supports.
*)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 ]