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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["The `SetInstanceMachineTypeRequest` class, part of the AI Platform Notebooks v1beta1 API, is used to request the setting of an instance's machine type."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["It has two constructors, a default one and another that takes another `SetInstanceMachineTypeRequest` object as an argument for cloning."],["The class contains two key properties: `MachineType`, which specifies the required Compute Engine machine type, and `Name`, which defines the instance's resource name."],["This information is found in version 2.0.0-beta04, with newer version 2.0.0-beta05 being the latest."]]],[]]