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 version 2.3.0."],["The `SetInstanceAcceleratorRequest` class is used to request the setting of an instance accelerator, inheriting from `object` and implementing several interfaces like `IMessage` and `IEquatable`."],["The class contains constructors to create instances, either default or by cloning from another `SetInstanceAcceleratorRequest` object."],["It includes properties to define the accelerator, such as `CoreCount` (the number of cores), `Name` (the instance identifier in a specific format), and `Type` (the type of accelerator)."],["The documentation shows that version 2.5.0 is the latest and other previous versions are available, going all the way back to 1.0.0-beta04."]]],[]]