instances property

List<Value> instances
final

Optional. 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.

Implementation

final List<protobuf.Value> instances;