Uses of Class
com.oracle.bmc.generativeaiagent.model.DataIngestionJobStatistics
-
Packages that use DataIngestionJobStatistics Package Description com.oracle.bmc.generativeaiagent.model -
-
Uses of DataIngestionJobStatistics in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return DataIngestionJobStatistics Modifier and Type Method Description DataIngestionJobStatisticsDataIngestionJobStatistics.Builder. build()DataIngestionJobStatisticsDataIngestionJob. getDataIngestionJobStatistics()Methods in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJobStatistics Modifier and Type Method Description DataIngestionJobStatistics.BuilderDataIngestionJobStatistics.Builder. copy(DataIngestionJobStatistics model)DataIngestionJob.BuilderDataIngestionJob.Builder. dataIngestionJobStatistics(DataIngestionJobStatistics dataIngestionJobStatistics)Constructors in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJobStatistics Constructor Description DataIngestionJob(String id, String displayName, String description, String compartmentId, String dataSourceId, String knowledgeBaseId, 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.
-