AWSMachineLearningUpdateMLModelInput
Objective-C
@interface AWSMachineLearningUpdateMLModelInput
Swift
class AWSMachineLearningUpdateMLModelInput
-
The ID assigned to the
MLModelduring creation.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable MLModelId;Swift
var mlModelId: String? { get set } -
A user-supplied name or description of the
MLModel.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable MLModelName;Swift
var mlModelName: String? { get set } -
The
ScoreThresholdused in binary classificationMLModelthat marks the boundary between a positive prediction and a negative prediction.Output values greater than or equal to the
ScoreThresholdreceive a positive result from theMLModel, such astrue. Output values less than theScoreThresholdreceive a negative response from theMLModel, such asfalse.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable scoreThreshold;Swift
var scoreThreshold: NSNumber? { get set }
View on GitHub
Install in Dash
AWSMachineLearningUpdateMLModelInput Class Reference