/AWS1/CL_BDOBDREVALUATORMDEL00¶
The configuration for using Amazon Bedrock models in evaluator assessments, including model selection and inference parameters.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_modelid TYPE /AWS1/BDOMODELID /AWS1/BDOMODELID¶
The identifier of the Amazon Bedrock model to use for evaluation. Must be a supported foundation model available in your region.
Optional arguments:¶
io_inferenceconfig TYPE REF TO /AWS1/CL_BDOINFERENCECONF /AWS1/CL_BDOINFERENCECONF¶
The inference configuration parameters that control model behavior during evaluation, including temperature, token limits, and sampling settings.
io_addlmodelrequestfields TYPE REF TO /AWS1/CL_RT_DOCUMENT /AWS1/CL_RT_DOCUMENT¶
Additional model-specific request fields to customize model behavior beyond the standard inference configuration.
Queryable Attributes¶
modelId¶
The identifier of the Amazon Bedrock model to use for evaluation. Must be a supported foundation model available in your region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELID() |
Getter for MODELID, with configurable default |
ASK_MODELID() |
Getter for MODELID w/ exceptions if field has no value |
HAS_MODELID() |
Determine if MODELID has a value |
inferenceConfig¶
The inference configuration parameters that control model behavior during evaluation, including temperature, token limits, and sampling settings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INFERENCECONFIG() |
Getter for INFERENCECONFIG |
additionalModelRequestFields¶
Additional model-specific request fields to customize model behavior beyond the standard inference configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDLMODELREQUESTFIELDS() |
Getter for ADDITIONALMODELREQUESTFIELDS, with configurable d |
ASK_ADDLMODELREQUESTFIELDS() |
Getter for ADDITIONALMODELREQUESTFIELDS w/ exceptions if fie |
HAS_ADDLMODELREQUESTFIELDS() |
Determine if ADDITIONALMODELREQUESTFIELDS has a value |