instances property

List<Object?>? instances
getter/setter pair

The instances that are the input to token counting call.

Schema is identical to the prediction schema of the underlying model.

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;