Class CoordinationConfig.CoordinatedJob

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, CoordinationConfig.CoordinatedJobOrBuilder
Enclosing class:
CoordinationConfig

public static final class CoordinationConfig.CoordinatedJob extends GeneratedMessageV3 implements CoordinationConfig.CoordinatedJobOrBuilder
Represents a job type and the number of tasks under this job.
For example, ("worker", 20) implies that there will be 20 worker tasks.
Protobuf type tensorflow.CoordinatedJob
See Also: