public sealed class AssignNotebookRuntimeRequest : IMessage<AssignNotebookRuntimeRequest>, IEquatable<AssignNotebookRuntimeRequest>, IDeepCloneable<AssignNotebookRuntimeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class AssignNotebookRuntimeRequest.
Request message for [NotebookService.AssignNotebookRuntime][google.cloud.aiplatform.v1beta1.NotebookService.AssignNotebookRuntime].
Implements
IMessageAssignNotebookRuntimeRequest, IEquatableAssignNotebookRuntimeRequest, IDeepCloneableAssignNotebookRuntimeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|