-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5b8c17e
commit 2bf0091
Showing
303 changed files
with
425 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.7.0 | ||
7.8.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# AggregationByResourceAndMetricValue | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
## Example | ||
|
||
```python | ||
from waylay.services.queries.models.aggregation_by_resource_and_metric_value import AggregationByResourceAndMetricValue | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of AggregationByResourceAndMetricValue from a JSON string | ||
aggregation_by_resource_and_metric_value_instance = AggregationByResourceAndMetricValue.from_json(json) | ||
# print the JSON string representation of the object | ||
print AggregationByResourceAndMetricValue.to_json() | ||
|
||
# convert the object into a dict | ||
aggregation_by_resource_and_metric_value_dict = aggregation_by_resource_and_metric_value_instance.to_dict() | ||
# create an instance of AggregationByResourceAndMetricValue from a dict | ||
aggregation_by_resource_and_metric_value_form_dict = aggregation_by_resource_and_metric_value.from_dict(aggregation_by_resource_and_metric_value_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# AggregationByResourceOrMetricValue | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
## Example | ||
|
||
```python | ||
from waylay.services.queries.models.aggregation_by_resource_or_metric_value import AggregationByResourceOrMetricValue | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of AggregationByResourceOrMetricValue from a JSON string | ||
aggregation_by_resource_or_metric_value_instance = AggregationByResourceOrMetricValue.from_json(json) | ||
# print the JSON string representation of the object | ||
print AggregationByResourceOrMetricValue.to_json() | ||
|
||
# convert the object into a dict | ||
aggregation_by_resource_or_metric_value_dict = aggregation_by_resource_or_metric_value_instance.to_dict() | ||
# create an instance of AggregationByResourceOrMetricValue from a dict | ||
aggregation_by_resource_or_metric_value_form_dict = aggregation_by_resource_or_metric_value.from_dict(aggregation_by_resource_or_metric_value_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# EmbeddingsValue | ||
|
||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
|
||
## Example | ||
|
||
```python | ||
from waylay.services.queries.models.embeddings_value import EmbeddingsValue | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of EmbeddingsValue from a JSON string | ||
embeddings_value_instance = EmbeddingsValue.from_json(json) | ||
# print the JSON string representation of the object | ||
print EmbeddingsValue.to_json() | ||
|
||
# convert the object into a dict | ||
embeddings_value_dict = embeddings_value_instance.to_dict() | ||
# create an instance of EmbeddingsValue from a dict | ||
embeddings_value_form_dict = embeddings_value.from_dict(embeddings_value_dict) | ||
``` | ||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pydantic ~= 2.6 | ||
typing-extensions ~= 4.9 | ||
waylay-sdk-core ~= 0.2.3 | ||
waylay-sdk-core ~= 0.2.4 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.