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.
27300 27301 27302 27303 27304 27305 27306 27307 27308 27309 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27300 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#date ⇒ Time
The date.
27300 27301 27302 27303 27304 27305 27306 27307 27308 27309 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27300 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.
27300 27301 27302 27303 27304 27305 27306 27307 27308 27309 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27300 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.
27300 27301 27302 27303 27304 27305 27306 27307 27308 27309 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27300 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.
27300 27301 27302 27303 27304 27305 27306 27307 27308 27309 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27300 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.
27300 27301 27302 27303 27304 27305 27306 27307 27308 27309 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 27300 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |