public sealed class AutoscalingConfig : IMessage<AutoscalingConfig>, IEquatable<AutoscalingConfig>, IDeepCloneable<AutoscalingConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class AutoscalingConfig.
Autoscaling Policy config associated with the cluster.
[[["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."],[[["The page provides reference documentation for the `AutoscalingConfig` class within the Google Cloud Dataproc V1 API, specifically for version 5.4.0, with links to other versions."],["`AutoscalingConfig` is used to define the autoscaling policy associated with a Dataproc cluster, which can dynamically adjust the size of the cluster based on workload demands."],["The `AutoscalingConfig` class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `PolicyUri` property, which specifies the autoscaling policy used by the cluster and must be in the same project and Dataproc region."],["It has two constructors, one that is empty and another one that takes in a `AutoscalingConfig` object."]]],[]]