You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MachineLearning::Types::PredictOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MachineLearning::Types::PredictOutput
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #prediction  ⇒ Types::Prediction 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The output from a Predictoperation:-  Details- Contains the following attributes:DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASSDetailsAttributes.ALGORITHM - SGD
-  PredictedLabel- Present for either aBINARYorMULTICLASSMLModelrequest.
 
-  
Instance Attribute Details
#prediction ⇒ Types::Prediction
The output from a Predict operation: 
-  Details- Contains the following attributes:DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASSDetailsAttributes.ALGORITHM - SGD
-  PredictedLabel- Present for either aBINARYorMULTICLASSMLModelrequest.
-  PredictedScores- Contains the raw classification score corresponding to each label.
-  PredictedValue- Present for aREGRESSIONMLModelrequest.