| Package | Description |
|---|---|
| com.amazonaws.services.forecast.model |
| Modifier and Type | Method and Description |
|---|---|
Statistics |
Statistics.clone() |
Statistics |
Statistics.withAvg(Double avg)
For a numeric field, the average value in the field.
|
Statistics |
Statistics.withCount(Integer count)
The number of values in the field.
|
Statistics |
Statistics.withCountDistinct(Integer countDistinct)
The number of distinct values in the field.
|
Statistics |
Statistics.withCountDistinctLong(Long countDistinctLong)
The number of distinct values in the field.
|
Statistics |
Statistics.withCountLong(Long countLong)
The number of values in the field.
|
Statistics |
Statistics.withCountNan(Integer countNan)
The number of NAN (not a number) values in the field.
|
Statistics |
Statistics.withCountNanLong(Long countNanLong)
The number of NAN (not a number) values in the field.
|
Statistics |
Statistics.withCountNull(Integer countNull)
The number of null values in the field.
|
Statistics |
Statistics.withCountNullLong(Long countNullLong)
The number of null values in the field.
|
Statistics |
Statistics.withMax(String max)
For a numeric field, the maximum value in the field.
|
Statistics |
Statistics.withMin(String min)
For a numeric field, the minimum value in the field.
|
Statistics |
Statistics.withStddev(Double stddev)
For a numeric field, the standard deviation.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Statistics> |
DescribeDatasetImportJobResult.getFieldStatistics()
Statistical information about each field in the input data.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDatasetImportJobResult |
DescribeDatasetImportJobResult.addFieldStatisticsEntry(String key,
Statistics value)
Add a single FieldStatistics entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDatasetImportJobResult.setFieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
|
DescribeDatasetImportJobResult |
DescribeDatasetImportJobResult.withFieldStatistics(Map<String,Statistics> fieldStatistics)
Statistical information about each field in the input data.
|
Copyright © 2024. All rights reserved.