public sealed class Instance.Types.AcceleratorConfig : IMessage<Instance.Types.AcceleratorConfig>, IEquatable<Instance.Types.AcceleratorConfig>, IDeepCloneable<Instance.Types.AcceleratorConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class Instance.Types.AcceleratorConfig.
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 document provides reference documentation for the `Instance.Types.AcceleratorConfig` class within the AI Platform Notebooks v1beta1 API, used to define a hardware accelerator's configuration."],["The `Instance.Types.AcceleratorConfig` class is part of the `Google.Cloud.Notebooks.V1Beta1` namespace and is found in the `Google.Cloud.Notebooks.V1Beta1.dll` assembly."],["Valid combinations of accelerator `type` and `core_count` should be verified using the \"GPUs on Compute Engine\" resource, as not all combinations are supported, and TPUs are not supported."],["The class offers constructors for creating new `AcceleratorConfig` instances, including one that allows for cloning from an existing `AcceleratorConfig` instance."],["The properties `CoreCount` and `Type` are available to define and get the count of accelerator cores and type respectively, while the class also implements multiple interfaces, such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]