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.generativeaiagent
Methods 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 theDataIngestionJobSummary
objects contained in responses from the listDataIngestionJobs operation. -
Uses of DataIngestionJobSummary in com.oracle.bmc.generativeaiagent.model
Methods in com.oracle.bmc.generativeaiagent.model that return DataIngestionJobSummary Modifier and Type Method Description DataIngestionJobSummary
DataIngestionJobSummary.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.Builder
DataIngestionJobSummary.Builder. copy(DataIngestionJobSummary model)
Method parameters in com.oracle.bmc.generativeaiagent.model with type arguments of type DataIngestionJobSummary Modifier and Type Method Description DataIngestionJobCollection.Builder
DataIngestionJobCollection.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.
-