Vector Search v1 API - Class DataObjectSearchServiceSettings (1.0.0-beta01)

public sealed class DataObjectSearchServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Vector Search v1 API class DataObjectSearchServiceSettings.

Settings for DataObjectSearchServiceClient instances.

Inheritance

object > ServiceSettingsBase > DataObjectSearchServiceSettings

Namespace

Google.Cloud.VectorSearch.V1

Assembly

Google.Cloud.VectorSearch.V1.dll

Constructors

DataObjectSearchServiceSettings()

public DataObjectSearchServiceSettings()

Constructs a new DataObjectSearchServiceSettings object with default settings.

Properties

AggregateDataObjectsSettings

public CallSettings AggregateDataObjectsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataObjectSearchServiceClient.AggregateDataObjects and DataObjectSearchServiceClient.AggregateDataObjectsAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 300 seconds.

BatchSearchDataObjectsSettings

public CallSettings BatchSearchDataObjectsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataObjectSearchServiceClient.BatchSearchDataObjects and DataObjectSearchServiceClient.BatchSearchDataObjectsAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 300 seconds.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
Type Description
LocationsSettings

QueryDataObjectsSettings

public CallSettings QueryDataObjectsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataObjectSearchServiceClient.QueryDataObjects and DataObjectSearchServiceClient.QueryDataObjectsAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 300 seconds.

SearchDataObjectsSettings

public CallSettings SearchDataObjectsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to DataObjectSearchServiceClient.SearchDataObjects and DataObjectSearchServiceClient.SearchDataObjectsAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 300 seconds.

Methods

Clone()

public DataObjectSearchServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
DataObjectSearchServiceSettings

A deep clone of this DataObjectSearchServiceSettings object.

GetDefault()

public static DataObjectSearchServiceSettings GetDefault()

Get a new instance of the default DataObjectSearchServiceSettings.

Returns
Type Description
DataObjectSearchServiceSettings

A new instance of the default DataObjectSearchServiceSettings.