Batch V1 API - Class Google::Cloud::Batch::V1::JobStatus::TaskGroupStatus (v0.4.0)

Reference documentation and code samples for the Batch V1 API class Google::Cloud::Batch::V1::JobStatus::TaskGroupStatus.

Aggregated task status for a TaskGroup.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#counts

def counts() -> ::Google::Protobuf::Map{::String => ::Integer}
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — Count of task in each state in the TaskGroup. The map key is task state name.

#counts=

def counts=(value) -> ::Google::Protobuf::Map{::String => ::Integer}
Parameter
  • value (::Google::Protobuf::Map{::String => ::Integer}) — Count of task in each state in the TaskGroup. The map key is task state name.
Returns
  • (::Google::Protobuf::Map{::String => ::Integer}) — Count of task in each state in the TaskGroup. The map key is task state name.

#instances

def instances() -> ::Array<::Google::Cloud::Batch::V1::JobStatus::InstanceStatus>
Returns

#instances=

def instances=(value) -> ::Array<::Google::Cloud::Batch::V1::JobStatus::InstanceStatus>
Parameter
Returns