Skip to content

Commit

Permalink
rename get multivariate batch result
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinaperalta committed Nov 16, 2022
1 parent ed06853 commit b5a9a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For asynchronous inference, get multivariate anomaly detection result based on
resultId returned by the BatchDetectAnomaly api.
""")
// To improve CADL implementation apply: https://github.com/Azure/azure-rest-api-specs/issues/21527
op GetBatchDetectionResult(
op GetMultivariateBatchDetectionResult(
@format("uuid")
@path resultId: string,
): DetectionResult | ResponseError;
Expand Down

0 comments on commit b5a9a1a

Please sign in to comment.