AWSMachineLearningPredictOutput
Objective-C
@interface AWSMachineLearningPredictOutput
Swift
class AWSMachineLearningPredictOutput
-
The output from a
Predict
operation:Details
- Contains the following attributes:DetailsAttributes.PREDICTIVE_MODEL_TYPE - REGRESSION | BINARY | MULTICLASS
DetailsAttributes.ALGORITHM - SGD
PredictedLabel
- Present for either aBINARY
orMULTICLASS
MLModel
request.PredictedScores
- Contains the raw classification score corresponding to each label.PredictedValue
- Present for aREGRESSION
MLModel
request.
Declaration
Objective-C
@property (nonatomic, strong) AWSMachineLearningPrediction *_Nullable prediction;
Swift
var prediction: AWSMachineLearningPrediction? { get set }