Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ExternalSourcesRetrieveAndGenerateConfiguration.Builder
Packages that use ExternalSourcesRetrieveAndGenerateConfiguration.Builder
-
Uses of ExternalSourcesRetrieveAndGenerateConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ExternalSourcesRetrieveAndGenerateConfiguration.BuilderModifier and TypeMethodDescriptionExternalSourcesRetrieveAndGenerateConfiguration.builder()ExternalSourcesRetrieveAndGenerateConfiguration.Builder.generationConfiguration(Consumer<ExternalSourcesGenerationConfiguration.Builder> generationConfiguration) The prompt used with the external source wrapper object with theretrieveAndGeneratefunction.ExternalSourcesRetrieveAndGenerateConfiguration.Builder.generationConfiguration(ExternalSourcesGenerationConfiguration generationConfiguration) The prompt used with the external source wrapper object with theretrieveAndGeneratefunction.The model Amazon Resource Name (ARN) for the external source wrapper object in theretrieveAndGeneratefunction.ExternalSourcesRetrieveAndGenerateConfiguration.Builder.sources(Collection<ExternalSource> sources) The document for the external source wrapper object in theretrieveAndGeneratefunction.ExternalSourcesRetrieveAndGenerateConfiguration.Builder.sources(Consumer<ExternalSource.Builder>... sources) The document for the external source wrapper object in theretrieveAndGeneratefunction.ExternalSourcesRetrieveAndGenerateConfiguration.Builder.sources(ExternalSource... sources) The document for the external source wrapper object in theretrieveAndGeneratefunction.ExternalSourcesRetrieveAndGenerateConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ExternalSourcesRetrieveAndGenerateConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExternalSourcesRetrieveAndGenerateConfiguration.Builder>ExternalSourcesRetrieveAndGenerateConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ExternalSourcesRetrieveAndGenerateConfiguration.BuilderModifier and TypeMethodDescriptionRetrieveAndGenerateConfiguration.Builder.externalSourcesConfiguration(Consumer<ExternalSourcesRetrieveAndGenerateConfiguration.Builder> externalSourcesConfiguration) The configuration for the external source wrapper object in theretrieveAndGeneratefunction.