DataStore(mapping=None, *, ignore_unknown_fields=False, **kwargs)A DataStore resource in Vertex AI Search.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. Full resource name of the DataStore. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
|
type_ |
google.cloud.ces_v1.types.DataStore.DataStoreType
Output only. The type of the data store. This field is readonly and populated by the server. |
document_processing_mode |
google.cloud.ces_v1.types.DataStore.DocumentProcessingMode
Output only. The document processing mode for the data store connection. Only set for PUBLIC_WEB and UNSTRUCTURED data stores. |
display_name |
str
Output only. The display name of the data store. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. Timestamp when the data store was created. |
connector_config |
google.cloud.ces_v1.types.DataStore.ConnectorConfig
Output only. The connector config for the data store connection. |
Classes
ConnectorConfig
ConnectorConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)The connector config for the data store connection.
DataStoreType
DataStoreType(value)The type of the data store.
DocumentProcessingMode
DocumentProcessingMode(value)The document processing mode of the data store.