public sealed class BatchComputeResources : IMessage<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IEquatable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Task.Types.InfrastructureSpec.Types.BatchComputeResources.
Optional. Max configurable executors.
If max_executors_count > executors_count, then auto-scaling is enabled.
Max Executor Count should be between 2 and 1000. [Default=1000]
[[["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-25 UTC."],[[["This webpage provides documentation for the `BatchComputeResources` class within the Google Cloud Dataplex V1 API, specifically detailing its structure, constructors, and properties."],["The latest version of the API documentation is version 3.6.0, with a wide range of previous versions listed, from 1.0.0 to 3.5.0."],["`BatchComputeResources` is a class used to configure compute resources for batch tasks and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `ExecutorsCount` and `MaxExecutorsCount`, which are used to define the total number of executors and the maximum number of configurable executors, respectively, within a specified range."],["This documentation is part of the .NET reference for Google Cloud Dataplex V1, which includes detailed descriptions and the inheritance structure of the `BatchComputeResources` class, as well as links to related classes and methods."]]],[]]