Skip to content

Commit

Permalink
feat(specs): update estimate response type [skip-bc] (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4101

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Christopher Hawke <69921547+cdhawke@users.noreply.github.com>
  • Loading branch information
algolia-bot and cdhawke committed Nov 14, 2024
1 parent df1e896 commit 46041f0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/client-abtesting/model/estimateABTestResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ export type EstimateABTestResponse = {
durationDays?: number;

/**
* Number of tracked searches needed to be able to detect the configured effect for the control variant.
* Sample size estimates for each variant. The first element is the control variant. Each element is the estimated number of searches required to achieve the desired statistical significance.
*/
controlSampleSize?: number;

/**
* Number of tracked searches needed to be able to detect the configured effect for the experiment variant.
*/
experimentSampleSize?: number;
sampleSizes?: Array<number>;
};

0 comments on commit 46041f0

Please sign in to comment.