ShardResponse

data class ShardResponse(val numShards: Int, val shardIndex: Int, val testTargetsForShard: TestTargetsForShardResponse)

Output only. Details about the shard.

Constructors

Link copied to clipboard
fun ShardResponse(numShards: Int, shardIndex: Int, testTargetsForShard: TestTargetsForShardResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of shards.

Link copied to clipboard

The index of the shard among all the shards.

Link copied to clipboard

Test targets for each shard. Only set for manual sharding.