Module Values.ModelConfigurationsSource

Sourcetype nonrec t = ModelConfiguration.t list
Sourceval make : 'a list -> 'a list
Sourceval of_string : 'a -> 'b
Sourceval to_value : ModelConfiguration.t list -> [> `List of [> `Structure of (string * [> `Map of ([> `String of AdditionalModelRequestFieldsKey.t ] * [> `Structure of 'a list ]) list | `String of BedrockModelId.t | `Structure of (string * [> `Float of InferenceConfigurationTemperatureFloat.t | `Integer of InferenceConfigurationMaxTokensInteger.t | `List of [> `String of InferenceConfigurationStopSequencesListMemberString.t ] list ]) list ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_json : [> Yojson.Safe.t ] -> ModelConfiguration.t list