Skip to content

/AWS1/CL_BDOLLMEXTCONFIG

Model-based metadata extraction configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_definition TYPE /AWS1/BDODEFINITION /AWS1/BDODEFINITION

Description of what this metadata field represents.

Optional arguments:

iv_llmextractioninstruction TYPE /AWS1/BDOLLMEXTRACTIONINSTRCT /AWS1/BDOLLMEXTRACTIONINSTRCT

Instructions for extraction. Supports built-in operators like LATEST_VALUE or custom natural-language instructions.

io_validation TYPE REF TO /AWS1/CL_BDOVALIDATION /AWS1/CL_BDOVALIDATION

Validation rules to constrain extracted values.


Queryable Attributes

llmExtractionInstruction

Instructions for extraction. Supports built-in operators like LATEST_VALUE or custom natural-language instructions.

Accessible with the following methods

Method Description
GET_LLMEXTRACTIONINSTRUCTION() Getter for LLMEXTRACTIONINSTRUCTION, with configurable defau
ASK_LLMEXTRACTIONINSTRUCTION() Getter for LLMEXTRACTIONINSTRUCTION w/ exceptions if field h
HAS_LLMEXTRACTIONINSTRUCTION() Determine if LLMEXTRACTIONINSTRUCTION has a value

definition

Description of what this metadata field represents.

Accessible with the following methods

Method Description
GET_DEFINITION() Getter for DEFINITION, with configurable default
ASK_DEFINITION() Getter for DEFINITION w/ exceptions if field has no value
HAS_DEFINITION() Determine if DEFINITION has a value

validation

Validation rules to constrain extracted values.

Accessible with the following methods

Method Description
GET_VALIDATION() Getter for VALIDATION