Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest.
Request message for VectorSearchService.ImportDataObjects.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#gcs_import
def gcs_import() -> ::Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest::GcsImportConfig
Returns
- (::Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest::GcsImportConfig) — The Cloud Storage location of the input content.
#gcs_import=
def gcs_import=(value) -> ::Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest::GcsImportConfig
Parameter
- value (::Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest::GcsImportConfig) — The Cloud Storage location of the input content.
Returns
- (::Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest::GcsImportConfig) — The Cloud Storage location of the input content.
#name
def name() -> ::String
Returns
-
(::String) — Required. The resource name of the Collection to import DataObjects into.
Format:
projects/{project}/locations/{location}/collections/{collection}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the Collection to import DataObjects into.
Format:
projects/{project}/locations/{location}/collections/{collection}.
Returns
-
(::String) — Required. The resource name of the Collection to import DataObjects into.
Format:
projects/{project}/locations/{location}/collections/{collection}.