Class: Aws::Glue::Types::StatisticModelResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StatisticModelResult
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
The statistic model result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actual_value ⇒ Float
The actual value.
-
#date ⇒ Time
The date.
-
#inclusion_annotation ⇒ String
The inclusion annotation.
-
#lower_bound ⇒ Float
The lower bound.
-
#predicted_value ⇒ Float
The predicted value.
-
#upper_bound ⇒ Float
The upper bound.
Instance Attribute Details
#actual_value ⇒ Float
The actual value.
26129 26130 26131 26132 26133 26134 26135 26136 26137 26138 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26129 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#date ⇒ Time
The date.
26129 26130 26131 26132 26133 26134 26135 26136 26137 26138 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26129 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#inclusion_annotation ⇒ String
The inclusion annotation.
26129 26130 26131 26132 26133 26134 26135 26136 26137 26138 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26129 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#lower_bound ⇒ Float
The lower bound.
26129 26130 26131 26132 26133 26134 26135 26136 26137 26138 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26129 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#predicted_value ⇒ Float
The predicted value.
26129 26130 26131 26132 26133 26134 26135 26136 26137 26138 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26129 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#upper_bound ⇒ Float
The upper bound.
26129 26130 26131 26132 26133 26134 26135 26136 26137 26138 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 26129 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |