public sealed class GetNotebookRuntimeRequest : IMessage<GetNotebookRuntimeRequest>, IEquatable<GetNotebookRuntimeRequest>, IDeepCloneable<GetNotebookRuntimeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class GetNotebookRuntimeRequest.
Request message for [NotebookService.GetNotebookRuntime][google.cloud.aiplatform.v1beta1.NotebookService.GetNotebookRuntime]
Implements
IMessageGetNotebookRuntimeRequest, IEquatableGetNotebookRuntimeRequest, IDeepCloneableGetNotebookRuntimeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |