Interface CheckTrialEarlyStoppingStateResponseOrBuilder (3.15.0)

See more code actions.
public interface CheckTrialEarlyStoppingStateResponseOrBuilder extends MessageOrBuilder
MessageOrBuilder

getShouldStop()

public abstract boolean getShouldStop()

True if the Trial should stop.

bool should_stop = 1;

Returns
TypeDescription
boolean

The shouldStop.