public sealed class DeleteNotebookRuntimeTemplateRequest : IMessage<DeleteNotebookRuntimeTemplateRequest>, IEquatable<DeleteNotebookRuntimeTemplateRequest>, IDeepCloneable<DeleteNotebookRuntimeTemplateRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class DeleteNotebookRuntimeTemplateRequest.
Request message for [NotebookService.DeleteNotebookRuntimeTemplate][google.cloud.aiplatform.v1beta1.NotebookService.DeleteNotebookRuntimeTemplate].
Implements
IMessageDeleteNotebookRuntimeTemplateRequest, IEquatableDeleteNotebookRuntimeTemplateRequest, IDeepCloneableDeleteNotebookRuntimeTemplateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|