Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.RetrieveAndGenerateConfiguration.Builder
-
Packages that use RetrieveAndGenerateConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of RetrieveAndGenerateConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return RetrieveAndGenerateConfiguration.Builder Modifier and Type Method Description static RetrieveAndGenerateConfiguration.BuilderRetrieveAndGenerateConfiguration. builder()default RetrieveAndGenerateConfiguration.BuilderRetrieveAndGenerateConfiguration.Builder. knowledgeBaseConfiguration(Consumer<KnowledgeBaseRetrieveAndGenerateConfiguration.Builder> knowledgeBaseConfiguration)Contains details about the resource being queried.RetrieveAndGenerateConfiguration.BuilderRetrieveAndGenerateConfiguration.Builder. knowledgeBaseConfiguration(KnowledgeBaseRetrieveAndGenerateConfiguration knowledgeBaseConfiguration)Contains details about the resource being queried.RetrieveAndGenerateConfiguration.BuilderRetrieveAndGenerateConfiguration. toBuilder()RetrieveAndGenerateConfiguration.BuilderRetrieveAndGenerateConfiguration.Builder. type(String type)The type of resource that is queried by the request.RetrieveAndGenerateConfiguration.BuilderRetrieveAndGenerateConfiguration.Builder. type(RetrieveAndGenerateType type)The type of resource that is queried by the request.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type RetrieveAndGenerateConfiguration.Builder Modifier and Type Method Description static Class<? extends RetrieveAndGenerateConfiguration.Builder>RetrieveAndGenerateConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type RetrieveAndGenerateConfiguration.Builder Modifier and Type Method Description default RetrieveAndGenerateRequest.BuilderRetrieveAndGenerateRequest.Builder. retrieveAndGenerateConfiguration(Consumer<RetrieveAndGenerateConfiguration.Builder> retrieveAndGenerateConfiguration)Contains details about the resource being queried and the foundation model used for generation.
-