CreateVectorStoreConnectorFileSyncDetails¶
-
class
oci.generative_ai.models.CreateVectorStoreConnectorFileSyncDetails(**kwargs)¶ Bases:
objectThe data to create a VectorStoreConnectorFileSync.
Methods
__init__(**kwargs)Initializes a new CreateVectorStoreConnectorFileSyncDetails object with values from keyword arguments. Attributes
defined_tagsGets the defined_tags of this CreateVectorStoreConnectorFileSyncDetails. display_nameGets the display_name of this CreateVectorStoreConnectorFileSyncDetails. freeform_tagsGets the freeform_tags of this CreateVectorStoreConnectorFileSyncDetails. vector_store_connector_id[Required] Gets the vector_store_connector_id of this CreateVectorStoreConnectorFileSyncDetails. -
__init__(**kwargs)¶ Initializes a new CreateVectorStoreConnectorFileSyncDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vector_store_connector_id (str) – The value to assign to the vector_store_connector_id property of this CreateVectorStoreConnectorFileSyncDetails.
- display_name (str) – The value to assign to the display_name property of this CreateVectorStoreConnectorFileSyncDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateVectorStoreConnectorFileSyncDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateVectorStoreConnectorFileSyncDetails.
Gets the defined_tags of this CreateVectorStoreConnectorFileSyncDetails. 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 CreateVectorStoreConnectorFileSyncDetails. Return type: dict(str, dict(str, object))
-
display_name¶ Gets the display_name of this CreateVectorStoreConnectorFileSyncDetails. A user-friendly name.
Returns: The display_name of this CreateVectorStoreConnectorFileSyncDetails. Return type: str
Gets the freeform_tags of this CreateVectorStoreConnectorFileSyncDetails. 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 CreateVectorStoreConnectorFileSyncDetails. Return type: dict(str, str)
-
vector_store_connector_id¶ [Required] Gets the vector_store_connector_id of this CreateVectorStoreConnectorFileSyncDetails. An OCID that identifies the VectorStoreConnector under which this FileSync operation is created.
Returns: The vector_store_connector_id of this CreateVectorStoreConnectorFileSyncDetails. Return type: str
-