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-04-02 UTC."],[[["This webpage provides documentation for the `BatchComputeResources` class within the Google Cloud Dataplex v1 API, specifically in the context of task infrastructure specifications, with the current version being 3.2.0."],["The `BatchComputeResources` class is used to define the resources for batch compute tasks, and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available is 3.6.0, and this page also contains links to previous versions ranging from 3.5.0 down to 1.0.0."],["The class includes properties such as `ExecutorsCount` (with a default of 2 and a range between 2-100) and `MaxExecutorsCount` (with a default of 1000 and a range between 2-1000) for configuring job executor resources."],["The class offers two constructors, one being a default empty constructor, and the other a copy constructor to create a duplicate based on a pre existing `BatchComputeResources` instance."]]],[]]