You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ForecastService::Types::Statistics

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#avgFloat

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

Returns:

  • (Float)

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

#countInteger

The number of values in the field.

Returns:

  • (Integer)

    The number of values in the field.

#count_distinctInteger

The number of distinct values in the field.

Returns:

  • (Integer)

    The number of distinct values in the field.

#count_nanInteger

The number of NAN (not a number) values in the field.

Returns:

  • (Integer)

    The number of NAN (not a number) values in the field.

#count_nullInteger

The number of null values in the field.

Returns:

  • (Integer)

    The number of null values in the field.

#maxString

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

Returns:

  • (String)

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

#minString

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

Returns:

  • (String)

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

#stddevFloat

For a numeric field, the standard deviation.

Returns:

  • (Float)

    For a numeric field, the standard deviation.