Skip to content

Commit 5efe260

Browse files
Merge pull request #1246 from gooddata/snapshot-master-6a0a24e2-to-rel/dev
[bot] Merge master/6a0a24e2 into rel/dev
2 parents 59a571f + 6a0a24e commit 5efe260

File tree

112 files changed

+4673
-786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+4673
-786
lines changed

gooddata-api-client/.openapi-generator/FILES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ docs/AnalyticsCatalogCreatedBy.md
3838
docs/AnalyticsCatalogTags.md
3939
docs/AnalyticsCatalogUser.md
4040
docs/AnalyticsModelApi.md
41+
docs/AnomalyDetection.md
4142
docs/AnomalyDetectionRequest.md
4243
docs/AnomalyDetectionResult.md
44+
docs/AnomalyDetectionWrapper.md
4345
docs/ApiEntitlement.md
4446
docs/AppearanceApi.md
4547
docs/ArithmeticMeasure.md
@@ -194,6 +196,7 @@ docs/DeclarativeIdentityProviderIdentifier.md
194196
docs/DeclarativeJwk.md
195197
docs/DeclarativeJwkSpecification.md
196198
docs/DeclarativeLabel.md
199+
docs/DeclarativeLabelTranslation.md
197200
docs/DeclarativeLdm.md
198201
docs/DeclarativeMetric.md
199202
docs/DeclarativeModel.md
@@ -621,6 +624,7 @@ docs/JsonApiLabelLinkage.md
621624
docs/JsonApiLabelOut.md
622625
docs/JsonApiLabelOutAttributes.md
623626
docs/JsonApiLabelOutAttributesGeoAreaConfig.md
627+
docs/JsonApiLabelOutAttributesTranslationsInner.md
624628
docs/JsonApiLabelOutDocument.md
625629
docs/JsonApiLabelOutList.md
626630
docs/JsonApiLabelOutRelationships.md
@@ -877,6 +881,8 @@ docs/MeasureItem.md
877881
docs/MeasureItemDefinition.md
878882
docs/MeasureResultHeader.md
879883
docs/MeasureValueFilter.md
884+
docs/MemoryItemCreatedByUsers.md
885+
docs/MemoryItemUser.md
880886
docs/MetadataSyncApi.md
881887
docs/Metric.md
882888
docs/MetricRecord.md
@@ -1189,8 +1195,10 @@ gooddata_api_client/model/alert_evaluation_row.py
11891195
gooddata_api_client/model/analytics_catalog_created_by.py
11901196
gooddata_api_client/model/analytics_catalog_tags.py
11911197
gooddata_api_client/model/analytics_catalog_user.py
1198+
gooddata_api_client/model/anomaly_detection.py
11921199
gooddata_api_client/model/anomaly_detection_request.py
11931200
gooddata_api_client/model/anomaly_detection_result.py
1201+
gooddata_api_client/model/anomaly_detection_wrapper.py
11941202
gooddata_api_client/model/api_entitlement.py
11951203
gooddata_api_client/model/arithmetic_measure.py
11961204
gooddata_api_client/model/arithmetic_measure_definition.py
@@ -1330,6 +1338,7 @@ gooddata_api_client/model/declarative_identity_provider_identifier.py
13301338
gooddata_api_client/model/declarative_jwk.py
13311339
gooddata_api_client/model/declarative_jwk_specification.py
13321340
gooddata_api_client/model/declarative_label.py
1341+
gooddata_api_client/model/declarative_label_translation.py
13331342
gooddata_api_client/model/declarative_ldm.py
13341343
gooddata_api_client/model/declarative_metric.py
13351344
gooddata_api_client/model/declarative_model.py
@@ -1744,6 +1753,7 @@ gooddata_api_client/model/json_api_label_linkage.py
17441753
gooddata_api_client/model/json_api_label_out.py
17451754
gooddata_api_client/model/json_api_label_out_attributes.py
17461755
gooddata_api_client/model/json_api_label_out_attributes_geo_area_config.py
1756+
gooddata_api_client/model/json_api_label_out_attributes_translations_inner.py
17471757
gooddata_api_client/model/json_api_label_out_document.py
17481758
gooddata_api_client/model/json_api_label_out_list.py
17491759
gooddata_api_client/model/json_api_label_out_relationships.py
@@ -1995,6 +2005,8 @@ gooddata_api_client/model/measure_item.py
19952005
gooddata_api_client/model/measure_item_definition.py
19962006
gooddata_api_client/model/measure_result_header.py
19972007
gooddata_api_client/model/measure_value_filter.py
2008+
gooddata_api_client/model/memory_item_created_by_users.py
2009+
gooddata_api_client/model/memory_item_user.py
19982010
gooddata_api_client/model/metric.py
19992011
gooddata_api_client/model/metric_record.py
20002012
gooddata_api_client/model/metric_value_change.py

