Skip to content

Commit 438ba1c

Browse files
authored
Merge branch 'main' into task/decommission-vertexai-tags-part2
2 parents 773b40d + 906e305 commit 438ba1c

5 files changed

Lines changed: 2 additions & 380 deletions

ai-platform/snippets/create-batch-prediction-job-video-classification.js

Lines changed: 0 additions & 108 deletions
This file was deleted.

ai-platform/snippets/create-batch-prediction-job-video-object-tracking.js

Lines changed: 0 additions & 104 deletions
This file was deleted.

ai-platform/snippets/test/create-batch-prediction-job-video-classification.test.js

Lines changed: 0 additions & 83 deletions
This file was deleted.

ai-platform/snippets/test/create-batch-prediction-job-video-object-tracking.test.js

Lines changed: 0 additions & 83 deletions
This file was deleted.

security-center/snippets/v1/listFindingsAtTime.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
/** Demonstrates listing findings at a point in time. */
1717
function main(sourceName = 'FULL RESOURCE PATH TO PARENT SOURCE') {
18-
// [START securitycenter_list_findings_at_time]
18+
// [START securitycenter_list_findings_within_time_range]
1919
// Imports the Google Cloud client library.
2020
const {SecurityCenterClient} = require('@google-cloud/security-center');
2121

@@ -48,7 +48,7 @@ function main(sourceName = 'FULL RESOURCE PATH TO PARENT SOURCE') {
4848
);
4949
}
5050
listFindingsAtTime();
51-
// [END securitycenter_list_findings_at_time]
51+
// [END securitycenter_list_findings_within_time_range]
5252
}
5353

5454
main(...process.argv.slice(2));

0 commit comments

Comments
 (0)