Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.BedrockFoundationModelConfiguration.Builder
-
Packages that use BedrockFoundationModelConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of BedrockFoundationModelConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return BedrockFoundationModelConfiguration.Builder Modifier and Type Method Description static BedrockFoundationModelConfiguration.BuilderBedrockFoundationModelConfiguration. builder()BedrockFoundationModelConfiguration.BuilderBedrockFoundationModelConfiguration.Builder. modelArn(String modelArn)The ARN of the foundation model or inference profile.default BedrockFoundationModelConfiguration.BuilderBedrockFoundationModelConfiguration.Builder. parsingPrompt(Consumer<ParsingPrompt.Builder> parsingPrompt)Instructions for interpreting the contents of a document.BedrockFoundationModelConfiguration.BuilderBedrockFoundationModelConfiguration.Builder. parsingPrompt(ParsingPrompt parsingPrompt)Instructions for interpreting the contents of a document.BedrockFoundationModelConfiguration.BuilderBedrockFoundationModelConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type BedrockFoundationModelConfiguration.Builder Modifier and Type Method Description static Class<? extends BedrockFoundationModelConfiguration.Builder>BedrockFoundationModelConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type BedrockFoundationModelConfiguration.Builder Modifier and Type Method Description default ParsingConfiguration.BuilderParsingConfiguration.Builder. bedrockFoundationModelConfiguration(Consumer<BedrockFoundationModelConfiguration.Builder> bedrockFoundationModelConfiguration)Settings for a foundation model used to parse documents for a data source.
-