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-01 UTC."],[[["The latest version of the Google.Cloud.Dataplex.V1 API for .NET is 3.6.0, and this page provides access to documentation for versions ranging from 1.0.0 to 3.6.0."],["This documentation page pertains specifically to the `Task.Types.InfrastructureSpec.Types.BatchComputeResources` class within the Cloud Dataplex v1 API."],["The `BatchComputeResources` class is used to define the batch compute resources associated with a task in Cloud Dataplex and it implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class allows configuration of the total number of job executors, which defaults to 2 and can range between 2 and 100 via the `ExecutorsCount` property."],["The class also offers the ability to enable auto-scaling for job executors by setting `MaxExecutorsCount` to be greater than `ExecutorsCount`, with a default of 1000 and a range between 2 and 1000."]]],[]]