Cloud AI Platform v1 API - Class DeleteNotebookRuntimeTemplateRequest (3.0.0)

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

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

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

Inheritance

object > DeleteNotebookRuntimeTemplateRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DeleteNotebookRuntimeTemplateRequest()

public DeleteNotebookRuntimeTemplateRequest()

DeleteNotebookRuntimeTemplateRequest(DeleteNotebookRuntimeTemplateRequest)

public DeleteNotebookRuntimeTemplateRequest(DeleteNotebookRuntimeTemplateRequest other)
Parameter
Name Description
other DeleteNotebookRuntimeTemplateRequest

Properties

Name

public string Name { get; set; }

Required. The name of the NotebookRuntimeTemplate resource to be deleted. Format: projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}

Property Value
Type Description
string

NotebookRuntimeTemplateName

public NotebookRuntimeTemplateName NotebookRuntimeTemplateName { get; set; }

NotebookRuntimeTemplateName-typed view over the Name resource name property.

Property Value
Type Description
NotebookRuntimeTemplateName