Values.InvocationLogsConfigSourceSettings for using invocation logs to customize a model.
type nonrec t = {usePromptResponse : UsePromptResponse.t option;Whether to use the model's response for training, or just the prompt. The default value is False.
*)invocationLogSource : InvocationLogSource.t;The source of the invocation logs.
*)requestMetadataFilters : RequestMetadataFilters.t option;Rules for filtering invocation logs based on request metadata.
*)}val make :
?usePromptResponse:??? ->
?requestMetadataFilters:??? ->
invocationLogSource:InvocationLogSource.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of UsePromptResponse.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Map of
([> `String of RequestMetadataMapKeyString.t ]
* [> `String of
RequestMetadataMapValueString.t ])
list ])
list ]
list
| `Map of
([> `String of RequestMetadataMapKeyString.t ]
* [> `String of RequestMetadataMapValueString.t ])
list
| `String of S3Uri.t ])
list ])
list ]