Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest

Request message for NotebookService.AssignNotebookRuntime.

Inheritance
object
GoogleCloudAiplatformV1beta1AssignNotebookRuntimeRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX