VectorStoreConnectorStats¶
-
class
oci.generative_ai.models.VectorStoreConnectorStats(**kwargs)¶ Bases:
objectFile synchronization statistics for a VectorStoreConnector.
Methods
__init__(**kwargs)Initializes a new VectorStoreConnectorStats object with values from keyword arguments. Attributes
createdGets the created of this VectorStoreConnectorStats. defined_tagsGets the defined_tags of this VectorStoreConnectorStats. deletedGets the deleted of this VectorStoreConnectorStats. failedGets the failed of this VectorStoreConnectorStats. freeform_tagsGets the freeform_tags of this VectorStoreConnectorStats. ignoredGets the ignored of this VectorStoreConnectorStats. in_progressGets the in_progress of this VectorStoreConnectorStats. metadata_updatedGets the metadata_updated of this VectorStoreConnectorStats. system_tagsGets the system_tags of this VectorStoreConnectorStats. time_generated[Required] Gets the time_generated of this VectorStoreConnectorStats. unsupportedGets the unsupported of this VectorStoreConnectorStats. updatedGets the updated of this VectorStoreConnectorStats. -
__init__(**kwargs)¶ Initializes a new VectorStoreConnectorStats object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_generated (datetime) – The value to assign to the time_generated property of this VectorStoreConnectorStats.
- created (oci.generative_ai.models.FileSyncStatistics) – The value to assign to the created property of this VectorStoreConnectorStats.
- updated (oci.generative_ai.models.FileSyncStatistics) – The value to assign to the updated property of this VectorStoreConnectorStats.
- deleted (oci.generative_ai.models.FileSyncStatistics) – The value to assign to the deleted property of this VectorStoreConnectorStats.
- metadata_updated (oci.generative_ai.models.FileSyncStatistics) – The value to assign to the metadata_updated property of this VectorStoreConnectorStats.
- ignored (oci.generative_ai.models.FileSyncStatistics) – The value to assign to the ignored property of this VectorStoreConnectorStats.
- unsupported (oci.generative_ai.models.FileSyncStatistics) – The value to assign to the unsupported property of this VectorStoreConnectorStats.
- in_progress (oci.generative_ai.models.FileSyncStatistics) – The value to assign to the in_progress property of this VectorStoreConnectorStats.
- failed (oci.generative_ai.models.FileSyncStatistics) – The value to assign to the failed property of this VectorStoreConnectorStats.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VectorStoreConnectorStats.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VectorStoreConnectorStats.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this VectorStoreConnectorStats.
-
created¶ Gets the created of this VectorStoreConnectorStats.
Returns: The created of this VectorStoreConnectorStats. Return type: oci.generative_ai.models.FileSyncStatistics
Gets the defined_tags of this VectorStoreConnectorStats. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this VectorStoreConnectorStats. Return type: dict(str, dict(str, object))
-
deleted¶ Gets the deleted of this VectorStoreConnectorStats.
Returns: The deleted of this VectorStoreConnectorStats. Return type: oci.generative_ai.models.FileSyncStatistics
-
failed¶ Gets the failed of this VectorStoreConnectorStats.
Returns: The failed of this VectorStoreConnectorStats. Return type: oci.generative_ai.models.FileSyncStatistics
Gets the freeform_tags of this VectorStoreConnectorStats. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this VectorStoreConnectorStats. Return type: dict(str, str)
-
ignored¶ Gets the ignored of this VectorStoreConnectorStats.
Returns: The ignored of this VectorStoreConnectorStats. Return type: oci.generative_ai.models.FileSyncStatistics
-
in_progress¶ Gets the in_progress of this VectorStoreConnectorStats.
Returns: The in_progress of this VectorStoreConnectorStats. Return type: oci.generative_ai.models.FileSyncStatistics
-
metadata_updated¶ Gets the metadata_updated of this VectorStoreConnectorStats.
Returns: The metadata_updated of this VectorStoreConnectorStats. Return type: oci.generative_ai.models.FileSyncStatistics
Gets the system_tags of this VectorStoreConnectorStats. System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
Returns: The system_tags of this VectorStoreConnectorStats. Return type: dict(str, dict(str, object))
-
time_generated¶ [Required] Gets the time_generated of this VectorStoreConnectorStats. The date and time when the statistics was generated in the format of an RFC3339 datetime string.
Returns: The time_generated of this VectorStoreConnectorStats. Return type: datetime
-
unsupported¶ Gets the unsupported of this VectorStoreConnectorStats.
Returns: The unsupported of this VectorStoreConnectorStats. Return type: oci.generative_ai.models.FileSyncStatistics
-
updated¶ Gets the updated of this VectorStoreConnectorStats.
Returns: The updated of this VectorStoreConnectorStats. Return type: oci.generative_ai.models.FileSyncStatistics
-