Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::DataStore.
A DataStore resource in Vertex AI Search.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connector_config
def connector_config() -> ::Google::Cloud::Ces::V1::DataStore::ConnectorConfig
Returns
- (::Google::Cloud::Ces::V1::DataStore::ConnectorConfig) — Output only. The connector config for the data store connection.
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Timestamp when the data store was created.
#display_name
def display_name() -> ::String
Returns
- (::String) — Output only. The display name of the data store.
#document_processing_mode
def document_processing_mode() -> ::Google::Cloud::Ces::V1::DataStore::DocumentProcessingMode
Returns
- (::Google::Cloud::Ces::V1::DataStore::DocumentProcessingMode) — Output only. The document processing mode for the data store connection. Only set for PUBLIC_WEB and UNSTRUCTURED data stores.
#name
def name() -> ::String
Returns
-
(::String) — Required. Full resource name of the DataStore.
Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Full resource name of the DataStore.
Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
Returns
-
(::String) — Required. Full resource name of the DataStore.
Format:
projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}
#type
def type() -> ::Google::Cloud::Ces::V1::DataStore::DataStoreType
Returns
- (::Google::Cloud::Ces::V1::DataStore::DataStoreType) — Output only. The type of the data store. This field is readonly and populated by the server.