Vertex AI Notebooks v1 API - Class RuntimeAccessConfig (2.6.0)

public sealed class RuntimeAccessConfig : IMessage<RuntimeAccessConfig>, IEquatable<RuntimeAccessConfig>, IDeepCloneable<RuntimeAccessConfig>, IBufferMessage, IMessage

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

Specifies the login configuration for Runtime

Inheritance

object > RuntimeAccessConfig

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

RuntimeAccessConfig()

public RuntimeAccessConfig()

RuntimeAccessConfig(RuntimeAccessConfig)

public RuntimeAccessConfig(RuntimeAccessConfig other)
Parameter
Name Description
other RuntimeAccessConfig

Properties

AccessType

public RuntimeAccessConfig.Types.RuntimeAccessType AccessType { get; set; }

The type of access mode this instance.

Property Value
Type Description
RuntimeAccessConfig Types RuntimeAccessType

ProxyUri

public string ProxyUri { get; set; }

Output only. The proxy endpoint that is used to access the runtime.

Property Value
Type Description
string

RuntimeOwner

public string RuntimeOwner { get; set; }

The owner of this runtime after creation. Format: alias@example.com Currently supports one owner only.

Property Value
Type Description
string

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.