Statistics
class Statistics
Provides statistics for each data field imported into to an Amazon Forecast dataset with the CreateDatasetImportJob operation.
Types
Properties
Link copied to clipboard
The number of distinct values in the field. If the response value is -1, refer to CountDistinctLong.
Link copied to clipboard
The number of distinct values in the field. CountDistinctLong is used instead of CountDistinct if the value is greater than 2,147,483,647.
Link copied to clipboard
The number of NAN (not a number) values in the field. CountNanLong is used instead of CountNan if the value is greater than 2,147,483,647.
Link copied to clipboard
The number of null values in the field. CountNullLong is used instead of CountNull if the value is greater than 2,147,483,647.