Uses of Class
com.oracle.bmc.generativeai.model.SchemasDetails
-
Packages that use SchemasDetails Package Description com.oracle.bmc.generativeai.model -
-
Uses of SchemasDetails in com.oracle.bmc.generativeai.model
Subclasses of SchemasDetails in com.oracle.bmc.generativeai.model Modifier and Type Class Description classSchemasDatabaseToolsConnectionDetailsArray of database schemas or database objects included in the enrichment pipeline for data sources connected via an OCI Database Tools connection.Methods in com.oracle.bmc.generativeai.model that return SchemasDetails Modifier and Type Method Description SchemasDetailsSemanticStore. getSchemas()SchemasDetailsSemanticStoreSummary. getSchemas()Methods in com.oracle.bmc.generativeai.model with parameters of type SchemasDetails Modifier and Type Method Description SemanticStore.BuilderSemanticStore.Builder. schemas(SchemasDetails schemas)SemanticStoreSummary.BuilderSemanticStoreSummary.Builder. schemas(SchemasDetails schemas)Constructors in com.oracle.bmc.generativeai.model with parameters of type SchemasDetails 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.
-