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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides details for the `SetInstanceAcceleratorRequest` class within the `Google.Cloud.Notebooks.V1Beta1` namespace, specifically for version 1.0.0-beta04 of the Google Cloud Notebooks library."],["The `SetInstanceAcceleratorRequest` class is used to request setting the instance accelerator and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one being a default and the other accepting another `SetInstanceAcceleratorRequest` object as a parameter, used for copying the object's properties."],["It includes properties such as `CoreCount` (specifying the number of accelerator cores), `Name` (defining the format for instance identification), and `Type` (indicating the type of accelerator being used)."],["The document also lists the inherited members of the class from the base Object class, along with the specific namespace and assembly information."]]],[]]