-
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.
Merge pull request #23 from waylayio/chore/regenerate
chore: regenerate registry (sdk.20240430) 🔁
- Loading branch information
Showing
626 changed files
with
13,519 additions
and
55,433 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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,31 @@ | ||
# AltEmbeddedVersionIKfservingResponseV2 | ||
|
||
Embedded representations of the _latest_ draft/published versions. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**draft** | [**KfservingResponseV2**](KfservingResponseV2.md) | | [optional] | ||
**published** | [**KfservingResponseV2**](KfservingResponseV2.md) | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from waylay.services.registry.models.alt_embedded_version_i_kfserving_response_v2 import AltEmbeddedVersionIKfservingResponseV2 | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of AltEmbeddedVersionIKfservingResponseV2 from a JSON string | ||
alt_embedded_version_i_kfserving_response_v2_instance = AltEmbeddedVersionIKfservingResponseV2.from_json(json) | ||
# print the JSON string representation of the object | ||
print AltEmbeddedVersionIKfservingResponseV2.to_json() | ||
|
||
# convert the object into a dict | ||
alt_embedded_version_i_kfserving_response_v2_dict = alt_embedded_version_i_kfserving_response_v2_instance.to_dict() | ||
# create an instance of AltEmbeddedVersionIKfservingResponseV2 from a dict | ||
alt_embedded_version_i_kfserving_response_v2_form_dict = alt_embedded_version_i_kfserving_response_v2.from_dict(alt_embedded_version_i_kfserving_response_v2_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# AltEmbeddedVersionIPlugResponseV2 | ||
|
||
Embedded representations of the _latest_ draft/published versions. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**draft** | [**PlugResponseV2**](PlugResponseV2.md) | | [optional] | ||
**published** | [**PlugResponseV2**](PlugResponseV2.md) | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from waylay.services.registry.models.alt_embedded_version_i_plug_response_v2 import AltEmbeddedVersionIPlugResponseV2 | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of AltEmbeddedVersionIPlugResponseV2 from a JSON string | ||
alt_embedded_version_i_plug_response_v2_instance = AltEmbeddedVersionIPlugResponseV2.from_json(json) | ||
# print the JSON string representation of the object | ||
print AltEmbeddedVersionIPlugResponseV2.to_json() | ||
|
||
# convert the object into a dict | ||
alt_embedded_version_i_plug_response_v2_dict = alt_embedded_version_i_plug_response_v2_instance.to_dict() | ||
# create an instance of AltEmbeddedVersionIPlugResponseV2 from a dict | ||
alt_embedded_version_i_plug_response_v2_form_dict = alt_embedded_version_i_plug_response_v2.from_dict(alt_embedded_version_i_plug_response_v2_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) | ||
|
||
|
31 changes: 31 additions & 0 deletions
31
docs/AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2 | ||
|
||
Embedded representations of the _latest_ draft/published versions. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**draft** | [**WebscriptResponseWithInvokeLinkV2**](WebscriptResponseWithInvokeLinkV2.md) | | [optional] | ||
**published** | [**WebscriptResponseWithInvokeLinkV2**](WebscriptResponseWithInvokeLinkV2.md) | | [optional] | ||
|
||
## Example | ||
|
||
```python | ||
from waylay.services.registry.models.alt_embedded_version_i_webscript_response_with_invoke_link_v2 import AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2 | ||
|
||
# TODO update the JSON string below | ||
json = "{}" | ||
# create an instance of AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2 from a JSON string | ||
alt_embedded_version_i_webscript_response_with_invoke_link_v2_instance = AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2.from_json(json) | ||
# print the JSON string representation of the object | ||
print AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2.to_json() | ||
|
||
# convert the object into a dict | ||
alt_embedded_version_i_webscript_response_with_invoke_link_v2_dict = alt_embedded_version_i_webscript_response_with_invoke_link_v2_instance.to_dict() | ||
# create an instance of AltEmbeddedVersionIWebscriptResponseWithInvokeLinkV2 from a dict | ||
alt_embedded_version_i_webscript_response_with_invoke_link_v2_form_dict = alt_embedded_version_i_webscript_response_with_invoke_link_v2.from_dict(alt_embedded_version_i_webscript_response_with_invoke_link_v2_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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.