Uses of Class
com.oracle.bmc.generativeaidata.model.EnrichmentJobSummary
-
Packages that use EnrichmentJobSummary Package Description com.oracle.bmc.generativeaidata com.oracle.bmc.generativeaidata.model -
-
Uses of EnrichmentJobSummary in com.oracle.bmc.generativeaidata
Methods in com.oracle.bmc.generativeaidata that return types with arguments of type EnrichmentJobSummary Modifier and Type Method Description Iterable<EnrichmentJobSummary>ListEnrichmentJobsPaginators. listEnrichmentJobsRecordIterator(ListEnrichmentJobsRequest request)Creates a new iterable which will iterate over theEnrichmentJobSummaryobjects contained in responses from the listEnrichmentJobs operation. -
Uses of EnrichmentJobSummary in com.oracle.bmc.generativeaidata.model
Methods in com.oracle.bmc.generativeaidata.model that return EnrichmentJobSummary Modifier and Type Method Description EnrichmentJobSummaryEnrichmentJobSummary.Builder. build()Methods in com.oracle.bmc.generativeaidata.model that return types with arguments of type EnrichmentJobSummary Modifier and Type Method Description List<EnrichmentJobSummary>EnrichmentJobCollection. getItems()List of EnrichmentJobSummary objects.Methods in com.oracle.bmc.generativeaidata.model with parameters of type EnrichmentJobSummary Modifier and Type Method Description EnrichmentJobSummary.BuilderEnrichmentJobSummary.Builder. copy(EnrichmentJobSummary model)Method parameters in com.oracle.bmc.generativeaidata.model with type arguments of type EnrichmentJobSummary Modifier and Type Method Description EnrichmentJobCollection.BuilderEnrichmentJobCollection.Builder. items(List<EnrichmentJobSummary> items)List of EnrichmentJobSummary objects.Constructor parameters in com.oracle.bmc.generativeaidata.model with type arguments of type EnrichmentJobSummary Constructor Description EnrichmentJobCollection(List<EnrichmentJobSummary> items)Deprecated.
-