Cloud AI Platform v1 API - Class DeleteNotebookRuntimeRequest (3.0.0)

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

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

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

Inheritance

object > DeleteNotebookRuntimeRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteNotebookRuntimeRequest()

public DeleteNotebookRuntimeRequest()

DeleteNotebookRuntimeRequest(DeleteNotebookRuntimeRequest)

public DeleteNotebookRuntimeRequest(DeleteNotebookRuntimeRequest other)
Parameter
Name Description
other DeleteNotebookRuntimeRequest

Properties

Name

public string Name { get; set; }

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