Cloud AI Platform v1 API - Class UpgradeNotebookRuntimeRequest (3.0.0)

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

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

Request message for [NotebookService.UpgradeNotebookRuntime][google.cloud.aiplatform.v1.NotebookService.UpgradeNotebookRuntime].

Inheritance

object > UpgradeNotebookRuntimeRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpgradeNotebookRuntimeRequest()

public UpgradeNotebookRuntimeRequest()

UpgradeNotebookRuntimeRequest(UpgradeNotebookRuntimeRequest)

public UpgradeNotebookRuntimeRequest(UpgradeNotebookRuntimeRequest other)
Parameter
Name Description
other UpgradeNotebookRuntimeRequest

Properties

Name

public string Name { get; set; }

Required. The name of the NotebookRuntime resource to be upgrade. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.

Property Value
Type Description
string

NotebookRuntimeName

public NotebookRuntimeName NotebookRuntimeName { get; set; }

NotebookRuntimeName-typed view over the Name resource name property.

Property Value
Type Description
NotebookRuntimeName