Class: Aws::Glue::Types::StatisticModelResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StatisticModelResult
- Includes:
- Structure
- Defined in:
- 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.
22110 22111 22112 22113 22114 22115 22116 22117 22118 22119 |
# File 'lib/aws-sdk-glue/types.rb', line 22110 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#date ⇒ Time
The date.
22110 22111 22112 22113 22114 22115 22116 22117 22118 22119 |
# File 'lib/aws-sdk-glue/types.rb', line 22110 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.
22110 22111 22112 22113 22114 22115 22116 22117 22118 22119 |
# File 'lib/aws-sdk-glue/types.rb', line 22110 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.
22110 22111 22112 22113 22114 22115 22116 22117 22118 22119 |
# File 'lib/aws-sdk-glue/types.rb', line 22110 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.
22110 22111 22112 22113 22114 22115 22116 22117 22118 22119 |
# File 'lib/aws-sdk-glue/types.rb', line 22110 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.
22110 22111 22112 22113 22114 22115 22116 22117 22118 22119 |
# File 'lib/aws-sdk-glue/types.rb', line 22110 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |