Uses of Class
software.amazon.awssdk.services.bedrockagent.model.BedrockFoundationModelConfiguration
-
Packages that use BedrockFoundationModelConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of BedrockFoundationModelConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return BedrockFoundationModelConfiguration Modifier and Type Method Description BedrockFoundationModelConfigurationParsingConfiguration. bedrockFoundationModelConfiguration()If you specifyBEDROCK_FOUNDATION_MODELas the parsing strategy for ingesting your data source, use this object to modify configurations for using a foundation model to parse documents.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type BedrockFoundationModelConfiguration Modifier and Type Method Description ParsingConfiguration.BuilderParsingConfiguration.Builder. bedrockFoundationModelConfiguration(BedrockFoundationModelConfiguration bedrockFoundationModelConfiguration)If you specifyBEDROCK_FOUNDATION_MODELas the parsing strategy for ingesting your data source, use this object to modify configurations for using a foundation model to parse documents.
-