Interface CheckTrialEarlyStoppingStateResponseOrBuilder (3.44.0)

public interface CheckTrialEarlyStoppingStateResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getShouldStop()

public abstract boolean getShouldStop()

True if the Trial should stop.

bool should_stop = 1;

Returns
Type Description
boolean

The shouldStop.