You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param variants A/B test variants. The first variant is your _control_ index, typically your production index. All of the additional variants are indexes with changed settings that you want to test against the control.
17
+
* @param stoppedAt Date and time when the A/B test was stopped, in RFC 3339 format.
17
18
* @param configuration
18
19
* @param migratedAbTestID Unique migrated A/B test identifier.
19
20
*/
@@ -40,6 +41,9 @@ public data class ABTest(
40
41
/** A/B test variants. The first variant is your _control_ index, typically your production index. All of the additional variants are indexes with changed settings that you want to test against the control. */
0 commit comments