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 reference documentation for the `DriverSchedulingConfig` class within the Google Cloud Dataproc v1 API, detailing its usage across various versions."],["The latest version available for `DriverSchedulingConfig` is 5.17.0, with links to documentation for numerous earlier versions, from 5.16.0 down to 3.1.0."],["The `DriverSchedulingConfig` class allows configuration of driver scheduling settings, and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two key properties, `MemoryMb`, which specifies the memory requested by the driver in MB, and `Vcores`, specifying the number of vCPUs requested by the driver."],["The class provides two constructor overloads, one default and one that takes in another `DriverSchedulingConfig` object."]]],[]]