public sealed class CreateNotebookRuntimeTemplateRequest : IMessage<CreateNotebookRuntimeTemplateRequest>, IEquatable<CreateNotebookRuntimeTemplateRequest>, IDeepCloneable<CreateNotebookRuntimeTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CreateNotebookRuntimeTemplateRequest.
Request message for [NotebookService.CreateNotebookRuntimeTemplate][google.cloud.aiplatform.v1beta1.NotebookService.CreateNotebookRuntimeTemplate].
Implements
IMessageCreateNotebookRuntimeTemplateRequest, IEquatableCreateNotebookRuntimeTemplateRequest, IDeepCloneableCreateNotebookRuntimeTemplateRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CreateNotebookRuntimeTemplateRequest()
public CreateNotebookRuntimeTemplateRequest()
CreateNotebookRuntimeTemplateRequest(CreateNotebookRuntimeTemplateRequest)
public CreateNotebookRuntimeTemplateRequest(CreateNotebookRuntimeTemplateRequest other)
Parameter | |
---|---|
Name | Description |
other |
CreateNotebookRuntimeTemplateRequest |
Properties
NotebookRuntimeTemplate
public NotebookRuntimeTemplate NotebookRuntimeTemplate { get; set; }
Required. The NotebookRuntimeTemplate to create.
Property Value | |
---|---|
Type | Description |
NotebookRuntimeTemplate |
NotebookRuntimeTemplateId
public string NotebookRuntimeTemplateId { get; set; }
Optional. User specified ID for the notebook runtime template.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the Location to create the
NotebookRuntimeTemplate. Format: projects/{project}/locations/{location}
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |