Uses of Class
com.oracle.bmc.generativeaidata.model.EnrichmentJobConfiguration
-
Packages that use EnrichmentJobConfiguration Package Description com.oracle.bmc.generativeaidata.model -
-
Uses of EnrichmentJobConfiguration in com.oracle.bmc.generativeaidata.model
Subclasses of EnrichmentJobConfiguration in com.oracle.bmc.generativeaidata.model Modifier and Type Class Description classDeltaRefreshEnrichmentJobConfigurationA DeltaRefreshEnrichmentJobConfiguration is an EnrichmentJobConfiguration [indicated by the first item under allOf, which is a reference to EnrichmentJobConfiguration] that describes the database schema that will be the scope of the enrichment job and the schedule on which the job will run.classFullBuildEnrichmentJobConfigurationA FullBuildEnrichmentJobConfiguration is an EnrichmentJobConfiguration [indicated by the first item under allOf, which is a reference to EnrichmentJobConfiguration] that describes the database schema that will be the scope of the enrichment job.classPartialBuildEnrichmentJobConfigurationA PartialBuildEnrichmentJobConfiguration is an EnrichmentJobConfiguration [indicated by the first item under allOf, which is a reference to EnrichmentJobConfiguration] that describes the database schema that will be the scope of the enrichment job.Methods in com.oracle.bmc.generativeaidata.model that return EnrichmentJobConfiguration Modifier and Type Method Description EnrichmentJobConfigurationEnrichmentJob. getEnrichmentJobConfiguration()EnrichmentJobConfigurationGenerateEnrichmentJobDetails. getEnrichmentJobConfiguration()Methods in com.oracle.bmc.generativeaidata.model with parameters of type EnrichmentJobConfiguration Modifier and Type Method Description EnrichmentJob.BuilderEnrichmentJob.Builder. enrichmentJobConfiguration(EnrichmentJobConfiguration enrichmentJobConfiguration)GenerateEnrichmentJobDetails.BuilderGenerateEnrichmentJobDetails.Builder. enrichmentJobConfiguration(EnrichmentJobConfiguration enrichmentJobConfiguration)Constructors in com.oracle.bmc.generativeaidata.model with parameters of type EnrichmentJobConfiguration Constructor Description EnrichmentJob(String id, String description, String semanticStoreId, String displayName, EnrichmentJobType enrichmentJobType, EnrichmentJobConfiguration enrichmentJobConfiguration, Date timeAccepted, Date timeStarted, Date timeFinished, String lifecycleDetails, Float percentComplete, LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.GenerateEnrichmentJobDetails(String description, String displayName, EnrichmentJobType enrichmentJobType, EnrichmentJobConfiguration enrichmentJobConfiguration, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-