All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.EvaluationBucket.kt Maven / Gradle / Ivy

There is a newer version: 2.2.0-alpha.2
Show newest version
package com.amplitude.experiment.evaluation

import kotlinx.serialization.Serializable

@Serializable
data class EvaluationBucket(
    // How to select the prop from the context.
    val selector: List,

    // A random string used to salt the bucketing value prior to hashing.
    val salt: String,

    // Determines which variant, if any, should be returned based on the
    // result of the hash functions.
    val allocations: List,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy