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 DataIngestionJobStatistics
DataIngestionJobStatistics.Builder. build()
DataIngestionJobStatistics
DataIngestionJob. getDataIngestionJobStatistics()
DataIngestionJobStatistics
DataIngestionJobSummary. getDataIngestionJobStatistics()
Methods in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJobStatistics Modifier and Type Method Description DataIngestionJobStatistics.Builder
DataIngestionJobStatistics.Builder. copy(DataIngestionJobStatistics model)
DataIngestionJob.Builder
DataIngestionJob.Builder. dataIngestionJobStatistics(DataIngestionJobStatistics dataIngestionJobStatistics)
DataIngestionJobSummary.Builder
DataIngestionJobSummary.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, 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.
-