Reference documentation and code samples for the Vector Search V1 API class Google::Cloud::VectorSearch::V1::VectorSearchService::Client::Configuration::Rpcs.
Configuration RPC class for the VectorSearchService API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method and includes
the following configuration fields:
-
timeout(type:Numeric) - The call timeout in seconds -
metadata(type:Hash{Symbol=>String}) - Additional gRPC headers -
retry_policy (type:Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay(type:Numeric) - The initial delay in seconds. -
:max_delay(type:Numeric) - The max delay in seconds. -
:multiplier(type:Numeric) - The incremental backoff multiplier. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Inherits
- Object
Methods
#create_collection
def create_collection() -> ::Gapic::Config::MethodRPC-specific configuration for create_collection
- (::Gapic::Config::Method)
#create_index
def create_index() -> ::Gapic::Config::MethodRPC-specific configuration for create_index
- (::Gapic::Config::Method)
#delete_collection
def delete_collection() -> ::Gapic::Config::MethodRPC-specific configuration for delete_collection
- (::Gapic::Config::Method)
#delete_index
def delete_index() -> ::Gapic::Config::MethodRPC-specific configuration for delete_index
- (::Gapic::Config::Method)
#export_data_objects
def export_data_objects() -> ::Gapic::Config::MethodRPC-specific configuration for export_data_objects
- (::Gapic::Config::Method)
#get_collection
def get_collection() -> ::Gapic::Config::MethodRPC-specific configuration for get_collection
- (::Gapic::Config::Method)
#get_index
def get_index() -> ::Gapic::Config::MethodRPC-specific configuration for get_index
- (::Gapic::Config::Method)
#import_data_objects
def import_data_objects() -> ::Gapic::Config::MethodRPC-specific configuration for import_data_objects
- (::Gapic::Config::Method)
#list_collections
def list_collections() -> ::Gapic::Config::MethodRPC-specific configuration for list_collections
- (::Gapic::Config::Method)
#list_indexes
def list_indexes() -> ::Gapic::Config::MethodRPC-specific configuration for list_indexes
- (::Gapic::Config::Method)
#update_collection
def update_collection() -> ::Gapic::Config::MethodRPC-specific configuration for update_collection
- (::Gapic::Config::Method)
#update_index
def update_index() -> ::Gapic::Config::MethodRPC-specific configuration for update_index
- (::Gapic::Config::Method)