instances property
The instances that are the input to token computing API call.
Schema is identical to the prediction schema of the text model, even for the non-text models, like chat models, or Codey models.
Required.
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.List<core.Object?>? instances;