Filter

class Filter

Contains information on a recommendation filter, including its ARN, status, and filter expression.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the filter was created.

Link copied to clipboard

The ARN of the dataset group to which the filter belongs.

Link copied to clipboard

If the filter failed, the reason for its failure.

Link copied to clipboard

The ARN of the filter.

Link copied to clipboard

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.

Link copied to clipboard

The time at which the filter was last updated.

Link copied to clipboard
val name: String?

The name of the filter.

Link copied to clipboard

The status of the filter.

Functions

Link copied to clipboard
inline fun copy(block: Filter.Builder.() -> Unit = {}): Filter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String