public sealed class BatchComputeResources : IMessage<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IEquatable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IBufferMessage, IMessage
[[["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-09 UTC."],[[["This webpage provides documentation for the `BatchComputeResources` class within the `Google.Cloud.Dataplex.V1` namespace in the .NET environment, covering multiple versions."],["The latest version of `BatchComputeResources` documented is 3.6.0, with historical versions going back to 1.0.0, allowing users to access documentation specific to each release."],["`BatchComputeResources` is used to manage the computing resources associated with batch tasks and implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another that copies another `BatchComputeResources` instance."],["The class includes properties like `ExecutorsCount` and `MaxExecutorsCount`, which control the number of executors for batch tasks, with the latter enabling autoscaling if set higher than `ExecutorsCount`."]]],[]]