Cloud AI Platform v1 API - Class StartNotebookRuntimeRequest (2.27.0)

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

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

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

Inheritance

object > StartNotebookRuntimeRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StartNotebookRuntimeRequest()

public StartNotebookRuntimeRequest()

StartNotebookRuntimeRequest(StartNotebookRuntimeRequest)

public StartNotebookRuntimeRequest(StartNotebookRuntimeRequest other)
Parameter
NameDescription
otherStartNotebookRuntimeRequest

Properties

Name

public string Name { get; set; }

Required. The name of the NotebookRuntime resource to be started. 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
TypeDescription
string

NotebookRuntimeName

public NotebookRuntimeName NotebookRuntimeName { get; set; }

NotebookRuntimeName-typed view over the Name resource name property.

Property Value
TypeDescription
NotebookRuntimeName