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, methods, and inheritance."],["The class `BatchComputeResources` represents the compute resources used for batch tasks in the Dataplex API and has several versions available, ranging from 1.0.0 to the latest 3.6.0, which are accessible via direct links."],["`BatchComputeResources` inherits from the `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities such as message handling, equality checking, deep cloning, and buffered message support."],["The `BatchComputeResources` class includes properties such as `ExecutorsCount` and `MaxExecutorsCount`, which allow configuration of the number of job executors, including options for auto-scaling, with specific limits detailed in the documentation."],["The namespace for the class is `Google.Cloud.Dataplex.V1`, and it is part of the `Google.Cloud.Dataplex.V1.dll` assembly, with constructor options to either create a default instance or a copy from an existing `BatchComputeResources` object."]]],[]]