public sealed class AcceleratorConfig : IMessage<Instance.Types.AcceleratorConfig>, IEquatable<Instance.Types.AcceleratorConfig>, IDeepCloneable<Instance.Types.AcceleratorConfig>, IBufferMessage, IMessage
Definition of a hardware 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 documentation defines `AcceleratorConfig`, a class representing the configuration of a hardware accelerator within the Google Cloud Notebooks V1Beta1 API."],["The `AcceleratorConfig` class includes properties for `CoreCount`, indicating the number of accelerator cores, and `Type`, specifying the accelerator type, both of which are crucial for hardware setup."],["The class inherits from base types such as Object, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which deal with data processing and structural compatibility."],["There are two constructors available for the `AcceleratorConfig` class: a default constructor and one that takes another `AcceleratorConfig` instance as a parameter."],["The provided API documentation is part of the `Google.Cloud.Notebooks.V1Beta1` namespace, and is available within the `Google.Cloud.Notebooks.V1Beta1.dll` assembly, indicating its location and integration within a larger ecosystem."]]],[]]