Cloud AI Platform v1 API - Class MatchServiceSettings (2.27.0)

public sealed class MatchServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Cloud AI Platform v1 API class MatchServiceSettings.

Settings for MatchServiceClient instances.

Inheritance

object > ServiceSettingsBase > MatchServiceSettings

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MatchServiceSettings()

public MatchServiceSettings()

Constructs a new MatchServiceSettings object with default settings.

Properties

FindNeighborsSettings

public CallSettings FindNeighborsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to MatchServiceClient.FindNeighbors and MatchServiceClient.FindNeighborsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

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

Property Value
TypeDescription
IAMPolicySettings

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

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

Property Value
TypeDescription
LocationsSettings

ReadIndexDatapointsSettings

public CallSettings ReadIndexDatapointsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to MatchServiceClient.ReadIndexDatapoints and MatchServiceClient.ReadIndexDatapointsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public MatchServiceSettings Clone()

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

Returns
TypeDescription
MatchServiceSettings

A deep clone of this MatchServiceSettings object.

GetDefault()

public static MatchServiceSettings GetDefault()

Get a new instance of the default MatchServiceSettings.

Returns
TypeDescription
MatchServiceSettings

A new instance of the default MatchServiceSettings.