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 documentation for the `DriverSchedulingConfig` class within the Google Cloud Dataproc v1 API, specifically in the .NET environment."],["The `DriverSchedulingConfig` class is used to define the configuration for driver scheduling, including memory and vCPU requests."],["The page lists available versions of the API from 3.1.0 to the latest version of 5.17.0, with each version being hyperlinked, allowing for easy navigation to different versions."],["This class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, indicating its capabilities and structure within the API."],["The `DriverSchedulingConfig` class has two key properties, `MemoryMb` and `Vcores`, which are both required `int` properties representing memory in megabytes and the number of vCPUs, respectively."]]],[]]