Skip to content

Commit c483979

Browse files
author
BitsAdmin
committed
Merge branch 'ml_platform-Python-2024-07-01-online-1114-2025_04_21_16_39_19' into 'integration_2025-04-24_877407559426'
feat: [development task] ml_platform-1114-Python (1181064) See merge request iaasng/volcengine-python-sdk!579
2 parents d1c3d17 + ea6b070 commit c483979

File tree

489 files changed

+106181
-5
lines changed

Some content is hidden

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

489 files changed

+106181
-5
lines changed

meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"lasted": "1.1.5",
3-
"meta_commit": "521f507e6d49ad7a423e4d27c704afd61929da36"
2+
"lasted": "1.1.6",
3+
"meta_commit": "4284390d6cc8dbee5724644b6d758de8229eb39d"
44
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages # noqa: H301
44

55
NAME = "volcengine-python-sdk"
6-
VERSION = "1.1.5"
6+
VERSION = "1.1.6"
77
# To install the library, run the following
88
#
99
# python setup.py install

volcenginesdkcore/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
6363
self.default_headers[header_name] = header_value
6464
self.cookie = cookie
6565
# Set default User-Agent.
66-
self.user_agent = 'volcstack-python-sdk/1.1.5'
66+
self.user_agent = 'volcstack-python-sdk/1.1.6'
6767
self.client_side_validation = configuration.client_side_validation
6868

6969
self.interceptor_chain = InterceptorChain()

volcenginesdkcore/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,5 +250,5 @@ def to_debug_report(self):
250250
"OS: {env}\n" \
251251
"Python Version: {pyversion}\n" \
252252
"Version of the API: 0.1.0\n" \
253-
"SDK Package Version: 1.1.5".\
253+
"SDK Package Version: 1.1.6".\
254254
format(env=sys.platform, pyversion=sys.version)

volcenginesdkmlplatform20240701/__init__.py

Lines changed: 502 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
from __future__ import absolute_import
2+
3+
# flake8: noqa
4+
5+
# import apis into api package
6+
from volcenginesdkmlplatform20240701.api.ml_platform20240701_api import MLPLATFORM20240701Api

0 commit comments

Comments
 (0)