AWSIoTGetBehaviorModelTrainingSummariesResponse

Objective-C

@interface AWSIoTGetBehaviorModelTrainingSummariesResponse

Swift

class AWSIoTGetBehaviorModelTrainingSummariesResponse
  • A token that can be used to retrieve the next set of results, or null if there are no additional results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }
  • A list of all ML Detect behaviors and their model status for a given Security Profile.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSIoTBehaviorModelTrainingSummary *> *_Nullable summaries;

    Swift

    var summaries: [AWSIoTBehaviorModelTrainingSummary]? { get set }