diff --git a/sdk/cognitiveservices/azure-cognitiveservices-MultidimensionalRootCauseAnalysis/CHANGELOG.md b/sdk/cognitiveservices/azure-cognitiveservices-MultidimensionalRootCauseAnalysis/CHANGELOG.md
new file mode 100644
index 000000000000..5350cdc0924f
--- /dev/null
+++ b/sdk/cognitiveservices/azure-cognitiveservices-MultidimensionalRootCauseAnalysis/CHANGELOG.md
@@ -0,0 +1,13 @@
+# Release History
+
+## 1.0.0-beta.1 (Unreleased)
+
+- Azure AnomalyDetectorClient client library for Java. This package contains Microsoft Azure AnomalyDetectorClient client library.
+
+### Features Added
+
+### Breaking Changes
+
+### Bugs Fixed
+
+### Other Changes
diff --git a/sdk/cognitiveservices/azure-cognitiveservices-MultidimensionalRootCauseAnalysis/README.md b/sdk/cognitiveservices/azure-cognitiveservices-MultidimensionalRootCauseAnalysis/README.md
new file mode 100644
index 000000000000..8e3559ac2c04
--- /dev/null
+++ b/sdk/cognitiveservices/azure-cognitiveservices-MultidimensionalRootCauseAnalysis/README.md
@@ -0,0 +1,63 @@
+# Azure AnomalyDetectorClient client library for Java
+
+Azure AnomalyDetectorClient client library for Java.
+
+This package contains Microsoft Azure AnomalyDetectorClient client library.
+
+## Documentation
+
+Various documentation is available to help you get started
+
+- [API reference documentation][docs]
+- [Product documentation][product_documentation]
+
+## Getting started
+
+### Prerequisites
+
+- [Java Development Kit (JDK)][jdk] with version 8 or above
+- [Azure Subscription][azure_subscription]
+
+### Adding the package to your product
+
+[//]: # ({x-version-update-start;com.azure:azure-cognitiveservices-multidimensionalrootcauseanalysis;current})
+```xml
+
Request Body Schema + * + *
{@code
+ * {
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Multidimensional root cause analysis data set name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxResponse Body Schema + * + *
{@code
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return a multidimensional root cause analysis data set by its id.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * value: [
+ * {
+ * partitionIdentity: String
+ * timestamp: String
+ * data: [
+ * [
+ * Object
+ * ]
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data to be deleted |
| endDateTime | String | No | End time of data to be deleted |
| partitionIdentity | String | No | Partition identity of the data to be deleted |
Query Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data |
| endDateTime | String | No | End time of data |
| partitionIdentity | String | No | Partition identity of data |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * partitionIdentity: String
+ * dataSize: int
+ * timestamp: String
+ * createdDateTime: String
+ * lastUploadedDateTime: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter instance by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return instance list for multidimensional RCA.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxResponse Body Schema + * + *
{@code
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter model by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxResponse Body Schema + * + *
{@code
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * inferenceId: String
+ * instanceId: String
+ * modelId: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * result: {
+ * rootCauses: [
+ * {
+ * dimension: {
+ * String: String
+ * }
+ * score: double
+ * measures: [
+ * {
+ * dataSetId: String
+ * name: String
+ * trendType: String(rise/drop)
+ * contributionScore: double
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param inferenceId Inference unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Multidimensional root cause analysis data set name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema + * + *
{@code
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return a multidimensional root cause analysis data set by its id.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema + * + *
{@code
+ * {
+ * value: [
+ * {
+ * partitionIdentity: String
+ * timestamp: String
+ * data: [
+ * [
+ * Object
+ * ]
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data to be deleted |
| endDateTime | String | No | End time of data to be deleted |
| partitionIdentity | String | No | Partition identity of the data to be deleted |
Query Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data |
| endDateTime | String | No | End time of data |
| partitionIdentity | String | No | Partition identity of data |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * partitionIdentity: String
+ * dataSize: int
+ * timestamp: String
+ * createdDateTime: String
+ * lastUploadedDateTime: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter instance by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return instance list for multidimensional RCA.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema + * + *
{@code
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter model by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema + * + *
{@code
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema + * + *
{@code
+ * {
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseResponse Body Schema + * + *
{@code
+ * {
+ * inferenceId: String
+ * instanceId: String
+ * modelId: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * result: {
+ * rootCauses: [
+ * {
+ * dimension: {
+ * String: String
+ * }
+ * score: double
+ * measures: [
+ * {
+ * dataSetId: String
+ * name: String
+ * trendType: String(rise/drop)
+ * contributionScore: double
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param inferenceId Inference unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @Generated
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Multidimensional root cause analysis data set name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Multidimensional root cause analysis data set name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Multidimensional root cause analysis data set name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Multidimensional root cause analysis data set name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Multidimensional root cause analysis data set name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema + * + *
{@code
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return a multidimensional root cause analysis data set by its id.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return a multidimensional root cause analysis data set by its id.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return a multidimensional root cause analysis data set by its id.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema + * + *
{@code
+ * {
+ * value: [
+ * {
+ * partitionIdentity: String
+ * timestamp: String
+ * data: [
+ * [
+ * Object
+ * ]
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * value: [
+ * {
+ * partitionIdentity: String
+ * timestamp: String
+ * data: [
+ * [
+ * Object
+ * ]
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * value: [
+ * {
+ * partitionIdentity: String
+ * timestamp: String
+ * data: [
+ * [
+ * Object
+ * ]
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data to be deleted |
| endDateTime | String | No | End time of data to be deleted |
| partitionIdentity | String | No | Partition identity of the data to be deleted |
Query Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data to be deleted |
| endDateTime | String | No | End time of data to be deleted |
| partitionIdentity | String | No | Partition identity of the data to be deleted |
Query Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data to be deleted |
| endDateTime | String | No | End time of data to be deleted |
| partitionIdentity | String | No | Partition identity of the data to be deleted |
Query Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data |
| endDateTime | String | No | End time of data |
| partitionIdentity | String | No | Partition identity of data |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * partitionIdentity: String
+ * dataSize: int
+ * timestamp: String
+ * createdDateTime: String
+ * lastUploadedDateTime: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data |
| endDateTime | String | No | End time of data |
| partitionIdentity | String | No | Partition identity of data |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * partitionIdentity: String
+ * dataSize: int
+ * timestamp: String
+ * createdDateTime: String
+ * lastUploadedDateTime: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data |
| endDateTime | String | No | End time of data |
| partitionIdentity | String | No | Partition identity of data |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * partitionIdentity: String
+ * dataSize: int
+ * timestamp: String
+ * createdDateTime: String
+ * lastUploadedDateTime: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data |
| endDateTime | String | No | End time of data |
| partitionIdentity | String | No | Partition identity of data |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * partitionIdentity: String
+ * dataSize: int
+ * timestamp: String
+ * createdDateTime: String
+ * lastUploadedDateTime: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| startDateTime | String | No | Start time of data |
| endDateTime | String | No | End time of data |
| partitionIdentity | String | No | Partition identity of data |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * partitionIdentity: String
+ * dataSize: int
+ * timestamp: String
+ * createdDateTime: String
+ * lastUploadedDateTime: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param dataSetId The multidimensional root cause analysis data set unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter instance by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return instance list for multidimensional RCA.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter instance by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return instance list for multidimensional RCA.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter instance by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return instance list for multidimensional RCA.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter instance by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return instance list for multidimensional RCA.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter instance by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return instance list for multidimensional RCA.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema + * + *
{@code
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * name: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter model by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter model by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter model by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter model by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters + * + *
| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | Filter model by name |
| skip | String | No | For paging, skipped number |
| maxpagesize | String | No | The maximum number of items in one page |
Response Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedIterableResponse Body Schema + * + *
{@code
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseRequest Body Schema + * + *
{@code
+ * {
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the completion.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoRequest Body Schema + * + *
{@code
+ * {
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseResponse Body Schema + * + *
{@code
+ * {
+ * inferenceId: String
+ * instanceId: String
+ * modelId: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * result: {
+ * rootCauses: [
+ * {
+ * dimension: {
+ * String: String
+ * }
+ * score: double
+ * measures: [
+ * {
+ * dataSetId: String
+ * name: String
+ * trendType: String(rise/drop)
+ * contributionScore: double
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param inferenceId Inference unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * inferenceId: String
+ * instanceId: String
+ * modelId: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * result: {
+ * rootCauses: [
+ * {
+ * dimension: {
+ * String: String
+ * }
+ * score: double
+ * measures: [
+ * {
+ * dataSetId: String
+ * name: String
+ * trendType: String(rise/drop)
+ * contributionScore: double
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param inferenceId Inference unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * inferenceId: String
+ * instanceId: String
+ * modelId: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * timestamp: String
+ * dimensionScope: {
+ * String: String
+ * }
+ * }
+ * result: {
+ * rootCauses: [
+ * {
+ * dimension: {
+ * String: String
+ * }
+ * score: double
+ * measures: [
+ * {
+ * dataSetId: String
+ * name: String
+ * trendType: String(rise/drop)
+ * contributionScore: double
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * }
+ * }
+ *
+ * @param instanceId Instance unique id.
+ * @param modelId Model unique id.
+ * @param inferenceId Inference unique id.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public ResponseResponse Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param nextLink The nextLink parameter.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * dataSetId: String
+ * name: String
+ * granularity: String(yearly/monthly/weekly/daily/hourly/minutely/secondly/microsecond/none)
+ * customInterval: int
+ * dimensionKeys: [
+ * String
+ * ]
+ * aggregateValue: String
+ * measures: [
+ * {
+ * name: String
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param nextLink The nextLink parameter.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * partitionIdentity: String
+ * dataSize: int
+ * timestamp: String
+ * createdDateTime: String
+ * lastUploadedDateTime: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param nextLink The nextLink parameter.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * partitionIdentity: String
+ * dataSize: int
+ * timestamp: String
+ * createdDateTime: String
+ * lastUploadedDateTime: String
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param nextLink The nextLink parameter.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param nextLink The nextLink parameter.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * instanceId: String
+ * name: String
+ * targetMeasure: {
+ * dataSetId: String
+ * measureName: String
+ * }
+ * dataSets: [
+ * {
+ * dataSetId: String
+ * measureNames: [
+ * String
+ * ]
+ * }
+ * ]
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param nextLink The nextLink parameter.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param nextLink The nextLink parameter.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoResponse Body Schema + * + *
{@code
+ * {
+ * nextLink: String
+ * value: [
+ * {
+ * taskId: String
+ * instanceId: String
+ * modelId: String
+ * name: String
+ * status: String(scheduled/running/succeeded/failed/canceled)
+ * createdDateTime: String
+ * lastModifiedDateTime: String
+ * parameter: {
+ * startDateTime: String
+ * endDateTime: String
+ * }
+ * error: {
+ * message: String
+ * code: String
+ * }
+ * taskInfo: {
+ * epochs: [
+ * int
+ * ]
+ * trainLoss: [
+ * double
+ * ]
+ * validationLoss: [
+ * double
+ * ]
+ * latencyInSecond: [
+ * double
+ * ]
+ * bestEpoch: int
+ * bestValidationLoss: double
+ * dataSize: [
+ * int
+ * ]
+ * edgeSize: int
+ * }
+ * }
+ * ]
+ * }
+ * }
+ *
+ * @param nextLink The nextLink parameter.
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @param context The context to associate with this operation.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @return the response.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public Mono