gooddata-api-client/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,12 @@ Class | Method | HTTP request | Description
335335
*SmartFunctionsApi* | [**anomaly_detection_result**](docs/SmartFunctionsApi.md#anomaly_detection_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/functions/anomalyDetection/result/{resultId} | (EXPERIMENTAL) Smart functions - Anomaly Detection Result
336336
*SmartFunctionsApi* | [**clustering**](docs/SmartFunctionsApi.md#clustering) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/functions/clustering/{resultId} | (EXPERIMENTAL) Smart functions - Clustering
337337
*SmartFunctionsApi* | [**clustering_result**](docs/SmartFunctionsApi.md#clustering_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/functions/clustering/result/{resultId} | (EXPERIMENTAL) Smart functions - Clustering Result
338-
*SmartFunctionsApi* | [**created_by**](docs/SmartFunctionsApi.md#created_by) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/createdBy | Get Analytics Catalog CreatedBy
338+
*SmartFunctionsApi* | [**created_by**](docs/SmartFunctionsApi.md#created_by) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/createdBy | Get Analytics Catalog CreatedBy Users
339339
*SmartFunctionsApi* | [**forecast**](docs/SmartFunctionsApi.md#forecast) | **POST** /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/{resultId} | (BETA) Smart functions - Forecast
340340
*SmartFunctionsApi* | [**forecast_result**](docs/SmartFunctionsApi.md#forecast_result) | **GET** /api/v1/actions/workspaces/{workspaceId}/execution/functions/forecast/result/{resultId} | (BETA) Smart functions - Forecast Result
341341
*SmartFunctionsApi* | [**get_quality_issues**](docs/SmartFunctionsApi.md#get_quality_issues) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/issues | Get Quality Issues
342342
*SmartFunctionsApi* | [**get_quality_issues_calculation_status**](docs/SmartFunctionsApi.md#get_quality_issues_calculation_status) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/issues/status/{processId} | Get Quality Issues Calculation Status
343+
*SmartFunctionsApi* | [**memory_created_by_users**](docs/SmartFunctionsApi.md#memory_created_by_users) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/memory/createdBy | Get AI Memory CreatedBy Users
343344
*SmartFunctionsApi* | [**resolve_llm_endpoints**](docs/SmartFunctionsApi.md#resolve_llm_endpoints) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/resolveLlmEndpoints | Get Active LLM Endpoints for this workspace
344345
*SmartFunctionsApi* | [**tags**](docs/SmartFunctionsApi.md#tags) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/tags | Get Analytics Catalog Tags
345346
*SmartFunctionsApi* | [**trigger_quality_issues_calculation**](docs/SmartFunctionsApi.md#trigger_quality_issues_calculation) | **POST** /api/v1/actions/workspaces/{workspaceId}/ai/issues/triggerCheck | Trigger Quality Issues Calculation
@@ -455,7 +456,7 @@ Class | Method | HTTP request | Description
455456
*ActionsApi* | [**create_raw_export**](docs/ActionsApi.md#create_raw_export) | **POST** /api/v1/actions/workspaces/{workspaceId}/export/raw | (EXPERIMENTAL) Create raw export request
456457
*ActionsApi* | [**create_slides_export**](docs/ActionsApi.md#create_slides_export) | **POST** /api/v1/actions/workspaces/{workspaceId}/export/slides | (EXPERIMENTAL) Create slides export request
457458
*ActionsApi* | [**create_tabular_export**](docs/ActionsApi.md#create_tabular_export) | **POST** /api/v1/actions/workspaces/{workspaceId}/export/tabular | Create tabular export request
458-
*ActionsApi* | [**created_by**](docs/ActionsApi.md#created_by) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/createdBy | Get Analytics Catalog CreatedBy
459+
*ActionsApi* | [**created_by**](docs/ActionsApi.md#created_by) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/createdBy | Get Analytics Catalog CreatedBy Users
459460
*ActionsApi* | [**dashboard_permissions**](docs/ActionsApi.md#dashboard_permissions) | **GET** /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/permissions | Get Dashboard Permissions
460461
*ActionsApi* | [**delete_organization_automations**](docs/ActionsApi.md#delete_organization_automations) | **POST** /api/v1/actions/organization/automations/delete | Delete selected automations across all workspaces
461462
*ActionsApi* | [**delete_workspace_automations**](docs/ActionsApi.md#delete_workspace_automations) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/delete | Delete selected automations in the workspace
@@ -490,6 +491,7 @@ Class | Method | HTTP request | Description
490491
*ActionsApi* | [**manage_workspace_permissions**](docs/ActionsApi.md#manage_workspace_permissions) | **POST** /api/v1/actions/workspaces/{workspaceId}/managePermissions | Manage Permissions for a Workspace
491492
*ActionsApi* | [**mark_as_read_notification**](docs/ActionsApi.md#mark_as_read_notification) | **POST** /api/v1/actions/notifications/{notificationId}/markAsRead | Mark notification as read.
492493
*ActionsApi* | [**mark_as_read_notification_all**](docs/ActionsApi.md#mark_as_read_notification_all) | **POST** /api/v1/actions/notifications/markAsRead | Mark all notifications as read.
494+
*ActionsApi* | [**memory_created_by_users**](docs/ActionsApi.md#memory_created_by_users) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/memory/createdBy | Get AI Memory CreatedBy Users
493495
*ActionsApi* | [**metadata_sync**](docs/ActionsApi.md#metadata_sync) | **POST** /api/v1/actions/workspaces/{workspaceId}/metadataSync | (BETA) Sync Metadata to other services
494496
*ActionsApi* | [**metadata_sync_organization**](docs/ActionsApi.md#metadata_sync_organization) | **POST** /api/v1/actions/organization/metadataSync | (BETA) Sync organization scope Metadata to other services
495497
*ActionsApi* | [**overridden_child_entities**](docs/ActionsApi.md#overridden_child_entities) | **GET** /api/v1/actions/workspaces/{workspaceId}/overriddenChildEntities | Finds identifier overrides in workspace hierarchy.
@@ -1015,8 +1017,10 @@ Class | Method | HTTP request | Description
10151017
- [AnalyticsCatalogCreatedBy](docs/AnalyticsCatalogCreatedBy.md)
10161018
- [AnalyticsCatalogTags](docs/AnalyticsCatalogTags.md)
10171019
- [AnalyticsCatalogUser](docs/AnalyticsCatalogUser.md)
1020+
- [AnomalyDetection](docs/AnomalyDetection.md)
10181021
- [AnomalyDetectionRequest](docs/AnomalyDetectionRequest.md)
10191022
- [AnomalyDetectionResult](docs/AnomalyDetectionResult.md)
1023+
- [AnomalyDetectionWrapper](docs/AnomalyDetectionWrapper.md)
10201024
- [ApiEntitlement](docs/ApiEntitlement.md)
10211025
- [ArithmeticMeasure](docs/ArithmeticMeasure.md)
10221026
- [ArithmeticMeasureDefinition](docs/ArithmeticMeasureDefinition.md)
@@ -1156,6 +1160,7 @@ Class | Method | HTTP request | Description
11561160
- [DeclarativeJwk](docs/DeclarativeJwk.md)
11571161
- [DeclarativeJwkSpecification](docs/DeclarativeJwkSpecification.md)
11581162
- [DeclarativeLabel](docs/DeclarativeLabel.md)
1163+
- [DeclarativeLabelTranslation](docs/DeclarativeLabelTranslation.md)
11591164
- [DeclarativeLdm](docs/DeclarativeLdm.md)
11601165
- [DeclarativeMetric](docs/DeclarativeMetric.md)
11611166
- [DeclarativeModel](docs/DeclarativeModel.md)
@@ -1570,6 +1575,7 @@ Class | Method | HTTP request | Description
15701575
- [JsonApiLabelOut](docs/JsonApiLabelOut.md)
15711576
- [JsonApiLabelOutAttributes](docs/JsonApiLabelOutAttributes.md)
15721577
- [JsonApiLabelOutAttributesGeoAreaConfig](docs/JsonApiLabelOutAttributesGeoAreaConfig.md)
1578+
- [JsonApiLabelOutAttributesTranslationsInner](docs/JsonApiLabelOutAttributesTranslationsInner.md)
15731579
- [JsonApiLabelOutDocument](docs/JsonApiLabelOutDocument.md)
15741580
- [JsonApiLabelOutList](docs/JsonApiLabelOutList.md)
15751581
- [JsonApiLabelOutRelationships](docs/JsonApiLabelOutRelationships.md)
@@ -1821,6 +1827,8 @@ Class | Method | HTTP request | Description
18211827
- [MeasureItemDefinition](docs/MeasureItemDefinition.md)
18221828
- [MeasureResultHeader](docs/MeasureResultHeader.md)
18231829
- [MeasureValueFilter](docs/MeasureValueFilter.md)
1830+
- [MemoryItemCreatedByUsers](docs/MemoryItemCreatedByUsers.md)
1831+
- [MemoryItemUser](docs/MemoryItemUser.md)
18241832
- [Metric](docs/Metric.md)
18251833
- [MetricRecord](docs/MetricRecord.md)
18261834
- [MetricValueChange](docs/MetricValueChange.md)

gooddata-api-client/docs/ActionsApi.md

Lines changed: 85 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Method | HTTP request | Description
3131
[**create_raw_export**](ActionsApi.md#create_raw_export) | **POST** /api/v1/actions/workspaces/{workspaceId}/export/raw | (EXPERIMENTAL) Create raw export request
3232
[**create_slides_export**](ActionsApi.md#create_slides_export) | **POST** /api/v1/actions/workspaces/{workspaceId}/export/slides | (EXPERIMENTAL) Create slides export request
3333
[**create_tabular_export**](ActionsApi.md#create_tabular_export) | **POST** /api/v1/actions/workspaces/{workspaceId}/export/tabular | Create tabular export request
34-
[**created_by**](ActionsApi.md#created_by) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/createdBy | Get Analytics Catalog CreatedBy
34+
[**created_by**](ActionsApi.md#created_by) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/analyticsCatalog/createdBy | Get Analytics Catalog CreatedBy Users
3535
[**dashboard_permissions**](ActionsApi.md#dashboard_permissions) | **GET** /api/v1/actions/workspaces/{workspaceId}/analyticalDashboards/{dashboardId}/permissions | Get Dashboard Permissions
3636
[**delete_organization_automations**](ActionsApi.md#delete_organization_automations) | **POST** /api/v1/actions/organization/automations/delete | Delete selected automations across all workspaces
3737
[**delete_workspace_automations**](ActionsApi.md#delete_workspace_automations) | **POST** /api/v1/actions/workspaces/{workspaceId}/automations/delete | Delete selected automations in the workspace
@@ -66,6 +66,7 @@ Method | HTTP request | Description
6666
[**manage_workspace_permissions**](ActionsApi.md#manage_workspace_permissions) | **POST** /api/v1/actions/workspaces/{workspaceId}/managePermissions | Manage Permissions for a Workspace
6767
[**mark_as_read_notification**](ActionsApi.md#mark_as_read_notification) | **POST** /api/v1/actions/notifications/{notificationId}/markAsRead | Mark notification as read.
6868
[**mark_as_read_notification_all**](ActionsApi.md#mark_as_read_notification_all) | **POST** /api/v1/actions/notifications/markAsRead | Mark all notifications as read.
69+
[**memory_created_by_users**](ActionsApi.md#memory_created_by_users) | **GET** /api/v1/actions/workspaces/{workspaceId}/ai/memory/createdBy | Get AI Memory CreatedBy Users
6970
[**metadata_sync**](ActionsApi.md#metadata_sync) | **POST** /api/v1/actions/workspaces/{workspaceId}/metadataSync | (BETA) Sync Metadata to other services
7071
[**metadata_sync_organization**](ActionsApi.md#metadata_sync_organization) | **POST** /api/v1/actions/organization/metadataSync | (BETA) Sync organization scope Metadata to other services
7172
[**overridden_child_entities**](ActionsApi.md#overridden_child_entities) | **GET** /api/v1/actions/workspaces/{workspaceId}/overriddenChildEntities | Finds identifier overrides in workspace hierarchy.
@@ -140,6 +141,9 @@ with gooddata_api_client.ApiClient() as api_client:
140141
limit_create=3,
141142
limit_create_context=10,
142143
limit_search=5,
144+
object_types=[
145+
"attribute",
146+
],
143147
question="question_example",
144148
relevant_score_threshold=0.45,
145149
search_score_threshold=0.9,
@@ -307,6 +311,9 @@ with gooddata_api_client.ApiClient() as api_client:
307311
limit_create=3,
308312
limit_create_context=10,
309313
limit_search=5,
314+
object_types=[
315+
"attribute",
316+
],
310317
question="question_example",
311318
relevant_score_threshold=0.45,
312319
search_score_threshold=0.9,
@@ -2459,7 +2466,7 @@ No authorization required
24592466
# **created_by**
24602467
> AnalyticsCatalogCreatedBy created_by(workspace_id)
24612468
2462-
Get Analytics Catalog CreatedBy
2469+
Get Analytics Catalog CreatedBy Users
24632470

24642471
Returns a list of Users who created any object for this workspace
24652472

@@ -2487,7 +2494,7 @@ with gooddata_api_client.ApiClient() as api_client:
24872494

24882495
# example passing only required values which don't have defaults set
24892496
try:
2490-
# Get Analytics Catalog CreatedBy
2497+
# Get Analytics Catalog CreatedBy Users
24912498
api_response = api_instance.created_by(workspace_id)
24922499
pprint(api_response)
24932500
except gooddata_api_client.ApiException as e:
@@ -3084,6 +3091,7 @@ with gooddata_api_client.ApiClient() as api_client:
30843091
columns=[
30853092
SqlColumn(
30863093
data_type="INT",
3094+
description="Customer unique identifier",
30873095
name="customer_id",
30883096
),
30893097
],
@@ -3109,6 +3117,7 @@ with gooddata_api_client.ApiClient() as api_client:
31093117
columns=[
31103118
DeclarativeColumn(
31113119
data_type="INT",
3120+
description="Customer unique identifier",
31123121
is_primary_key=True,
31133122
name="customer_id",
31143123
referenced_table_column="customer_id",
@@ -3127,6 +3136,7 @@ with gooddata_api_client.ApiClient() as api_client:
31273136
secondary_label_prefix="ls",
31283137
separator="__",
31293138
table_prefix="out_table",
3139+
translation_prefix="tr",
31303140
view_prefix="out_view",
31313141
wdf_prefix="wdf",
31323142
workspace_id="workspace_id_example",
@@ -5110,6 +5120,73 @@ No authorization required
51105120

51115121
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
51125122

5123+
# **memory_created_by_users**
5124+
> MemoryItemCreatedByUsers memory_created_by_users(workspace_id)
5125+
5126+
Get AI Memory CreatedBy Users
5127+
5128+
Returns a list of Users who created any memory item for this workspace
5129+
5130+
### Example
5131+
5132+
5133+
```python
5134+
import time
5135+
import gooddata_api_client
5136+
from gooddata_api_client.api import actions_api
5137+
from gooddata_api_client.model.memory_item_created_by_users import MemoryItemCreatedByUsers
5138+
from pprint import pprint
5139+
# Defining the host is optional and defaults to http://localhost
5140+
# See configuration.py for a list of all supported configuration parameters.
5141+
configuration = gooddata_api_client.Configuration(
5142+
host = "http://localhost"
5143+
)
5144+
5145+
5146+
# Enter a context with an instance of the API client
5147+
with gooddata_api_client.ApiClient() as api_client:
5148+
# Create an instance of the API class
5149+
api_instance = actions_api.ActionsApi(api_client)
5150+
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
5151+
5152+
# example passing only required values which don't have defaults set
5153+
try:
5154+
# Get AI Memory CreatedBy Users
5155+
api_response = api_instance.memory_created_by_users(workspace_id)
5156+
pprint(api_response)
5157+
except gooddata_api_client.ApiException as e:
5158+
print("Exception when calling ActionsApi->memory_created_by_users: %s\n" % e)
5159+
```
5160+
5161+
5162+
### Parameters
5163+
5164+
Name | Type | Description | Notes
5165+
------------- | ------------- | ------------- | -------------
5166+
**workspace_id** | **str**| Workspace identifier |
5167+
5168+
### Return type
5169+
5170+
[**MemoryItemCreatedByUsers**](MemoryItemCreatedByUsers.md)
5171+
5172+
### Authorization
5173+
5174+
No authorization required
5175+
5176+
### HTTP request headers
5177+
5178+
- **Content-Type**: Not defined
5179+
- **Accept**: application/json
5180+
5181+
5182+
### HTTP response details
5183+
5184+
| Status code | Description | Response headers |
5185+
|-------------|-------------|------------------|
5186+
**200** | OK | - |
5187+
5188+
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
5189+
51135190
# **metadata_sync**
51145191
> metadata_sync(workspace_id)
51155192
@@ -6957,6 +7034,11 @@ with gooddata_api_client.ApiClient() as api_client:
69577034
DashboardFilter(),
69587035
],
69597036
dashboard_id="761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0",
7037+
dashboard_tabs_filters_overrides={
7038+
"key": [
7039+
DashboardFilter(),
7040+
],
7041+
},
69607042
file_name="result",
69617043
format="XLSX",
69627044
settings=DashboardExportSettings(

gooddata-api-client/docs/AlertAfm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**filters** | [**[FilterDefinition]**](FilterDefinition.md) | Various filter types to filter execution result. |
7+
**filters** | [**[FilterDefinition]**](FilterDefinition.md) | Various filter types to filter execution result. For anomaly detection, exactly one date filter (RelativeDateFilter or AbsoluteDateFilter) is required. |
88
**measures** | [**[MeasureItem]**](MeasureItem.md) | Metrics to be computed. One metric if the alert condition is evaluated to a scalar. Two metrics when they should be evaluated to each other. |
99
**attributes** | [**[AttributeItem]**](AttributeItem.md) | Attributes to be used in the computation. | [optional]
1010
**aux_measures** | [**[MeasureItem]**](MeasureItem.md) | Metrics to be referenced from other AFM objects (e.g. filters) but not included in the result. | [optional]

0 commit comments

Comments
 (0)