Cloud AI Platform v1 API - Class AssignNotebookRuntimeRequest (3.0.0)

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

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

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

Inheritance

object > AssignNotebookRuntimeRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

AssignNotebookRuntimeRequest()

public AssignNotebookRuntimeRequest()

AssignNotebookRuntimeRequest(AssignNotebookRuntimeRequest)

public AssignNotebookRuntimeRequest(AssignNotebookRuntimeRequest other)
Parameter
Name Description
other AssignNotebookRuntimeRequest

Properties

NotebookRuntime

public NotebookRuntime NotebookRuntime { get; set; }

Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.

Property Value
Type Description
NotebookRuntime

NotebookRuntimeId

public string NotebookRuntimeId { get; set; }

Optional. User specified ID for the notebook runtime.

Property Value
Type Description
string

NotebookRuntimeTemplate

public string NotebookRuntimeTemplate { get; set; }

Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).

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

Parent

public string Parent { get; set; }

Required. The resource name of the Location to get the NotebookRuntime assignment. 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