class Aws::Personalize::Types::Filter
Contains information on a recommendation filter, including its ARN, status, and filter expression.
@!attribute [rw] name
The name of the filter. @return [String]
@!attribute [rw] filter_arn
The ARN of the filter. @return [String]
@!attribute [rw] creation_date_time
The time at which the filter was created. @return [Time]
@!attribute [rw] last_updated_date_time
The time at which the filter was last updated. @return [Time]
@!attribute [rw] dataset_group_arn
The ARN of the dataset group to which the filter belongs. @return [String]
@!attribute [rw] failure_reason
If the filter failed, the reason for its failure. @return [String]
@!attribute [rw] filter_expression
Specifies the type of item interactions to filter out of recommendation results. The filter expression must follow specific format rules. For information about filter expression structure and syntax, see filter-expressions. @return [String]
@!attribute [rw] status
The status of the filter. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/Filter AWS API Documentation
Constants
- SENSITIVE