public sealed class DriverSchedulingConfig : IMessage<DriverSchedulingConfig>, IEquatable<DriverSchedulingConfig>, IDeepCloneable<DriverSchedulingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class DriverSchedulingConfig.
[[["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 page provides documentation for the `DriverSchedulingConfig` class within the Google Cloud Dataproc v1 API, specifically within the .NET library."],["The `DriverSchedulingConfig` class is used to configure driver scheduling for Dataproc clusters, and it is included in version 5.6.0 and all subsequent releases, up to the latest version 5.17.0, including many other releases between."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `object` class."],["The `DriverSchedulingConfig` class contains two primary properties: `MemoryMb`, specifying the requested memory for the driver in MB, and `Vcores`, which specifies the requested number of vCPUs."],["The page also provides the namespace (`Google.Cloud.Dataproc.V1`), the assembly (`Google.Cloud.Dataproc.V1.dll`), and the constructors available for the `DriverSchedulingConfig` class."]]],[]]