public sealed class UpdateNotebookRuntimeTemplateRequest : IMessage<UpdateNotebookRuntimeTemplateRequest>, IEquatable<UpdateNotebookRuntimeTemplateRequest>, IDeepCloneable<UpdateNotebookRuntimeTemplateRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class UpdateNotebookRuntimeTemplateRequest.
Request message for [NotebookService.UpdateNotebookRuntimeTemplate][google.cloud.aiplatform.v1beta1.NotebookService.UpdateNotebookRuntimeTemplate].
Implements
IMessageUpdateNotebookRuntimeTemplateRequest, IEquatableUpdateNotebookRuntimeTemplateRequest, IDeepCloneableUpdateNotebookRuntimeTemplateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
UpdateNotebookRuntimeTemplateRequest()
public UpdateNotebookRuntimeTemplateRequest()UpdateNotebookRuntimeTemplateRequest(UpdateNotebookRuntimeTemplateRequest)
public UpdateNotebookRuntimeTemplateRequest(UpdateNotebookRuntimeTemplateRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateNotebookRuntimeTemplateRequest |
Properties
NotebookRuntimeTemplate
public NotebookRuntimeTemplate NotebookRuntimeTemplate { get; set; }Required. The NotebookRuntimeTemplate to update.
| Property Value | |
|---|---|
| Type | Description |
NotebookRuntimeTemplate |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. The update mask applies to the resource.
For the FieldMask definition, see
[google.protobuf.FieldMask][google.protobuf.FieldMask]. Input format:
{paths: "${updated_filed}"} Updatable fields:
encryption_spec.kms_key_name
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|