public sealed class SetInstanceAcceleratorRequest : IMessage<SetInstanceAcceleratorRequest>, IEquatable<SetInstanceAcceleratorRequest>, IDeepCloneable<SetInstanceAcceleratorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class SetInstanceAcceleratorRequest.
Required. Count of cores of this accelerator. Note that not all combinations
of type and core_count are valid. Check GPUs on
Compute Engine to
find a valid combination. TPUs are not supported.
[[["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-03-21 UTC."],[[["This documentation covers the `SetInstanceAcceleratorRequest` class within the AI Platform Notebooks v1 API, used for requesting changes to instance accelerators."],["The `SetInstanceAcceleratorRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as deep cloning and buffer message handling."],["Key properties of `SetInstanceAcceleratorRequest` include `CoreCount` (the number of cores for the accelerator), `Name` (the formatted name of the instance), and `Type` (the specific type of accelerator)."],["The class offers two constructors: a default constructor and one that accepts another `SetInstanceAcceleratorRequest` object as a parameter."],["This reference documentation also lists versions of `SetInstanceAcceleratorRequest`, from version 1.0.0-beta04 up to the latest version 2.5.0, and is applicable to the `Google.Cloud.Notebooks.V1` namespace."]]],[]]