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.
24482 24483 24484 24485 24486 24487 24488 24489 24490 24491 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24482 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |
#date ⇒ Time
The date.
24482 24483 24484 24485 24486 24487 24488 24489 24490 24491 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24482 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.
24482 24483 24484 24485 24486 24487 24488 24489 24490 24491 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24482 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.
24482 24483 24484 24485 24486 24487 24488 24489 24490 24491 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24482 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.
24482 24483 24484 24485 24486 24487 24488 24489 24490 24491 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24482 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.
24482 24483 24484 24485 24486 24487 24488 24489 24490 24491 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24482 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |