Statistics

Provides statistics for each data field imported into to an Amazon Forecast dataset with the CreateDatasetImportJob operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val avg: Double?

For a numeric field, the average value in the field.

Link copied to clipboard
val count: Int?

The number of values in the field. If the response value is -1, refer to CountLong.

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 values in the field. CountLong is used instead of Count 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. If the response value is -1, refer to CountNanLong.

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. If the response value is -1, refer to CountNullLong.

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.

Link copied to clipboard
val max: String?

For a numeric field, the maximum value in the field.

Link copied to clipboard
val min: String?

For a numeric field, the minimum value in the field.

Link copied to clipboard

For a numeric field, the standard deviation.

Functions

Link copied to clipboard
inline fun copy(block: Statistics.Builder.() -> Unit = {}): Statistics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String