Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable.

Abort.Options

public static class Abort.Options

Optional attributes for Abort

Public Methods

Abort.Options
errorMsg(String errorMsg)
Abort.Options
exitWithoutError(Boolean exitWithoutError)

Inherited Methods

Public Methods

public Abort.Options errorMsg (String errorMsg)

Parameters
errorMsg A string which is the message associated with the exception.

public Abort.Options exitWithoutError (Boolean exitWithoutError)