Instance data used to populate placeholders in a metric prompt template.
dataUnion type
Supported formats for instance data. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response:
textstring
Text data.
List of Gemini content data.
End of mutually exclusive fields.
| JSON representation |
|---|
{
// data
"text": string,
"contents": {
object ( |