Skip to content

Commit

Permalink
Uppercase for new field name
Browse files Browse the repository at this point in the history
  • Loading branch information
kailol-sag committed Nov 22, 2024
1 parent 8e19525 commit 21387b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date:
date:
title: New template parameter field in Analytics Builder to select source or destination type
change_type:
- value: change-2c7RdTdXo4
Expand All @@ -14,5 +14,5 @@ build_artifact:
ticket: PAB-4575
version:
---
A new field named **Source or destination type** is now available in the **Template Parameters** dialog box of the Analytics Builder model editor.
A new field named **Source or Destination Type** is now available in the **Template Parameters** dialog box of the Analytics Builder model editor.
It applies when the type **Source or Destination** is selected. You can use the new field to select one of the following source or destination types: **Device**, **Groups**, **Assets**, or **Other**. You can then specify a default value that is based on your selection. See also [Managing template parameters](/streaming-analytics/analytics-builder/#managing-template-parameters).
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ Models with no template parameters can be directly activated in the model manage

An input block specifies a device or a range of devices, while an output block specifies a device, a trigger device or an asset. For template parameters, the same template parameter and thus value can be used for both input and output blocks. If a template parameter is set to refer to a range of devices, then using it in an output block will be treated as the trigger device. Typically, a single template parameter would be used for all input and output blocks, and may be a single device or a range of devices, in which case the block output goes to the device within the range that triggered a model evaluation \(so a model calculating an average of a measurement and outputting to a measurement would generate a new measurement for each device independently\). Even if a different template parameter whose value refers to a different range was used, the model output would only be sent to the device that triggered a model's evaluation.

- **Source or destination type**. Applies when the type **Source or Destination** is selected.
- **Source or Destination Type**. Applies when the type **Source or Destination** is selected.
You can select one of the following source or destination types: **Device**, **Groups**, **Assets**, or **Other**. You can then specify a default value that is based on your selection.

- **Optional**. An optional value can remain blank or can be set later by the instance maintainer. When you select this checkbox, it is not possible to specify a default value.
Expand Down

0 comments on commit 21387b9

Please sign in to comment.