RecommenderFilterSummary

Provides a summary of a recommender filter's configuration and current state.

Types

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

Properties

Link copied to clipboard
val createdAt: <Error class: unknown class>?

The timestamp when the recommender filter was created.

Link copied to clipboard

A description of the recommender filter's purpose and characteristics.

Link copied to clipboard

If the recommender filter is in a failed state, provides the reason for the failure.

Link copied to clipboard

The filter expression that defines which items to include or exclude from recommendations.

Link copied to clipboard

The name of the recommender filter.

Link copied to clipboard

The name of the recommender schema associated with this recommender filter.

Link copied to clipboard

The current operational status of the recommender filter.

Link copied to clipboard

The tags used to organize, track, or control access for this resource.

Functions

Link copied to clipboard
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