Uses of Class
com.oracle.bmc.generativeai.model.FileSyncIngestionLogs
-
Packages that use FileSyncIngestionLogs Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model -
-
Uses of FileSyncIngestionLogs in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return types with arguments of type FileSyncIngestionLogs Modifier and Type Method Description Iterable<FileSyncIngestionLogs>GenerativeAiPaginators. listVectorStoreConnectorFileSyncIngestionLogsRecordIterator(ListVectorStoreConnectorFileSyncIngestionLogsRequest request)Creates a new iterable which will iterate over theFileSyncIngestionLogsobjects contained in responses from the listVectorStoreConnectorFileSyncIngestionLogs operation. -
Uses of FileSyncIngestionLogs in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return FileSyncIngestionLogs Modifier and Type Method Description FileSyncIngestionLogsFileSyncIngestionLogs.Builder. build()Methods in com.oracle.bmc.generativeai.model that return types with arguments of type FileSyncIngestionLogs Modifier and Type Method Description List<FileSyncIngestionLogs>FileSyncIngestionLogsCollection. getItems()List of VectorStoreConnectorIngestionLogs objects.Methods in com.oracle.bmc.generativeai.model with parameters of type FileSyncIngestionLogs Modifier and Type Method Description FileSyncIngestionLogs.BuilderFileSyncIngestionLogs.Builder. copy(FileSyncIngestionLogs model)Method parameters in com.oracle.bmc.generativeai.model with type arguments of type FileSyncIngestionLogs Modifier and Type Method Description FileSyncIngestionLogsCollection.BuilderFileSyncIngestionLogsCollection.Builder. items(List<FileSyncIngestionLogs> items)List of VectorStoreConnectorIngestionLogs objects.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type FileSyncIngestionLogs Constructor Description FileSyncIngestionLogsCollection(List<FileSyncIngestionLogs> items)Deprecated.
-