Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ExternalSource
-
Packages that use ExternalSource Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ExternalSource in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ExternalSource Modifier and Type Method Description List<ExternalSource>ExternalSourcesRetrieveAndGenerateConfiguration. sources()The document used with the external source wrapper object in the retrieveAndGenerate function.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ExternalSource Modifier and Type Method Description ExternalSourcesRetrieveAndGenerateConfiguration.BuilderExternalSourcesRetrieveAndGenerateConfiguration.Builder. sources(ExternalSource... sources)The document used with the external source wrapper object in the retrieveAndGenerate function.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ExternalSource Modifier and Type Method Description ExternalSourcesRetrieveAndGenerateConfiguration.BuilderExternalSourcesRetrieveAndGenerateConfiguration.Builder. sources(Collection<ExternalSource> sources)The document used with the external source wrapper object in the retrieveAndGenerate function.
-