diff --git a/DO_OPENAPI_COMMIT_SHA.txt b/DO_OPENAPI_COMMIT_SHA.txt index 97420a94..476d9fa6 100644 --- a/DO_OPENAPI_COMMIT_SHA.txt +++ b/DO_OPENAPI_COMMIT_SHA.txt @@ -1 +1 @@ -c48a3c6 +2d2ec6c diff --git a/src/pydo/aio/operations/_operations.py b/src/pydo/aio/operations/_operations.py index df5ab3b8..524e2daa 100644 --- a/src/pydo/aio/operations/_operations.py +++ b/src/pydo/aio/operations/_operations.py @@ -241337,7 +241337,15 @@ async def update_custom_model_metadata( # JSON input template you can fill out and use as your body input. body = { "description": "str", # Optional. + "input_modalities": [ + "str" # Optional. Input modalities supported (e.g., text, image). + ], + "license": "str", # Optional. License under which the model is distributed. "name": "str", # Optional. + "output_modalities": [ + "str" # Optional. Output modalities supported (e.g., text, image). + ], + "parameters": "str", # Optional. Number of parameters in the model. "tags": { "tags": [ "str" # Optional. List of tag strings. @@ -241605,7 +241613,15 @@ async def update_custom_model_metadata( # JSON input template you can fill out and use as your body input. body = { "description": "str", # Optional. + "input_modalities": [ + "str" # Optional. Input modalities supported (e.g., text, image). + ], + "license": "str", # Optional. License under which the model is distributed. "name": "str", # Optional. + "output_modalities": [ + "str" # Optional. Output modalities supported (e.g., text, image). + ], + "parameters": "str", # Optional. Number of parameters in the model. "tags": { "tags": [ "str" # Optional. List of tag strings. diff --git a/src/pydo/operations/_operations.py b/src/pydo/operations/_operations.py index 24e30fda..f35deb95 100644 --- a/src/pydo/operations/_operations.py +++ b/src/pydo/operations/_operations.py @@ -256352,7 +256352,15 @@ def update_custom_model_metadata( # JSON input template you can fill out and use as your body input. body = { "description": "str", # Optional. + "input_modalities": [ + "str" # Optional. Input modalities supported (e.g., text, image). + ], + "license": "str", # Optional. License under which the model is distributed. "name": "str", # Optional. + "output_modalities": [ + "str" # Optional. Output modalities supported (e.g., text, image). + ], + "parameters": "str", # Optional. Number of parameters in the model. "tags": { "tags": [ "str" # Optional. List of tag strings. @@ -256620,7 +256628,15 @@ def update_custom_model_metadata( # JSON input template you can fill out and use as your body input. body = { "description": "str", # Optional. + "input_modalities": [ + "str" # Optional. Input modalities supported (e.g., text, image). + ], + "license": "str", # Optional. License under which the model is distributed. "name": "str", # Optional. + "output_modalities": [ + "str" # Optional. Output modalities supported (e.g., text, image). + ], + "parameters": "str", # Optional. Number of parameters in the model. "tags": { "tags": [ "str" # Optional. List of tag strings.