modelParameters property
The parameters that govern the predictions.
The schema of the parameters may be specified via the Model's PredictSchemata's parameters_schema_uri.
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.Object? modelParameters;