Skip to content

Commit 705a22d

Browse files
author
LaunchDarklyReleaseBot
committed
Version 17.2.0 automatically generated from ld-openapi.
1 parent 1961565 commit 705a22d

File tree

1,273 files changed

+23507
-5900
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,273 files changed

+23507
-5900
lines changed

Diff for: .openapi-generator/FILES

+138-30
Large diffs are not rendered by default.

Diff for: README.md

+150-55
Large diffs are not rendered by default.

Diff for: docs/AIConfig.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# AIConfig
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**description** | **str** | |
8+
**key** | **str** | |
9+
**name** | **str** | |
10+
**tags** | **[str]** | |
11+
**version** | **int** | |
12+
**variations** | [**[AIConfigVariation]**](AIConfigVariation.md) | |
13+
**created_at** | **int** | |
14+
**updated_at** | **int** | |
15+
**access** | [**AiConfigsAccess**](AiConfigsAccess.md) | | [optional]
16+
**links** | [**ParentAndSelfLinks**](ParentAndSelfLinks.md) | | [optional]
17+
**maintainer** | [**AIConfigMaintainer**](AIConfigMaintainer.md) | | [optional]
18+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
19+
20+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
21+
22+

Diff for: docs/AIConfigMaintainer.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# AIConfigMaintainer
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**kind** | **str** | |
8+
**id** | **str** | |
9+
**email** | **str** | |
10+
**role** | **str** | |
11+
**key** | **str** | |
12+
**name** | **str** | |
13+
**first_name** | **str** | | [optional]
14+
**last_name** | **str** | | [optional]
15+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+
19+

Diff for: docs/Object.md renamed to docs/AIConfigPatch.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
# Object
1+
# AIConfigPatch
22

33

44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7+
**description** | **str** | | [optional]
8+
**maintainer_id** | **str** | | [optional]
9+
**maintainer_team_key** | **str** | | [optional]
710
**name** | **str** | | [optional]
8-
**kind** | **str** | | [optional]
9-
**pkg_path** | **str** | | [optional]
10-
**pkg_name** | **str** | | [optional]
11-
**valid_pos** | **bool** | | [optional]
12-
**shadow** | **{str: (bool,)}** | | [optional]
11+
**tags** | **[str]** | | [optional]
1312
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1413

1514
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Diff for: docs/AIConfigPost.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AIConfigPost
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**key** | **str** | |
8+
**name** | **str** | |
9+
**description** | **str** | | [optional] if omitted the server will use the default value of ""
10+
**maintainer_id** | **str** | | [optional]
11+
**maintainer_team_key** | **str** | | [optional]
12+
**tags** | **[str]** | | [optional]
13+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+

Diff for: docs/AIConfigVariation.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# AIConfigVariation
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**key** | **str** | |
8+
**messages** | [**[Message]**](Message.md) | |
9+
**model** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | |
10+
**name** | **str** | |
11+
**created_at** | **int** | |
12+
**version** | **int** | |
13+
**links** | [**ParentLink**](ParentLink.md) | | [optional]
14+
**model_config_key** | **str** | | [optional]
15+
**state** | **str** | | [optional]
16+
**archived_at** | **int** | | [optional]
17+
**published_at** | **int** | | [optional]
18+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
19+
20+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
21+
22+

Diff for: docs/AIConfigVariationPatch.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AIConfigVariationPatch
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**messages** | [**[Message]**](Message.md) | | [optional]
8+
**model** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | | [optional]
9+
**model_config_key** | **str** | | [optional]
10+
**name** | **str** | | [optional]
11+
**published** | **bool** | | [optional]
12+
**state** | **str** | One of 'archived', 'published' | [optional]
13+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+

Diff for: docs/AIConfigVariationPost.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AIConfigVariationPost
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**key** | **str** | |
8+
**messages** | [**[Message]**](Message.md) | |
9+
**model** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | |
10+
**name** | **str** | |
11+
**model_config_key** | **str** | | [optional]
12+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
13+
14+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
15+
16+

Diff for: docs/ExperimentTimeSeriesSlice.md renamed to docs/AIConfigVariationsResponse.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# ExperimentTimeSeriesSlice
1+
# AIConfigVariationsResponse
22

33

44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**time** | **int** | | [optional]
8-
**variation_data** | [**ExperimentTimeSeriesVariationSlices**](ExperimentTimeSeriesVariationSlices.md) | | [optional]
7+
**items** | [**[AIConfigVariation]**](AIConfigVariation.md) | |
8+
**total_count** | **int** | |
99
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Diff for: docs/ExperimentStatsRep.md renamed to docs/AIConfigs.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
# ExperimentStatsRep
1+
# AIConfigs
22

33

44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**p_value** | **float** | | [optional]
8-
**chi2** | **float** | | [optional]
9-
**winning_variation_idx** | **int** | | [optional]
10-
**min_sample_size_met** | **bool** | | [optional]
7+
**items** | [**[AIConfig]**](AIConfig.md) | |
8+
**total_count** | **int** | |
9+
**links** | [**PaginatedLinks**](PaginatedLinks.md) | | [optional]
1110
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
1211

1312
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

0 commit comments

Comments
 (0)