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.
| 24513 24514 24515 24516 24517 24518 24519 24520 24521 24522 | # File 'lib/aws-sdk-glue/types.rb', line 24513 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end | 
#date ⇒ Time
The date.
| 24513 24514 24515 24516 24517 24518 24519 24520 24521 24522 | # File 'lib/aws-sdk-glue/types.rb', line 24513 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.
| 24513 24514 24515 24516 24517 24518 24519 24520 24521 24522 | # File 'lib/aws-sdk-glue/types.rb', line 24513 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.
| 24513 24514 24515 24516 24517 24518 24519 24520 24521 24522 | # File 'lib/aws-sdk-glue/types.rb', line 24513 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.
| 24513 24514 24515 24516 24517 24518 24519 24520 24521 24522 | # File 'lib/aws-sdk-glue/types.rb', line 24513 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.
| 24513 24514 24515 24516 24517 24518 24519 24520 24521 24522 | # File 'lib/aws-sdk-glue/types.rb', line 24513 class StatisticModelResult < Struct.new( :lower_bound, :upper_bound, :predicted_value, :actual_value, :date, :inclusion_annotation) SENSITIVE = [] include Aws::Structure end |