public sealed class EvaluationServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class EvaluationServiceSettings.
Settings for EvaluationServiceClient instances.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
EvaluationServiceSettings()
public EvaluationServiceSettings()
Constructs a new EvaluationServiceSettings object with default settings.
Properties
EvaluateInstancesSettings
public CallSettings EvaluateInstancesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
EvaluationServiceClient.EvaluateInstances
and EvaluationServiceClient.EvaluateInstancesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
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 |
Methods
Clone()
public EvaluationServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
EvaluationServiceSettings |
A deep clone of this EvaluationServiceSettings object. |
GetDefault()
public static EvaluationServiceSettings GetDefault()
Get a new instance of the default EvaluationServiceSettings.
Returns | |
---|---|
Type | Description |
EvaluationServiceSettings |
A new instance of the default EvaluationServiceSettings. |