AI Platform Notebooks v1 API - Class RegisterInstanceRequest (2.5.0)

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

Reference documentation and code samples for the AI Platform Notebooks v1 API class RegisterInstanceRequest.

Request for registering a notebook instance.

Inheritance

object > RegisterInstanceRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

RegisterInstanceRequest()

public RegisterInstanceRequest()

RegisterInstanceRequest(RegisterInstanceRequest)

public RegisterInstanceRequest(RegisterInstanceRequest other)
Parameter
Name Description
other RegisterInstanceRequest

Properties

InstanceId

public string InstanceId { get; set; }

Required. User defined unique ID of this instance. The instance_id must be 1 to 63 characters long and contain only lowercase letters, numeric characters, and dashes. The first character must be a lowercase letter and the last character cannot be a dash.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Format: parent=projects/{project_id}/locations/{location}

Property Value
Type Description
string