public sealed class SetInstanceAcceleratorRequest : IMessage<SetInstanceAcceleratorRequest>, IEquatable<SetInstanceAcceleratorRequest>, IDeepCloneable<SetInstanceAcceleratorRequest>, IBufferMessage, IMessage
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."],[[["The `SetInstanceAcceleratorRequest` class is used to request the setting of an instance accelerator within the Google Cloud Notebooks V1 API, available in multiple versions, with version 2.5.0 being the most recent release."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling, equality comparisons, deep cloning, and buffer-based communication."],["The class has two constructors, one default and one that takes another `SetInstanceAcceleratorRequest` instance as a parameter for potential copying."],["It contains three key properties: `CoreCount` (representing the number of cores), `Name` (the fully qualified name of the instance), and `Type` (the type of the accelerator), all of which are required for setting an instance accelerator."],["The `SetInstanceAcceleratorRequest` is located within the `Google.Cloud.Notebooks.V1` namespace and is part of the `Google.Cloud.Notebooks.V1.dll` assembly, detailing the organizational structure of the API within the Dotnet environment."]]],[]]