Class TestResults.Builder

All Implemented Interfaces:
Message.Builder, MessageLite.Builder, MessageLiteOrBuilder, MessageOrBuilder, Cloneable, TestResultsOrBuilder
Enclosing class:
TestResults

public static final class TestResults.Builder extends GeneratedMessageV3.Builder<TestResults.Builder> implements TestResultsOrBuilder
The output of one benchmark / test run.  Each run contains a list of
tests or benchmarks, stored as BenchmarkEntry messages.
This message should be emitted by the reporter (which runs the
test / BM in a subprocess and then reads the emitted BenchmarkEntry messages;
usually from a serialized json file, finally collecting them along
with additional information about the test run.
Protobuf type tensorflow.TestResults