Class UpdateNotebookRuntimeTemplateRequest (1.56.0)

UpdateNotebookRuntimeTemplateRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for NotebookService.UpdateNotebookRuntimeTemplate.

Attributes

Name Description
notebook_runtime_template google.cloud.aiplatform_v1beta1.types.NotebookRuntimeTemplate
Required. The NotebookRuntimeTemplate to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
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

Methods

UpdateNotebookRuntimeTemplateRequest

UpdateNotebookRuntimeTemplateRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for NotebookService.UpdateNotebookRuntimeTemplate.