Uses of Class
com.oracle.bmc.generativeai.model.DataSourceDetails
-
Packages that use DataSourceDetails Package Description com.oracle.bmc.generativeai.model -
-
Uses of DataSourceDetails in com.oracle.bmc.generativeai.model
Subclasses of DataSourceDetails in com.oracle.bmc.generativeai.model Modifier and Type Class Description classDataSourceDatabaseToolsConnectionDetailsDefines the OCI Database Tools Connection data source that the semantic model connects to.Methods in com.oracle.bmc.generativeai.model that return DataSourceDetails Modifier and Type Method Description DataSourceDetailsSemanticStore. getDataSource()DataSourceDetailsSemanticStoreSummary. getDataSource()Methods in com.oracle.bmc.generativeai.model with parameters of type DataSourceDetails Modifier and Type Method Description SemanticStore.BuilderSemanticStore.Builder. dataSource(DataSourceDetails dataSource)SemanticStoreSummary.BuilderSemanticStoreSummary.Builder. dataSource(DataSourceDetails dataSource)Constructors in com.oracle.bmc.generativeai.model with parameters of type DataSourceDetails Constructor Description SemanticStore(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, SemanticStore.LifecycleState lifecycleState, String lifecycleDetails, DataSourceDetails dataSource, RefreshScheduleDetails refreshSchedule, SchemasDetails schemas, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.SemanticStoreSummary(String id, String displayName, String description, String compartmentId, DataSourceDetails dataSource, RefreshScheduleDetails refreshSchedule, SchemasDetails schemas, Date timeCreated, Date timeUpdated, SemanticStore.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-