CustomExtractionConfiguration
Contains custom extraction configuration information.
Inheritors
Types
The configurations to override the default extraction step for the episodic memory strategy.
The semantic extraction override configuration.
The user preference extraction override configuration.
Functions
Casts this CustomExtractionConfiguration as a EpisodicExtractionOverride and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EpisodicExtractionOverride value. Throws an exception if the CustomExtractionConfiguration is not a EpisodicExtractionOverride.
Casts this CustomExtractionConfiguration as a EpisodicExtractionOverride and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.EpisodicExtractionOverride value. Returns null if the CustomExtractionConfiguration is not a EpisodicExtractionOverride.
Casts this CustomExtractionConfiguration as a SemanticExtractionOverride and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.SemanticExtractionOverride value. Throws an exception if the CustomExtractionConfiguration is not a SemanticExtractionOverride.
Casts this CustomExtractionConfiguration as a SemanticExtractionOverride and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.SemanticExtractionOverride value. Returns null if the CustomExtractionConfiguration is not a SemanticExtractionOverride.
Casts this CustomExtractionConfiguration as a UserPreferenceExtractionOverride and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.UserPreferenceExtractionOverride value. Throws an exception if the CustomExtractionConfiguration is not a UserPreferenceExtractionOverride.
Casts this CustomExtractionConfiguration as a UserPreferenceExtractionOverride and retrieves its aws.sdk.kotlin.services.bedrockagentcorecontrol.model.UserPreferenceExtractionOverride value. Returns null if the CustomExtractionConfiguration is not a UserPreferenceExtractionOverride.