Column Name
|
Description
|
||
---|---|---|---|
Field Name
|
A unique identifier for the feature in the dataset. Should not contain periods (.) or spaces.
|
||
Data Type
|
Identifies the type of data the feature represents. Acceptable values are: STRING, BOOLEAN, DOUBLE, INTEGER, LONG, DATETIME. For more information, see OpType DataType Combinations.
|
||
Op Type
|
Identifies how the data can be used. Acceptable values are: CONTINUOUS, CATEGORICAL, BOOLEAN, ORDINAL, ENTITY_ID, TEMPORAL, INFORMATIONAL, TEXT. For more information, see OpType DataType Combinations.
|
||
Min
|
The minimum observed value for CONTINUOUS field.
|
||
Max
|
The maximum observed value for CONTINUOUS field.
|
||
Time Sampling Interval
|
An integer representing the time between observations in a TEMPORAL field. For use only with time series datasets.
|
||
Is Static
|
If true, the value in a field remains unchanged over time.
|
||
Values
|
Acceptable values for ORDINAL and CATEGORICAL fields.
If the values list is not empty, any string values not explicitly contained in the Values list will be rejected by ThingWorx Analytics. However, if the values list is empty, all values are acceptable. For example, in the following values list "values": ["Low", "Medium", "High"], if there were a value of "Very High" in a Post Request, an error would be returned. However, if the values list is "values": [ ] then any value will be accepted, including "Very High"
|
||
Treatment
|
Indicates how a missing dataset value should be handled for a specific field. This parameter is optional but required in order to impute missing values. Options include: AS_IS, AS_VALUE, AS_MEAN, AS_MEDIAN, AS_LAST. For more information about the options available for imputing missing values, see Handling Missing Dataset Values.
|
||
Replacement
|
Indicates what value should replace all missing values for a specific field. This parameter is required when the value for missingValueTreatment is AS_VALUE. Do not use with other missing value treatments.
|
||
Indicators
|
Indicates a list of values that should be interpreted as missing for a specific field. By default, null entries are considered missing. This parameter is optional but can only be used when a missing value treatment is specified in Treatment.
|