Skip to content

Commit bc0b326

Browse files
jr-MSsrnagar
andauthored
Update AnomalyDetectorClient.java (Azure#29064)
* Update AnomalyDetectorClient.java * Update sdk/anomalydetector/azure-ai-anomalydetector/src/main/java/com/azure/ai/anomalydetector/AnomalyDetectorClient.java Co-authored-by: Srikanta <[email protected]> * Update sdk/anomalydetector/azure-ai-anomalydetector/src/main/java/com/azure/ai/anomalydetector/AnomalyDetectorClient.java Co-authored-by: Srikanta <[email protected]>
1 parent 154868d commit bc0b326

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/anomalydetector/azure-ai-anomalydetector/src/main/java/com/azure/ai/anomalydetector/AnomalyDetectorClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ public Response<EntireDetectResponse> detectEntireSeriesWithResponse(DetectReque
7979
}
8080

8181
/**
82-
* This operation generates a model using points before the latest one. With this method, only historical points are
83-
* used to determine whether the target point is an anomaly. The latest point detecting operation matches the
82+
* This operation generates a model using the data points that you sent to the API, and based on all data
83+
* to determine whether the last point is anomalous. The latest point detecting operation matches the
8484
* scenario of real-time monitoring of business metrics.
8585
*
8686
* @param body Time series points and period if needed. Advanced model parameters can also be set in the request.
@@ -95,8 +95,8 @@ public LastDetectResponse detectLastPoint(DetectRequest body) {
9595
}
9696

9797
/**
98-
* This operation generates a model using points before the latest one. With this method, only historical points are
99-
* used to determine whether the target point is an anomaly. The latest point detecting operation matches the
98+
* This operation generates a model using the data points that you sent to the API, and based on all data
99+
* to determine whether the last point is anomalous. The latest point detecting operation matches the
100100
* scenario of real-time monitoring of business metrics.
101101
*
102102
* @param body Time series points and period if needed. Advanced model parameters can also be set in the request.

0 commit comments

Comments
 (0)