AWSMachineLearningPredictInput
Objective-C
@interface AWSMachineLearningPredictInput
Swift
class AWSMachineLearningPredictInput
-
A unique identifier of the
MLModel
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable MLModelId;
Swift
var mlModelId: String? { get set }
-
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable predictEndpoint;
Swift
var predictEndpoint: String? { get set }
-
A map of variable name-value pairs that represent an observation.
Declaration
Objective-C
@property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable record;
Swift
var record: [String : String]? { get set }