public sealed class MatchServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class MatchServiceSettings.
Settings for MatchServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
IAMPolicySettings |
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }
The settings to use for the LocationsClient associated with the client.
Property Value | |
---|---|
Type | Description |
LocationsSettings |
ReadIndexDatapointsSettings
public CallSettings ReadIndexDatapointsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
MatchServiceClient.ReadIndexDatapoints
and MatchServiceClient.ReadIndexDatapointsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 | |
---|---|
Type | Description |
MatchServiceSettings |
A deep clone of this MatchServiceSettings object. |
GetDefault()
public static MatchServiceSettings GetDefault()
Get a new instance of the default MatchServiceSettings.
Returns | |
---|---|
Type | Description |
MatchServiceSettings |
A new instance of the default MatchServiceSettings. |