public sealed class Task.Types.InfrastructureSpec.Types.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 and properties."],["The latest version of this documentation is for version 3.6.0, and there are links to access previous versions dating back to version 1.0.0 of this class."],["The `BatchComputeResources` class is used to define the compute resources for batch tasks and it inherits and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `BatchComputeResources` class include `ExecutorsCount` to set the total number of executors for the job (between 2 and 100), and `MaxExecutorsCount` which sets the maximum number of executors (between 2 and 1000) and enables auto-scaling."],["The documentation provides both a parameterised constructor, as well as a default no-parameter constructor to facilitate the creation of a `BatchComputeResources` object."]]],[]]