> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Experiment

> Experiment データ型。

実験構成の更新を表すペイロード。

## Properties

| Name                            | Type                                                                                         | Description                 |
| :------------------------------ | :------------------------------------------------------------------------------------------- | :-------------------------- |
| StartTime                       | DateTime                                                                                     | 実験を開始する予定時刻、または開始された時刻。     |
| DurationInDays                  | int32                                                                                        | 実験の期間 (日数)。                 |
| SegmentId                       | String                                                                                       | この実験が適用されるセグメントの ID。        |
| ExclusionGroupId                | String                                                                                       | この実験が適用される除外グループの ID。       |
| ExclusionGroupTrafficAllocation | int32                                                                                        | この実験で確認される除外グループ トラフィックの割合。 |
| Variants                        | [ExperimentVariant](/services/playfab/api-references/events/data-types/experimentvariant)\[] | 実験のバリアントの一覧。                |


## Related topics

- [experiment_created](/ja-jp/services/playfab/api-references/events/Experimentation/experiment-created.md)
- [experiment_deleted](/ja-jp/services/playfab/api-references/events/Experimentation/experiment-deleted.md)
- [experiment_updated](/ja-jp/services/playfab/api-references/events/Experimentation/experiment-updated.md)
- [experiment_start_requested](/ja-jp/services/playfab/api-references/events/Experimentation/experiment-start-requested.md)
- [experiment_stop_requested](/ja-jp/services/playfab/api-references/events/Experimentation/experiment-stop-requested.md)
