StreamDirectRawPredictRequest constructor
StreamDirectRawPredictRequest({})
Implementation
StreamDirectRawPredictRequest({
required this.endpoint,
this.methodName = '',
Uint8List? input,
}) : input = input ?? Uint8List(0),
super(fullyQualifiedName);