Values.BedrockModelSpecificationSourceContains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
type nonrec t = {modelArn : BedrockModelArn.t;The ARN of the foundation model used in descriptive bot building.
*)guardrail : BedrockGuardrailConfiguration.t option;The guardrail configuration in the Bedrock model specification details.
*)traceStatus : BedrockTraceStatus.t option;The Bedrock trace status in the Bedrock model specification details.
*)customPrompt : BedrockModelCustomPrompt.t option;The custom prompt used in the Bedrock model specification details.
*)}val make :
?guardrail:??? ->
?traceStatus:??? ->
?customPrompt:??? ->
modelArn:BedrockModelArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of BedrockModelArn.t
| `Structure of
(string * [> `String of BedrockGuardrailIdentifier.t ]) list ])
list ]