public sealed class GetNotebookRuntimeTemplateRequest : IMessage<GetNotebookRuntimeTemplateRequest>, IEquatable<GetNotebookRuntimeTemplateRequest>, IDeepCloneable<GetNotebookRuntimeTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetNotebookRuntimeTemplateRequest.
Request message for [NotebookService.GetNotebookRuntimeTemplate][google.cloud.aiplatform.v1beta1.NotebookService.GetNotebookRuntimeTemplate]
Implements
IMessageGetNotebookRuntimeTemplateRequest, IEquatableGetNotebookRuntimeTemplateRequest, IDeepCloneableGetNotebookRuntimeTemplateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |