PDE • Practice Test 8
Free PDE practice test — 10 questions with explanations. Set 8. No signup required.
What is the most likely cause of this error?
Refer to the exhibit. ```yaml # config.yaml for Vertex AI Batch Prediction project: my-project modelId: '123456789' instancesFormat: jsonl predictionsFormat: jsonl outputBigQueryTable: my-dataset.predictions machineType: n1-standard-4 batchSize: 64 maxWorkerCount: 10 ``` The batch prediction job completed with the following error: "INVALID_ARGUMENT: The model expects input of shape (-1, 224, 224, 3) but received input of shape (1, 224, 224, 3)."