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