@@ -1567,6 +1567,8 @@ public void createBatchPredictionJobTest() throws Exception {
1567
1567
.putAllLabels (new HashMap <String , String >())
1568
1568
.setEncryptionSpec (EncryptionSpec .newBuilder ().build ())
1569
1569
.setModelMonitoringConfig (ModelMonitoringConfig .newBuilder ().build ())
1570
+ .addAllModelMonitoringStatsAnomalies (new ArrayList <ModelMonitoringStatsAnomalies >())
1571
+ .setModelMonitoringStatus (Status .newBuilder ().build ())
1570
1572
.build ();
1571
1573
mockJobService .addResponse (expectedResponse );
1572
1574
@@ -1636,6 +1638,8 @@ public void createBatchPredictionJobTest2() throws Exception {
1636
1638
.putAllLabels (new HashMap <String , String >())
1637
1639
.setEncryptionSpec (EncryptionSpec .newBuilder ().build ())
1638
1640
.setModelMonitoringConfig (ModelMonitoringConfig .newBuilder ().build ())
1641
+ .addAllModelMonitoringStatsAnomalies (new ArrayList <ModelMonitoringStatsAnomalies >())
1642
+ .setModelMonitoringStatus (Status .newBuilder ().build ())
1639
1643
.build ();
1640
1644
mockJobService .addResponse (expectedResponse );
1641
1645
@@ -1705,6 +1709,8 @@ public void getBatchPredictionJobTest() throws Exception {
1705
1709
.putAllLabels (new HashMap <String , String >())
1706
1710
.setEncryptionSpec (EncryptionSpec .newBuilder ().build ())
1707
1711
.setModelMonitoringConfig (ModelMonitoringConfig .newBuilder ().build ())
1712
+ .addAllModelMonitoringStatsAnomalies (new ArrayList <ModelMonitoringStatsAnomalies >())
1713
+ .setModelMonitoringStatus (Status .newBuilder ().build ())
1708
1714
.build ();
1709
1715
mockJobService .addResponse (expectedResponse );
1710
1716
@@ -1773,6 +1779,8 @@ public void getBatchPredictionJobTest2() throws Exception {
1773
1779
.putAllLabels (new HashMap <String , String >())
1774
1780
.setEncryptionSpec (EncryptionSpec .newBuilder ().build ())
1775
1781
.setModelMonitoringConfig (ModelMonitoringConfig .newBuilder ().build ())
1782
+ .addAllModelMonitoringStatsAnomalies (new ArrayList <ModelMonitoringStatsAnomalies >())
1783
+ .setModelMonitoringStatus (Status .newBuilder ().build ())
1776
1784
.build ();
1777
1785
mockJobService .addResponse (expectedResponse );
1778
1786
0 commit comments