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 document provides reference information for the `SetInstanceAcceleratorRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.2.0."],["`SetInstanceAcceleratorRequest` is used to request the setting of an instance accelerator and inherits from `Object`, while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes constructors to create an instance with no arguments or to create an instance using another `SetInstanceAcceleratorRequest` as a template."],["The class contains properties such as `CoreCount`, `Name`, and `Type`, which are used to define the number of cores, the resource name of the instance, and the type of the accelerator, respectively."],["This documentation also includes information on valid combinations of accelerator types and core counts."]]],[]]