AI Platform Notebooks v1beta1 API - Class SetInstanceMachineTypeRequest (2.0.0-beta04)

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

Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class SetInstanceMachineTypeRequest.

Request for setting instance machine type.

Inheritance

object > SetInstanceMachineTypeRequest

Namespace

Google.Cloud.Notebooks.V1Beta1

Assembly

Google.Cloud.Notebooks.V1Beta1.dll

Constructors

SetInstanceMachineTypeRequest()

public SetInstanceMachineTypeRequest()

SetInstanceMachineTypeRequest(SetInstanceMachineTypeRequest)

public SetInstanceMachineTypeRequest(SetInstanceMachineTypeRequest other)
Parameter
NameDescription
otherSetInstanceMachineTypeRequest

Properties

MachineType

public string MachineType { get; set; }
Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

Property Value
TypeDescription
string