RecommenderUpdate

Contains information about an update operation performed on a recommender.

Types

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

Properties

Link copied to clipboard

The timestamp when this recommender update was initiated.

Link copied to clipboard

If the update operation failed, provides the reason for the failure.

Link copied to clipboard

The timestamp of when the recommender was edited.

Link copied to clipboard

The updated configuration settings applied to the recommender during this update.

Link copied to clipboard

The current status of the recommender update operation.

Functions

Link copied to clipboard
inline fun copy(block: RecommenderUpdate.Builder.() -> Unit = {}): RecommenderUpdate
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