Class GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest
Request message for NotebookService.AssignNotebookRuntime.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NotebookRuntime
Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
Declaration
[JsonProperty("notebookRuntime")]
public virtual GoogleCloudAiplatformV1beta1NotebookRuntime NotebookRuntime { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1NotebookRuntime |
NotebookRuntimeId
Optional. User specified ID for the notebook runtime.
Declaration
[JsonProperty("notebookRuntimeId")]
public virtual string NotebookRuntimeId { get; set; }
Property Value
Type | Description |
---|---|
string |
NotebookRuntimeTemplate
Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
Declaration
[JsonProperty("notebookRuntimeTemplate")]
public virtual string NotebookRuntimeTemplate { get; set; }
Property Value
Type | Description |
---|---|
string |