Class: Google::Cloud::Batch::V1::JobStatus::TaskGroupStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::JobStatus::TaskGroupStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/job.rb
Overview
Aggregated task status for a TaskGroup.
Defined Under Namespace
Classes: CountsEntry
Instance Attribute Summary collapse
-
#counts ⇒ ::Google::Protobuf::Map{::String => ::Integer}
Count of task in each state in the TaskGroup.
-
#instances ⇒ ::Array<::Google::Cloud::Batch::V1::JobStatus::InstanceStatus>
Status of instances allocated for the TaskGroup.
Instance Attribute Details
#counts ⇒ ::Google::Protobuf::Map{::String => ::Integer}
Returns Count of task in each state in the TaskGroup. The map key is task state name.
157 158 159 160 161 162 163 164 165 166 167 168 169 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 157 class TaskGroupStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Integer] class CountsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#instances ⇒ ::Array<::Google::Cloud::Batch::V1::JobStatus::InstanceStatus>
Returns Status of instances allocated for the TaskGroup.
157 158 159 160 161 162 163 164 165 166 167 168 169 |
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 157 class TaskGroupStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Integer] class CountsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |