Vertex AI Notebooks v2 API - Class CheckInstanceUpgradabilityRequest (1.3.0)

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

Reference documentation and code samples for the Vertex AI Notebooks v2 API class CheckInstanceUpgradabilityRequest.

Request for checking if a notebook instance is upgradeable.

Inheritance

object > CheckInstanceUpgradabilityRequest

Namespace

Google.Cloud.Notebooks.V2

Assembly

Google.Cloud.Notebooks.V2.dll

Constructors

CheckInstanceUpgradabilityRequest()

public CheckInstanceUpgradabilityRequest()

CheckInstanceUpgradabilityRequest(CheckInstanceUpgradabilityRequest)

public CheckInstanceUpgradabilityRequest(CheckInstanceUpgradabilityRequest other)
Parameter
Name Description
other CheckInstanceUpgradabilityRequest

Properties

NotebookInstance

public string NotebookInstance { get; set; }

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

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.