We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d2992 commit a26c64dCopy full SHA for a26c64d
ai-platform/snippets/test/predict-image-classification.test.js
@@ -31,7 +31,8 @@ const endpointId = '71213169107795968';
31
const project = process.env.CAIP_PROJECT_ID;
32
const location = 'us-central1';
33
34
-describe('AI platform predict image classification', () => {
+describe('AI platform predict image classification', async function () {
35
+ this.retries(2);
36
it('should make predictions using the image classification model', async () => {
37
const stdout = execSync(
38
`node ./predict-image-classification.js ${local_file} ${endpointId} ${project} ${location}`
0 commit comments