ExternalEventsDetail class
Details for the external events data used for model version training.
Constructors
- ExternalEventsDetail({required String dataAccessRoleArn, required String dataLocation})
-
ExternalEventsDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataAccessRoleArn → String
-
The ARN of the role that provides Amazon Fraud Detector access to the data
location.
final
- dataLocation → String
-
The Amazon S3 bucket location for the data.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited