VectorStoreConnectorStats

class oci.generative_ai.models.VectorStoreConnectorStats(**kwargs)

Bases: object

File synchronization statistics for a VectorStoreConnector.

Methods

__init__(**kwargs) Initializes a new VectorStoreConnectorStats object with values from keyword arguments.

Attributes

created Gets the created of this VectorStoreConnectorStats.
defined_tags Gets the defined_tags of this VectorStoreConnectorStats.
deleted Gets the deleted of this VectorStoreConnectorStats.
failed Gets the failed of this VectorStoreConnectorStats.
freeform_tags Gets the freeform_tags of this VectorStoreConnectorStats.
ignored Gets the ignored of this VectorStoreConnectorStats.
in_progress Gets the in_progress of this VectorStoreConnectorStats.
metadata_updated Gets the metadata_updated of this VectorStoreConnectorStats.
system_tags Gets the system_tags of this VectorStoreConnectorStats.
time_generated [Required] Gets the time_generated of this VectorStoreConnectorStats.
unsupported Gets the unsupported of this VectorStoreConnectorStats.
updated Gets 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:
created

Gets the created of this VectorStoreConnectorStats.

Returns:The created of this VectorStoreConnectorStats.
Return type:oci.generative_ai.models.FileSyncStatistics
defined_tags

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
freeform_tags

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
system_tags

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