Very strange, i have been running batch jobs without any problems using the same code to generate the jsonl files that I have used for months. The jobs are now failing with this error:
- The column or property "generationConfig" in the specified input data is of unsupported type. Supported types for this column are: [STRING, INTEGER, FLOAT, BOOLEAN, TIMESTAMP, DATE, DATETIME, NUMERIC].
This looks fine to me and is the same format that has been working for months.
"generationConfig": {"temperature": 0.8, "maxOut
putTokens": 4096}
Anybody else have problems? Did something change?