Class: Aws::Glue::Types::StatisticModelResult

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

Overview

The statistic model result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actual_valueFloat

The actual value.

Returns:

  • (Float)


24494
24495
24496
24497
24498
24499
24500
24501
24502
24503
# File 'lib/aws-sdk-glue/types.rb', line 24494

class StatisticModelResult < Struct.new(
  :lower_bound,
  :upper_bound,
  :predicted_value,
  :actual_value,
  :date,
  :inclusion_annotation)
  SENSITIVE = []
  include Aws::Structure
end

#dateTime

The date.

Returns:

  • (Time)


24494
24495
24496
24497
24498
24499
24500
24501
24502
24503
# File 'lib/aws-sdk-glue/types.rb', line 24494

class StatisticModelResult < Struct.new(
  :lower_bound,
  :upper_bound,
  :predicted_value,
  :actual_value,
  :date,
  :inclusion_annotation)
  SENSITIVE = []
  include Aws::Structure
end

#inclusion_annotationString

The inclusion annotation.

Returns:

  • (String)


24494
24495
24496
24497
24498
24499
24500
24501
24502
24503
# File 'lib/aws-sdk-glue/types.rb', line 24494

class StatisticModelResult < Struct.new(
  :lower_bound,
  :upper_bound,
  :predicted_value,
  :actual_value,
  :date,
  :inclusion_annotation)
  SENSITIVE = []
  include Aws::Structure
end

#lower_boundFloat

The lower bound.

Returns:

  • (Float)


24494
24495
24496
24497
24498
24499
24500
24501
24502
24503
# File 'lib/aws-sdk-glue/types.rb', line 24494

class StatisticModelResult < Struct.new(
  :lower_bound,
  :upper_bound,
  :predicted_value,
  :actual_value,
  :date,
  :inclusion_annotation)
  SENSITIVE = []
  include Aws::Structure
end

#predicted_valueFloat

The predicted value.

Returns:

  • (Float)


24494
24495
24496
24497
24498
24499
24500
24501
24502
24503
# File 'lib/aws-sdk-glue/types.rb', line 24494

class StatisticModelResult < Struct.new(
  :lower_bound,
  :upper_bound,
  :predicted_value,
  :actual_value,
  :date,
  :inclusion_annotation)
  SENSITIVE = []
  include Aws::Structure
end

#upper_boundFloat

The upper bound.

Returns:

  • (Float)


24494
24495
24496
24497
24498
24499
24500
24501
24502
24503
# File 'lib/aws-sdk-glue/types.rb', line 24494

class StatisticModelResult < Struct.new(
  :lower_bound,
  :upper_bound,
  :predicted_value,
  :actual_value,
  :date,
  :inclusion_annotation)
  SENSITIVE = []
  include Aws::Structure
end