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 webpage provides reference documentation for the `DriverSchedulingConfig` class within the Google Cloud Dataproc v1 API, with the current page detailing version 5.8.0."],["The `DriverSchedulingConfig` class is used for configuring driver scheduling in Dataproc and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available documentation for previous versions of `DriverSchedulingConfig`, as well as the latest version, 5.17.0, allowing for version-specific reference."],["The `DriverSchedulingConfig` class has two properties, `MemoryMb` and `Vcores`, both of which are integers that are required when configuring the driver, respectively representing the amount of memory and the number of vCPUs requested."],["The page details 2 constructors for `DriverSchedulingConfig`, one public constructor without any parameters and another public constructor that takes in another `DriverSchedulingConfig` instance."]]],[]]