Uses of Class
com.oracle.bmc.generativeaiagent.model.DataIngestionJobType
-
Packages that use DataIngestionJobType Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of DataIngestionJobType in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return DataIngestionJobType Modifier and Type Method Description DataIngestionJobTypeDataIngestionJobType.Builder. build()DataIngestionJobTypeDataIngestionJob. getDataIngestionJobType()DataIngestionJobTypeDataIngestionJobSummary. getDataIngestionJobType()Methods in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJobType Modifier and Type Method Description DataIngestionJobType.BuilderDataIngestionJobType.Builder. copy(DataIngestionJobType model)DataIngestionJob.BuilderDataIngestionJob.Builder. dataIngestionJobType(DataIngestionJobType dataIngestionJobType)DataIngestionJobSummary.BuilderDataIngestionJobSummary.Builder. dataIngestionJobType(DataIngestionJobType dataIngestionJobType)Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJobType Constructor Description DataIngestionJob(String id, String displayName, String description, String compartmentId, String dataSourceId, String knowledgeBaseId, DataIngestionJobType dataIngestionJobType, DataIngestionJobStatistics dataIngestionJobStatistics, Date timeCreated, Date timeUpdated, DataIngestionJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.DataIngestionJobSummary(String id, String displayName, String description, String dataSourceId, DataIngestionJobType dataIngestionJobType, DataIngestionJobStatistics dataIngestionJobStatistics, String compartmentId, Date timeCreated, Date timeUpdated, DataIngestionJob.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-