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

commonMain.EvaluationAllocation.kt Maven / Gradle / Ivy

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

import kotlinx.serialization.Serializable

@Serializable
data class EvaluationAllocation(
    // The distribution range [0, max). That is the possibles values are [0, max-1].
    // E.g. with max 100, [0, 49] is 50% allocation
    val range: List,

    // The distribution of variants if allocated.
    val distributions: List
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy