AWSIoTBehaviorModelTrainingSummary
Objective-C
@interface AWSIoTBehaviorModelTrainingSummary
Swift
class AWSIoTBehaviorModelTrainingSummary
The summary of an ML Detect behavior model.
-
The name of the behavior.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable behaviorName;
Swift
var behaviorName: String? { get set }
-
The percentage of datapoints collected.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable datapointsCollectionPercentage;
Swift
var datapointsCollectionPercentage: NSNumber? { get set }
-
The date the model was last refreshed.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModelRefreshDate;
Swift
var lastModelRefreshDate: Date? { get set }
-
The status of the behavior model.
Declaration
Objective-C
@property (nonatomic) AWSIoTModelStatus modelStatus;
Swift
var modelStatus: AWSIoTModelStatus { get set }
-
The name of the security profile.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable securityProfileName;
Swift
var securityProfileName: String? { get set }
-
The date a training model started collecting data.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable trainingDataCollectionStartDate;
Swift
var trainingDataCollectionStartDate: Date? { get set }