Interface StreamDirectRawPredictResponseOrBuilder (3.42.0)

public interface StreamDirectRawPredictResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutput()

public abstract ByteString getOutput()

The prediction output.

bytes output = 1;

Returns
TypeDescription
ByteString

The output.