AWSMachineLearningPredictOutput
Objective-C
@interface AWSMachineLearningPredictOutput
Swift
class AWSMachineLearningPredictOutput
-
The output from a
Predictoperation:Details- Contains the following attributes:DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASSDetailsAttributes.ALGORITHM - SGDPredictedLabel- Present for either aBINARYorMULTICLASSMLModelrequest.PredictedScores- Contains the raw classification score corresponding to each label.PredictedValue- Present for aREGRESSIONMLModelrequest.
Declaration
Objective-C
@property (nonatomic, strong) AWSMachineLearningPrediction *_Nullable prediction;Swift
var prediction: AWSMachineLearningPrediction? { get set }
View on GitHub
Install in Dash
AWSMachineLearningPredictOutput Class Reference