parameters property
A parameters object to be included in each inference request.
The parameters object is combined with the data field of the Pub/Sub message to form the inference request.
Optional.
The values for Object must be JSON objects. It can consist of num,
String, bool and null as well as Map and List values.
Implementation
core.Map<core.String, core.Object?>? parameters;