AWSMachineLearningPredictInput Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSMachineLearningModel.h AWSMachineLearningModel.m |
MLModelId
A unique identifier of the MLModel
.
@property (nonatomic, strong) NSString *MLModelId
Declared In
AWSMachineLearningModel.h
predictEndpoint
@property (nonatomic, strong) NSString *predictEndpoint
Declared In
AWSMachineLearningModel.h
record
A map of variable name-value pairs that represent an observation.
@property (nonatomic, strong) NSDictionary<NSString*NSString*> *record
Declared In
AWSMachineLearningModel.h