public sealed class JobStatus.Types.TaskGroupStatus : IMessage<JobStatus.Types.TaskGroupStatus>, IEquatable<JobStatus.Types.TaskGroupStatus>, IDeepCloneable<JobStatus.Types.TaskGroupStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Batch v1alpha API class JobStatus.Types.TaskGroupStatus.
[[["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."],[[["This documentation details the `JobStatus.Types.TaskGroupStatus` class within the Batch v1alpha API, which provides aggregated task status information for a `TaskGroup`."],["The `TaskGroupStatus` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It offers a `Counts` property, which is a map of task state names to their corresponding counts within the `TaskGroup`."],["The `Instances` property, another feature, provides a `RepeatedField` with detailed status information for instances allocated to the `TaskGroup`."],["Two constructors are provided for the class; a parameterless one and one that takes another `TaskGroupStatus` instance as an argument."]]],[]]