/AWS1/CL_BDKINVCLOGSCONFIG¶
Settings for using invocation logs to customize a model.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_invocationlogsource TYPE REF TO /AWS1/CL_BDKINVCLOGSOURCE /AWS1/CL_BDKINVCLOGSOURCE¶
The source of the invocation logs.
Optional arguments:¶
iv_usepromptresponse TYPE /AWS1/BDKUSEPROMPTRESPONSE /AWS1/BDKUSEPROMPTRESPONSE¶
Whether to use the model's response for training, or just the prompt. The default value is
False.
io_requestmetadatafilters TYPE REF TO /AWS1/CL_BDKREQUESTMETFILTERS /AWS1/CL_BDKREQUESTMETFILTERS¶
Rules for filtering invocation logs based on request metadata.
Queryable Attributes¶
usePromptResponse¶
Whether to use the model's response for training, or just the prompt. The default value is
False.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USEPROMPTRESPONSE() |
Getter for USEPROMPTRESPONSE |
invocationLogSource¶
The source of the invocation logs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOCATIONLOGSOURCE() |
Getter for INVOCATIONLOGSOURCE |
requestMetadataFilters¶
Rules for filtering invocation logs based on request metadata.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTMETADATAFILTERS() |
Getter for REQUESTMETADATAFILTERS |