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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-forecastservice/types.rb

Overview

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

[1]: docs.aws.amazon.com/forecast/latest/dg/API_CreateDatasetImportJob.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#avgFloat

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

Returns:

  • (Float)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

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

Returns:

  • (Integer)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#count_distinctInteger

The number of distinct values in the field. If the response value is -1, refer to ‘CountDistinctLong`.

Returns:

  • (Integer)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#count_distinct_longInteger

The number of distinct values in the field. ‘CountDistinctLong` is used instead of `CountDistinct` if the value is greater than 2,147,483,647.

Returns:

  • (Integer)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#count_longInteger

The number of values in the field. ‘CountLong` is used instead of `Count` if the value is greater than 2,147,483,647.

Returns:

  • (Integer)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#count_nanInteger

The number of NAN (not a number) values in the field. If the response value is -1, refer to ‘CountNanLong`.

Returns:

  • (Integer)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#count_nan_longInteger

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.

Returns:

  • (Integer)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#count_nullInteger

The number of null values in the field. If the response value is -1, refer to ‘CountNullLong`.

Returns:

  • (Integer)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#count_null_longInteger

The number of null values in the field. ‘CountNullLong` is used instead of `CountNull` if the value is greater than 2,147,483,647.

Returns:

  • (Integer)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#maxString

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

Returns:

  • (String)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#minString

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

Returns:

  • (String)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end

#stddevFloat

For a numeric field, the standard deviation.

Returns:

  • (Float)


6330
6331
6332
6333
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
# File 'lib/aws-sdk-forecastservice/types.rb', line 6330

class Statistics < Struct.new(
  :count,
  :count_distinct,
  :count_null,
  :count_nan,
  :min,
  :max,
  :avg,
  :stddev,
  :count_long,
  :count_distinct_long,
  :count_null_long,
  :count_nan_long)
  SENSITIVE = []
  include Aws::Structure
end