Cloud AI Platform v1 API - Class GetNotebookRuntimeRequest (2.27.0)

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

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

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

Inheritance

object > GetNotebookRuntimeRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

GetNotebookRuntimeRequest()

public GetNotebookRuntimeRequest()

GetNotebookRuntimeRequest(GetNotebookRuntimeRequest)

public GetNotebookRuntimeRequest(GetNotebookRuntimeRequest other)
Parameter
Name Description
other GetNotebookRuntimeRequest

Properties

Name

public string Name { get; set; }

Required. The name of the NotebookRuntime resource. Instead of checking whether the name is in valid NotebookRuntime resource name format, directly throw NotFound exception if there is no such NotebookRuntime in spanner.

Property Value
Type Description
string

NotebookRuntimeName

public NotebookRuntimeName NotebookRuntimeName { get; set; }

NotebookRuntimeName-typed view over the Name resource name property.

Property Value
Type Description
NotebookRuntimeName