Cloud AI Platform v1 API - Class GetNotebookRuntimeTemplateRequest (3.0.0)

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

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

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

Inheritance

object > GetNotebookRuntimeTemplateRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetNotebookRuntimeTemplateRequest()

public GetNotebookRuntimeTemplateRequest()

GetNotebookRuntimeTemplateRequest(GetNotebookRuntimeTemplateRequest)

public GetNotebookRuntimeTemplateRequest(GetNotebookRuntimeTemplateRequest other)
Parameter
Name Description
other GetNotebookRuntimeTemplateRequest

Properties

Name

public string Name { get; set; }

Required. The name of the NotebookRuntimeTemplate resource. 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