Filter class
Contains information on a recommendation filter, including its ARN, status, and filter expression.
Constructors
Properties
- creationDateTime → DateTime?
-
The time at which the filter was created.
final
- datasetGroupArn → String?
-
The ARN of the dataset group to which the filter belongs.
final
- failureReason → String?
-
If the filter failed, the reason for its failure.
final
- filterArn → String?
-
The ARN of the filter.
final
- filterExpression → String?
-
Specifies the type of item interactions to filter out of recommendation
results. The filter expression must follow the following format:
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedDateTime → DateTime?
-
The time at which the filter was last updated.
final
- name → String?
-
The name of the filter.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String?
-
The status of the filter.
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