AdditionalResultAttribute#

class langchain_community.retrievers.kendra.AdditionalResultAttribute[source]#

Bases: BaseModel

Additional result attribute.

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.

param Key: str [Required]#

The key of the attribute.

param Value: AdditionalResultAttributeValue [Required]#

The value of the attribute.

param ValueType: Literal['TEXT_WITH_HIGHLIGHTS_VALUE'] [Required]#

The type of the value.

get_value_text() str[source]#
Return type:

str