DetectorModelConfiguration class

Information about how the detector model is configured.

Constructors

DetectorModelConfiguration({DateTime? creationTime, String? detectorModelArn, String? detectorModelDescription, String? detectorModelName, String? detectorModelVersion, EvaluationMethod? evaluationMethod, String? key, DateTime? lastUpdateTime, String? roleArn, DetectorModelVersionStatus? status})
DetectorModelConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime?
The time the detector model was created.
final
detectorModelArn String?
The ARN of the detector model.
final
detectorModelDescription String?
A brief description of the detector model.
final
detectorModelName String?
The name of the detector model.
final
detectorModelVersion String?
The version of the detector model.
final
evaluationMethod EvaluationMethod?
Information about the order in which events are evaluated and how actions are executed.
final
hashCode int
The hash code for this object.
no setterinherited
key String?
The value used to identify a detector instance. When a device or system sends input, a new detector instance with a unique key value is created. AWS IoT Events can continue to route input to its corresponding detector instance based on this identifying information.
final
lastUpdateTime DateTime?
The time the detector model was last updated.
final
roleArn String?
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DetectorModelVersionStatus?
The status of the detector model.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited