Vertex AI Notebooks v1 API - Class ManagedNotebookServiceSettings (2.6.0)

public sealed class ManagedNotebookServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Vertex AI Notebooks v1 API class ManagedNotebookServiceSettings.

Settings for ManagedNotebookServiceClient instances.

Inheritance

object > ServiceSettingsBase > ManagedNotebookServiceSettings

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ManagedNotebookServiceSettings()

public ManagedNotebookServiceSettings()

Constructs a new ManagedNotebookServiceSettings object with default settings.

Properties

CreateRuntimeOperationsSettings

public OperationsSettings CreateRuntimeOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.CreateRuntime and ManagedNotebookServiceClient.CreateRuntimeAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

CreateRuntimeSettings

public CallSettings CreateRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.CreateRuntime and ManagedNotebookServiceClient.CreateRuntimeAsync .

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteRuntimeOperationsSettings

public OperationsSettings DeleteRuntimeOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.DeleteRuntime and ManagedNotebookServiceClient.DeleteRuntimeAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

DeleteRuntimeSettings

public CallSettings DeleteRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.DeleteRuntime and ManagedNotebookServiceClient.DeleteRuntimeAsync .

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DiagnoseRuntimeOperationsSettings

public OperationsSettings DiagnoseRuntimeOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.DiagnoseRuntime and ManagedNotebookServiceClient.DiagnoseRuntimeAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

DiagnoseRuntimeSettings

public CallSettings DiagnoseRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.DiagnoseRuntime and ManagedNotebookServiceClient.DiagnoseRuntimeAsync .

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetRuntimeSettings

public CallSettings GetRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.GetRuntime and ManagedNotebookServiceClient.GetRuntimeAsync.

Property Value
Type Description
CallSettings
Remarks
  • 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

ListRuntimesSettings

public CallSettings ListRuntimesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.ListRuntimes and ManagedNotebookServiceClient.ListRuntimesAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

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

Property Value
Type Description
LocationsSettings

RefreshRuntimeTokenInternalSettings

public CallSettings RefreshRuntimeTokenInternalSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.RefreshRuntimeTokenInternal and ManagedNotebookServiceClient.RefreshRuntimeTokenInternalAsync.

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

ReportRuntimeEventOperationsSettings

public OperationsSettings ReportRuntimeEventOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.ReportRuntimeEvent and ManagedNotebookServiceClient.ReportRuntimeEventAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

ReportRuntimeEventSettings

public CallSettings ReportRuntimeEventSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.ReportRuntimeEvent and ManagedNotebookServiceClient.ReportRuntimeEventAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

ResetRuntimeOperationsSettings

public OperationsSettings ResetRuntimeOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.ResetRuntime and ManagedNotebookServiceClient.ResetRuntimeAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

ResetRuntimeSettings

public CallSettings ResetRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.ResetRuntime and ManagedNotebookServiceClient.ResetRuntimeAsync.

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

StartRuntimeOperationsSettings

public OperationsSettings StartRuntimeOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.StartRuntime and ManagedNotebookServiceClient.StartRuntimeAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

StartRuntimeSettings

public CallSettings StartRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.StartRuntime and ManagedNotebookServiceClient.StartRuntimeAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

StopRuntimeOperationsSettings

public OperationsSettings StopRuntimeOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.StopRuntime and ManagedNotebookServiceClient.StopRuntimeAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

StopRuntimeSettings

public CallSettings StopRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.StopRuntime and ManagedNotebookServiceClient.StopRuntimeAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

SwitchRuntimeOperationsSettings

public OperationsSettings SwitchRuntimeOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.SwitchRuntime and ManagedNotebookServiceClient.SwitchRuntimeAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

SwitchRuntimeSettings

public CallSettings SwitchRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.SwitchRuntime and ManagedNotebookServiceClient.SwitchRuntimeAsync .

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

UpdateRuntimeOperationsSettings

public OperationsSettings UpdateRuntimeOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.UpdateRuntime and ManagedNotebookServiceClient.UpdateRuntimeAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

UpdateRuntimeSettings

public CallSettings UpdateRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.UpdateRuntime and ManagedNotebookServiceClient.UpdateRuntimeAsync .

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

UpgradeRuntimeOperationsSettings

public OperationsSettings UpgradeRuntimeOperationsSettings { get; set; }

Long Running Operation settings for calls to ManagedNotebookServiceClient.UpgradeRuntime and ManagedNotebookServiceClient.UpgradeRuntimeAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

UpgradeRuntimeSettings

public CallSettings UpgradeRuntimeSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ManagedNotebookServiceClient.UpgradeRuntime and ManagedNotebookServiceClient.UpgradeRuntimeAsync .

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

Methods

Clone()

public ManagedNotebookServiceSettings Clone()

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

Returns
Type Description
ManagedNotebookServiceSettings

A deep clone of this ManagedNotebookServiceSettings object.

GetDefault()

public static ManagedNotebookServiceSettings GetDefault()

Get a new instance of the default ManagedNotebookServiceSettings.

Returns
Type Description
ManagedNotebookServiceSettings

A new instance of the default ManagedNotebookServiceSettings.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.