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-04-01 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."]]],[]]