Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Module data for samplesize
Error message if any
The exposure configuration
Show child attributes
The exposure source configuration
Show child attributes
Whether the user has explicitly customized the exposure source. When true, the flag filter sync is disabled. Missing (undefined) on old instances disables sync for backwards compatibility.
The metrics for sample size calculation
Show child attributes
The required sample size
The sample size calculation state
STATE_UNSPECIFIED, EMPTY, CALCULATING_EXPOSURE, CALCULATING_METRICS, DONE, ERROR, STALE, CANCELED The stats parameters
Show child attributes
Use scheduled calculations instead of one-time calculations
Was this page helpful?
{
"error": "<string>",
"exposure": {
"assignmentTable": {
"assignmentTable": "<string>",
"customEndTime": "<string>",
"customStartTime": "<string>",
"filters": {
"exposureFilter": "<string>"
},
"runtime": "<string>",
"samplingFactor": 123
},
"endTime": "<string>",
"startTime": "<string>"
},
"exposureSource": {
"assignmentTable": "<string>",
"customEndTime": "<string>",
"customStartTime": "<string>",
"exposureTableSchedule": "<string>",
"filters": {
"exposureFilter": "<string>"
},
"runtime": "<string>",
"samplingFactor": 123,
"workflowInstance": "<string>"
},
"hasCustomizedExposureSource": true,
"metrics": [
{
"metric": "<string>",
"error": "<string>",
"forecastedData": [
{
"dayIndex": 123,
"expectedSampleSize": 123,
"requiredSampleSize": 123
}
],
"observedData": [
{
"dayIndex": 123,
"expectedSampleSize": 123,
"mean": 123,
"requiredSampleSize": 123,
"variance": 123
}
],
"requiredSampleSize": 123,
"state": "STATE_UNSPECIFIED",
"summaryStats": {
"count": 123,
"mean": 123,
"variance": 123,
"varianceReductionRate": 123
},
"type": "TYPE_UNSPECIFIED"
}
],
"requiredSampleSize": 123,
"state": "STATE_UNSPECIFIED",
"useScheduledCalculation": true
}