FileSyncIngestionLogsCollection¶
-
class
oci.generative_ai.models.FileSyncIngestionLogsCollection(**kwargs)¶ Bases:
objectResults of a VectorStoreConnector Ingestion Log search.
Methods
__init__(**kwargs)Initializes a new FileSyncIngestionLogsCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this FileSyncIngestionLogsCollection. -
__init__(**kwargs)¶ Initializes a new FileSyncIngestionLogsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.generative_ai.models.FileSyncIngestionLogs]) – The value to assign to the items property of this FileSyncIngestionLogsCollection.
-
items¶ [Required] Gets the items of this FileSyncIngestionLogsCollection. List of VectorStoreConnectorIngestionLogs objects.
Returns: The items of this FileSyncIngestionLogsCollection. Return type: list[oci.generative_ai.models.FileSyncIngestionLogs]
-