Filter
public struct Filter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time at which the filter was created.
Declaration
Swift
public let creationDateTime: TimeStamp? -
The ARN of the dataset group to which the filter belongs.
Declaration
Swift
public let datasetGroupArn: String? -
If the filter failed, the reason for its failure.
Declaration
Swift
public let failureReason: String? -
The ARN of the filter.
Declaration
Swift
public let filterArn: String? -
Specifies the type of item interactions to filter out of recommendation results. The filter expression must follow the following format: EXCLUDE itemId WHERE INTERACTIONS.event_type in (“EVENT_TYPE”) Where “EVENT_TYPE” is the type of event to filter out. For more information, see Using Filters with Amazon Personalize.
Declaration
Swift
public let filterExpression: String? -
The time at which the filter was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp? -
The name of the filter.
Declaration
Swift
public let name: String? -
The status of the filter.
Declaration
Swift
public let status: String?
View on GitHub
Filter Structure Reference