Cloud AI Platform v1 API - Class StopNotebookRuntimeRequest (3.11.0)

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

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

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

Inheritance

object > StopNotebookRuntimeRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

StopNotebookRuntimeRequest()

public StopNotebookRuntimeRequest()

StopNotebookRuntimeRequest(StopNotebookRuntimeRequest)

public StopNotebookRuntimeRequest(StopNotebookRuntimeRequest other)
Parameter
Name Description
other StopNotebookRuntimeRequest

Properties

Name

public string Name { get; set; }

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