Uses of Class
com.oracle.bmc.generativeaiagent.model.DataIngestionJobSummary
- 
Packages that use DataIngestionJobSummary Package Description com.oracle.bmc.generativeaiagent com.oracle.bmc.generativeaiagent.model 
- 
- 
Uses of DataIngestionJobSummary in com.oracle.bmc.generativeaiagentMethods in com.oracle.bmc.generativeaiagent that return types with arguments of type DataIngestionJobSummary Modifier and Type Method Description Iterable<DataIngestionJobSummary>GenerativeAiAgentPaginators. listDataIngestionJobsRecordIterator(ListDataIngestionJobsRequest request)Creates a new iterable which will iterate over theDataIngestionJobSummaryobjects contained in responses from the listDataIngestionJobs operation.
- 
Uses of DataIngestionJobSummary in com.oracle.bmc.generativeaiagent.modelMethods in com.oracle.bmc.generativeaiagent.model that return DataIngestionJobSummary Modifier and Type Method Description DataIngestionJobSummaryDataIngestionJobSummary.Builder. build()Methods in com.oracle.bmc.generativeaiagent.model that return types with arguments of type DataIngestionJobSummary Modifier and Type Method Description List<DataIngestionJobSummary>DataIngestionJobCollection. getItems()List of data ingestion jobs.Methods in com.oracle.bmc.generativeaiagent.model with parameters of type DataIngestionJobSummary Modifier and Type Method Description DataIngestionJobSummary.BuilderDataIngestionJobSummary.Builder. copy(DataIngestionJobSummary model)Method parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type DataIngestionJobSummary Modifier and Type Method Description DataIngestionJobCollection.BuilderDataIngestionJobCollection.Builder. items(List<DataIngestionJobSummary> items)List of data ingestion jobs.Constructor parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type DataIngestionJobSummary Constructor Description DataIngestionJobCollection(List<DataIngestionJobSummary> items)Deprecated.
 
-