Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.SourceLocation
-
Packages that use SourceLocation Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of SourceLocation in com.oracle.bmc.generativeaiagentruntime.model
Subclasses of SourceLocation in com.oracle.bmc.generativeaiagentruntime.model Modifier and Type Class Description class
OciDatabaseSourceLocation
The location of the OCI Database that the agent will use.class
OciObjectStorageSourceLocation
The OCI Object Storage that contains the data files.class
OciOpenSearchSourceLocation
The location of the OCI Search with OpenSearch that the agent will use.Methods in com.oracle.bmc.generativeaiagentruntime.model that return SourceLocation Modifier and Type Method Description SourceLocation
Citation. getSourceLocation()
Methods in com.oracle.bmc.generativeaiagentruntime.model with parameters of type SourceLocation Modifier and Type Method Description Citation.Builder
Citation.Builder. sourceLocation(SourceLocation sourceLocation)
Constructors in com.oracle.bmc.generativeaiagentruntime.model with parameters of type SourceLocation Constructor Description Citation(String sourceText, SourceLocation sourceLocation, String title, String docId, List<Integer> pageNumbers, Map<String,Object> metadata)
Deprecated.
-