Cloud AI Platform v1 API - Class UpdateNotebookRuntimeTemplateRequest (3.1.0)

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

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

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

Inheritance

object > UpdateNotebookRuntimeTemplateRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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