Rollout
July 9, 2025 ยท View on GitHub
Example Usage
import { Rollout } from "@launchdarkly/mcp-server/models/components";
let value: Rollout = {
variations: [
{
variation: 96641,
weight: 669432,
},
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
variations | components.WeightedVariation[] | :heavy_check_mark: | N/A |
experimentAllocation | components.ExperimentAllocationRep | :heavy_minus_sign: | N/A |
seed | number | :heavy_minus_sign: | N/A |
bucketBy | string | :heavy_minus_sign: | N/A |
contextKind | string | :heavy_minus_sign: | N/A |