Skip to content

Commit

Permalink
Update SDK code an_vi_0
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk committed Sep 2, 2024
1 parent 3372389 commit a591f05
Show file tree
Hide file tree
Showing 635 changed files with 20,554 additions and 902 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ public final class MultivariateAsyncClient {
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @return detection results for the resultId value along with {@link Response} on successful completion of
* @return multivariate Anomaly Detection Result
*
* For asynchronous inference, get a multivariate anomaly detection result based on the
* resultId value that the BatchDetectAnomaly API returns along with {@link Response} on successful completion of
* {@link Mono}.
*/
@Generated
Expand Down Expand Up @@ -425,7 +428,9 @@ public Mono<Response<Void>> deleteMultivariateModelWithResponse(String modelId,
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @return detailed information about the multivariate model, including the training status
* @return multivariate Model
*
* Get detailed information about the multivariate model, including the training status
* and variables used in the model along with {@link Response} on successful completion of {@link Mono}.
*/
@Generated
Expand Down Expand Up @@ -625,7 +630,10 @@ public Mono<Response<BinaryData>> detectMultivariateLastAnomalyWithResponse(Stri
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return detection results for the resultId value on successful completion of {@link Mono}.
* @return multivariate Anomaly Detection Result
*
* For asynchronous inference, get a multivariate anomaly detection result based on the
* resultId value that the BatchDetectAnomaly API returns on successful completion of {@link Mono}.
*/
@Generated
@ServiceMethod(returns = ReturnType.SINGLE)
Expand Down Expand Up @@ -781,7 +789,9 @@ public Mono<Void> deleteMultivariateModel(String modelId) {
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return detailed information about the multivariate model, including the training status
* @return multivariate Model
*
* Get detailed information about the multivariate model, including the training status
* and variables used in the model on successful completion of {@link Mono}.
*/
@Generated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ public final class MultivariateClient {
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @return detection results for the resultId value along with {@link Response}.
* @return multivariate Anomaly Detection Result
*
* For asynchronous inference, get a multivariate anomaly detection result based on the
* resultId value that the BatchDetectAnomaly API returns along with {@link Response}.
*/
@Generated
@ServiceMethod(returns = ReturnType.SINGLE)
Expand Down Expand Up @@ -418,7 +421,9 @@ public Response<Void> deleteMultivariateModelWithResponse(String modelId, Reques
* @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @return detailed information about the multivariate model, including the training status
* @return multivariate Model
*
* Get detailed information about the multivariate model, including the training status
* and variables used in the model along with {@link Response}.
*/
@Generated
Expand Down Expand Up @@ -617,7 +622,10 @@ public Response<BinaryData> detectMultivariateLastAnomalyWithResponse(String mod
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return detection results for the resultId value.
* @return multivariate Anomaly Detection Result
*
* For asynchronous inference, get a multivariate anomaly detection result based on the
* resultId value that the BatchDetectAnomaly API returns.
*/
@Generated
@ServiceMethod(returns = ReturnType.SINGLE)
Expand Down Expand Up @@ -747,7 +755,9 @@ public void deleteMultivariateModel(String modelId) {
* @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
* @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return detailed information about the multivariate model, including the training status
* @return multivariate Model
*
* Get detailed information about the multivariate model, including the training status
* and variables used in the model.
*/
@Generated
Expand Down
Loading

0 comments on commit a591f05

Please sign in to comment.