Uses of Class
software.amazon.awssdk.services.evidently.model.ExperimentBaseStat
-
Packages that use ExperimentBaseStat Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ExperimentBaseStat in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ExperimentBaseStat Modifier and Type Method Description ExperimentBaseStatGetExperimentResultsRequest. baseStat()The statistic used to calculate experiment results.static ExperimentBaseStatExperimentBaseStat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExperimentBaseStatExperimentBaseStat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExperimentBaseStat[]ExperimentBaseStat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ExperimentBaseStat Modifier and Type Method Description static Set<ExperimentBaseStat>ExperimentBaseStat. knownValues()Methods in software.amazon.awssdk.services.evidently.model with parameters of type ExperimentBaseStat Modifier and Type Method Description GetExperimentResultsRequest.BuilderGetExperimentResultsRequest.Builder. baseStat(ExperimentBaseStat baseStat)The statistic used to calculate experiment results.
-