Vector Search V1 API - Class Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest::GcsImportConfig (v0.1.0)

Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::ImportDataObjectsRequest::GcsImportConfig.

Google Cloud Storage configuration for the import.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#contents_uri

def contents_uri() -> ::String
Returns
  • (::String) — Required. URI prefix of the Cloud Storage DataObjects to import.

#contents_uri=

def contents_uri=(value) -> ::String
Parameter
  • value (::String) — Required. URI prefix of the Cloud Storage DataObjects to import.
Returns
  • (::String) — Required. URI prefix of the Cloud Storage DataObjects to import.

#error_uri

def error_uri() -> ::String
Returns
  • (::String) — Required. URI prefix of the Cloud Storage location to write any errors encountered during the import.

#error_uri=

def error_uri=(value) -> ::String
Parameter
  • value (::String) — Required. URI prefix of the Cloud Storage location to write any errors encountered during the import.
Returns
  • (::String) — Required. URI prefix of the Cloud Storage location to write any errors encountered during the import.

#output_uri

def output_uri() -> ::String
Returns
  • (::String) — Optional. URI prefix of the Cloud Storage location to write DataObject IDs and etags of DataObjects that were successfully imported. The service will write the successfully imported DataObjects to sharded files under this prefix. If this field is empty, no output will be written.

#output_uri=

def output_uri=(value) -> ::String
Parameter
  • value (::String) — Optional. URI prefix of the Cloud Storage location to write DataObject IDs and etags of DataObjects that were successfully imported. The service will write the successfully imported DataObjects to sharded files under this prefix. If this field is empty, no output will be written.
Returns
  • (::String) — Optional. URI prefix of the Cloud Storage location to write DataObject IDs and etags of DataObjects that were successfully imported. The service will write the successfully imported DataObjects to sharded files under this prefix. If this field is empty, no output will be written.