Cloud AI Platform v1 API - Class VizierServiceSettings (2.27.0)

public sealed class VizierServiceSettings : ServiceSettingsBase

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

Settings for VizierServiceClient instances.

Inheritance

object > ServiceSettingsBase > VizierServiceSettings

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

VizierServiceSettings()

public VizierServiceSettings()

Constructs a new VizierServiceSettings object with default settings.

Properties

AddTrialMeasurementSettings

public CallSettings AddTrialMeasurementSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.AddTrialMeasurement and VizierServiceClient.AddTrialMeasurementAsync.

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

CheckTrialEarlyStoppingStateOperationsSettings

public OperationsSettings CheckTrialEarlyStoppingStateOperationsSettings { get; set; }

Long Running Operation settings for calls to VizierServiceClient.CheckTrialEarlyStoppingState and VizierServiceClient.CheckTrialEarlyStoppingStateAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CheckTrialEarlyStoppingStateSettings

public CallSettings CheckTrialEarlyStoppingStateSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.CheckTrialEarlyStoppingState and VizierServiceClient.CheckTrialEarlyStoppingStateAsync.

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

CompleteTrialSettings

public CallSettings CompleteTrialSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.CompleteTrial and VizierServiceClient.CompleteTrialAsync.

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

CreateStudySettings

public CallSettings CreateStudySettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.CreateStudy and VizierServiceClient.CreateStudyAsync.

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

CreateTrialSettings

public CallSettings CreateTrialSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.CreateTrial and VizierServiceClient.CreateTrialAsync.

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

DeleteStudySettings

public CallSettings DeleteStudySettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.DeleteStudy and VizierServiceClient.DeleteStudyAsync.

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

DeleteTrialSettings

public CallSettings DeleteTrialSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.DeleteTrial and VizierServiceClient.DeleteTrialAsync.

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

GetStudySettings

public CallSettings GetStudySettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.GetStudy and VizierServiceClient.GetStudyAsync.

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

GetTrialSettings

public CallSettings GetTrialSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.GetTrial and VizierServiceClient.GetTrialAsync.

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

ListOptimalTrialsSettings

public CallSettings ListOptimalTrialsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.ListOptimalTrials and VizierServiceClient.ListOptimalTrialsAsync.

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

ListStudiesSettings

public CallSettings ListStudiesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.ListStudies and VizierServiceClient.ListStudiesAsync.

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

ListTrialsSettings

public CallSettings ListTrialsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.ListTrials and VizierServiceClient.ListTrialsAsync.

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

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

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

Property Value
TypeDescription
LocationsSettings

LookupStudySettings

public CallSettings LookupStudySettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.LookupStudy and VizierServiceClient.LookupStudyAsync.

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

StopTrialSettings

public CallSettings StopTrialSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.StopTrial and VizierServiceClient.StopTrialAsync.

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

SuggestTrialsOperationsSettings

public OperationsSettings SuggestTrialsOperationsSettings { get; set; }

Long Running Operation settings for calls to VizierServiceClient.SuggestTrials and VizierServiceClient.SuggestTrialsAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

SuggestTrialsSettings

public CallSettings SuggestTrialsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VizierServiceClient.SuggestTrials and VizierServiceClient.SuggestTrialsAsync.

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

Methods

Clone()

public VizierServiceSettings Clone()

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

Returns
TypeDescription
VizierServiceSettings

A deep clone of this VizierServiceSettings object.

GetDefault()

public static VizierServiceSettings GetDefault()

Get a new instance of the default VizierServiceSettings.

Returns
TypeDescription
VizierServiceSettings

A new instance of the default VizierServiceSettings.