public sealed class NotebookRuntimeTemplateRef : IMessage<NotebookRuntimeTemplateRef>, IEquatable<NotebookRuntimeTemplateRef>, IDeepCloneable<NotebookRuntimeTemplateRef>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class NotebookRuntimeTemplateRef.
Points to a NotebookRuntimeTemplateRef.
Implements
IMessageNotebookRuntimeTemplateRef, IEquatableNotebookRuntimeTemplateRef, IDeepCloneableNotebookRuntimeTemplateRef, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
NotebookRuntimeTemplateRef()
public NotebookRuntimeTemplateRef()NotebookRuntimeTemplateRef(NotebookRuntimeTemplateRef)
public NotebookRuntimeTemplateRef(NotebookRuntimeTemplateRef other)| Parameter | |
|---|---|
| Name | Description |
other |
NotebookRuntimeTemplateRef |
Properties
NotebookRuntimeTemplate
public string NotebookRuntimeTemplate { get; set; }Immutable. A resource name of the NotebookRuntimeTemplate.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NotebookRuntimeTemplateAsNotebookRuntimeTemplateName
public NotebookRuntimeTemplateName NotebookRuntimeTemplateAsNotebookRuntimeTemplateName { get; set; }NotebookRuntimeTemplateName-typed view over the NotebookRuntimeTemplate resource name property.
| Property Value | |
|---|---|
| Type | Description |
NotebookRuntimeTemplateName |
|