Cloud AI Platform v1 API - Class CreateNotebookRuntimeTemplateRequest (2.27.0)

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

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

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

Inheritance

object > CreateNotebookRuntimeTemplateRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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