diff --git a/hack/python-sdk/gen-sdk.sh b/hack/python-sdk/gen-sdk.sh index c276eec34c..137fe344dc 100755 --- a/hack/python-sdk/gen-sdk.sh +++ b/hack/python-sdk/gen-sdk.sh @@ -24,7 +24,7 @@ SWAGGER_JAR_URL="https://repo1.maven.org/maven2/org/openapitools/openapi-generat SWAGGER_CODEGEN_JAR="${repo_root}/hack/python-sdk/openapi-generator-cli.jar" SWAGGER_CODEGEN_CONF="${repo_root}/hack/python-sdk/swagger_config.json" SDK_OUTPUT_PATH="${repo_root}/sdk/python" -VERSION=1.5.0 +VERSION=1.6.0rc0 SWAGGER_CODEGEN_FILE="${repo_root}/hack/python-sdk/swagger.json" if [ -z "${GOPATH:-}" ]; then diff --git a/hack/python-sdk/swagger.json b/hack/python-sdk/swagger.json index 7247abd6ba..f18173a765 100644 --- a/hack/python-sdk/swagger.json +++ b/hack/python-sdk/swagger.json @@ -3,7 +3,7 @@ "info": { "description": "Python SDK for Kubeflow Training", "title": "Kubeflow Training SDK", - "version": "v1.5.0" + "version": "v1.6.0rc0" }, "paths": {}, "definitions": { diff --git a/hack/python-sdk/swagger_config.json b/hack/python-sdk/swagger_config.json index 971dc88c97..2bc4fd741b 100644 --- a/hack/python-sdk/swagger_config.json +++ b/hack/python-sdk/swagger_config.json @@ -1,7 +1,7 @@ { "packageName": "kubeflow.training", "projectName": "training", - "packageVersion": "1.5.0", + "packageVersion": "1.6.0rc0", "typeMappings": { "V1Time": "datetime" } diff --git a/sdk/python/kubeflow/training/__init__.py b/sdk/python/kubeflow/training/__init__.py index 7c63e7037b..b87c6166f5 100644 --- a/sdk/python/kubeflow/training/__init__.py +++ b/sdk/python/kubeflow/training/__init__.py @@ -7,14 +7,14 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ from __future__ import absolute_import -__version__ = "1.5.0" +__version__ = "1.6.0rc0" # import apis into sdk package diff --git a/sdk/python/kubeflow/training/api_client.py b/sdk/python/kubeflow/training/api_client.py index 3dae913251..878d7f2c4f 100644 --- a/sdk/python/kubeflow/training/api_client.py +++ b/sdk/python/kubeflow/training/api_client.py @@ -4,7 +4,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ @@ -78,7 +78,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'OpenAPI-Generator/1.5.0/python' + self.user_agent = 'OpenAPI-Generator/1.6.0rc0/python' self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/sdk/python/kubeflow/training/configuration.py b/sdk/python/kubeflow/training/configuration.py index 62846b36ac..b739365ed6 100644 --- a/sdk/python/kubeflow/training/configuration.py +++ b/sdk/python/kubeflow/training/configuration.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ @@ -324,8 +324,8 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: v1.5.0\n"\ - "SDK Package Version: 1.5.0".\ + "Version of the API: v1.6.0rc0\n"\ + "SDK Package Version: 1.6.0rc0".\ format(env=sys.platform, pyversion=sys.version) def get_host_settings(self): diff --git a/sdk/python/kubeflow/training/exceptions.py b/sdk/python/kubeflow/training/exceptions.py index 27411e7f5d..4315343874 100644 --- a/sdk/python/kubeflow/training/exceptions.py +++ b/sdk/python/kubeflow/training/exceptions.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/__init__.py b/sdk/python/kubeflow/training/models/__init__.py index 3ee2ac3152..3b7a620964 100644 --- a/sdk/python/kubeflow/training/models/__init__.py +++ b/sdk/python/kubeflow/training/models/__init__.py @@ -6,7 +6,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_elastic_policy.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_elastic_policy.py index c6e3d9f6bd..48336f5c86 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_elastic_policy.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_elastic_policy.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job.py index 84847988f4..acfec6cfc9 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job_list.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job_list.py index 3e1520ff54..bd4f756350 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job_list.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job_spec.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job_spec.py index 0f03b641d1..63411624e4 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job_spec.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mpi_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job.py index 857b4bc455..0e25521cc9 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job_list.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job_list.py index 94aee23d67..f970af455a 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job_list.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job_spec.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job_spec.py index ff65dbf678..226f67a5c5 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job_spec.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_mx_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_elastic_policy.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_elastic_policy.py index 0cf44a4039..d36718deda 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_elastic_policy.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_elastic_policy.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job.py index a2fc136d83..100017ada2 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job_list.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job_list.py index 2ff528532b..bd07553f3b 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job_list.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job_spec.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job_spec.py index 55cef164a1..ee7c8da56d 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job_spec.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_paddle_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job.py index 667aeb2509..f00026e3ae 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job_list.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job_list.py index 6e107ea432..76e62b8568 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job_list.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job_spec.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job_spec.py index 5be8220337..f1cff34e10 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job_spec.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_py_torch_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_rdzv_conf.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_rdzv_conf.py index 343516f2bd..78a38e4a97 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_rdzv_conf.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_rdzv_conf.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job.py index 038238c4f5..acd2bab5b1 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job_list.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job_list.py index bde3f5d339..486c01439e 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job_list.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job_spec.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job_spec.py index 144a77d27a..071aedacff 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job_spec.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_tf_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job.py index b258929021..2230174828 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job_list.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job_list.py index 4ed85b0a10..634e876dce 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job_list.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job_spec.py b/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job_spec.py index 6a5e2d5061..9102768454 100644 --- a/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job_spec.py +++ b/sdk/python/kubeflow/training/models/kubeflow_org_v1_xg_boost_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/v1_job_condition.py b/sdk/python/kubeflow/training/models/v1_job_condition.py index 0ef6078f4e..2465e01b9d 100644 --- a/sdk/python/kubeflow/training/models/v1_job_condition.py +++ b/sdk/python/kubeflow/training/models/v1_job_condition.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/v1_job_status.py b/sdk/python/kubeflow/training/models/v1_job_status.py index 37460d3140..96ad627273 100644 --- a/sdk/python/kubeflow/training/models/v1_job_status.py +++ b/sdk/python/kubeflow/training/models/v1_job_status.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/v1_replica_spec.py b/sdk/python/kubeflow/training/models/v1_replica_spec.py index ef05c54caf..c2c1803be4 100644 --- a/sdk/python/kubeflow/training/models/v1_replica_spec.py +++ b/sdk/python/kubeflow/training/models/v1_replica_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/v1_replica_status.py b/sdk/python/kubeflow/training/models/v1_replica_status.py index 3e2e7d9585..659ab423bc 100644 --- a/sdk/python/kubeflow/training/models/v1_replica_status.py +++ b/sdk/python/kubeflow/training/models/v1_replica_status.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/v1_run_policy.py b/sdk/python/kubeflow/training/models/v1_run_policy.py index f064879671..cd5ec97284 100644 --- a/sdk/python/kubeflow/training/models/v1_run_policy.py +++ b/sdk/python/kubeflow/training/models/v1_run_policy.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/models/v1_scheduling_policy.py b/sdk/python/kubeflow/training/models/v1_scheduling_policy.py index 775b341204..c7d753a0e7 100644 --- a/sdk/python/kubeflow/training/models/v1_scheduling_policy.py +++ b/sdk/python/kubeflow/training/models/v1_scheduling_policy.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/kubeflow/training/rest.py b/sdk/python/kubeflow/training/rest.py index 02a10306e1..07329eb384 100644 --- a/sdk/python/kubeflow/training/rest.py +++ b/sdk/python/kubeflow/training/rest.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/setup.py b/sdk/python/setup.py index c837d447db..96cdf74b86 100644 --- a/sdk/python/setup.py +++ b/sdk/python/setup.py @@ -27,7 +27,7 @@ setuptools.setup( name="kubeflow-training", - version="1.5.0", + version="1.6.0rc0", author="Kubeflow Authors", author_email="hejinchi@cn.ibm.com", license="Apache License Version 2.0", diff --git a/sdk/python/test/test_kubeflow_org_v1_elastic_policy.py b/sdk/python/test/test_kubeflow_org_v1_elastic_policy.py index 11eaab937f..02efc3226e 100644 --- a/sdk/python/test/test_kubeflow_org_v1_elastic_policy.py +++ b/sdk/python/test/test_kubeflow_org_v1_elastic_policy.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_mpi_job.py b/sdk/python/test/test_kubeflow_org_v1_mpi_job.py index 5bb33e150c..08a59c9cf7 100644 --- a/sdk/python/test/test_kubeflow_org_v1_mpi_job.py +++ b/sdk/python/test/test_kubeflow_org_v1_mpi_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_mpi_job_list.py b/sdk/python/test/test_kubeflow_org_v1_mpi_job_list.py index bcc1bad6b9..e335dc72b5 100644 --- a/sdk/python/test/test_kubeflow_org_v1_mpi_job_list.py +++ b/sdk/python/test/test_kubeflow_org_v1_mpi_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_mpi_job_spec.py b/sdk/python/test/test_kubeflow_org_v1_mpi_job_spec.py index fca79722e5..976088f91f 100644 --- a/sdk/python/test/test_kubeflow_org_v1_mpi_job_spec.py +++ b/sdk/python/test/test_kubeflow_org_v1_mpi_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_mx_job.py b/sdk/python/test/test_kubeflow_org_v1_mx_job.py index 2f54224baa..7ff0f01d39 100644 --- a/sdk/python/test/test_kubeflow_org_v1_mx_job.py +++ b/sdk/python/test/test_kubeflow_org_v1_mx_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_mx_job_list.py b/sdk/python/test/test_kubeflow_org_v1_mx_job_list.py index 831f2c1c35..2f9a2b9420 100644 --- a/sdk/python/test/test_kubeflow_org_v1_mx_job_list.py +++ b/sdk/python/test/test_kubeflow_org_v1_mx_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_mx_job_spec.py b/sdk/python/test/test_kubeflow_org_v1_mx_job_spec.py index 83cafecc76..3ecbfcedd8 100644 --- a/sdk/python/test/test_kubeflow_org_v1_mx_job_spec.py +++ b/sdk/python/test/test_kubeflow_org_v1_mx_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_paddle_elastic_policy.py b/sdk/python/test/test_kubeflow_org_v1_paddle_elastic_policy.py index 2cf2c3c27a..ed34809bd7 100644 --- a/sdk/python/test/test_kubeflow_org_v1_paddle_elastic_policy.py +++ b/sdk/python/test/test_kubeflow_org_v1_paddle_elastic_policy.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_paddle_job.py b/sdk/python/test/test_kubeflow_org_v1_paddle_job.py index 1cd71a4372..d6268eb042 100644 --- a/sdk/python/test/test_kubeflow_org_v1_paddle_job.py +++ b/sdk/python/test/test_kubeflow_org_v1_paddle_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_paddle_job_list.py b/sdk/python/test/test_kubeflow_org_v1_paddle_job_list.py index 2de315603a..6adb14d11e 100644 --- a/sdk/python/test/test_kubeflow_org_v1_paddle_job_list.py +++ b/sdk/python/test/test_kubeflow_org_v1_paddle_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_paddle_job_spec.py b/sdk/python/test/test_kubeflow_org_v1_paddle_job_spec.py index 1e9ebc2e3e..3ea30d4b63 100644 --- a/sdk/python/test/test_kubeflow_org_v1_paddle_job_spec.py +++ b/sdk/python/test/test_kubeflow_org_v1_paddle_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_py_torch_job.py b/sdk/python/test/test_kubeflow_org_v1_py_torch_job.py index e6fe89f4b1..3c9915d497 100644 --- a/sdk/python/test/test_kubeflow_org_v1_py_torch_job.py +++ b/sdk/python/test/test_kubeflow_org_v1_py_torch_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_py_torch_job_list.py b/sdk/python/test/test_kubeflow_org_v1_py_torch_job_list.py index c860de7ecb..7c2e8c5fe3 100644 --- a/sdk/python/test/test_kubeflow_org_v1_py_torch_job_list.py +++ b/sdk/python/test/test_kubeflow_org_v1_py_torch_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_py_torch_job_spec.py b/sdk/python/test/test_kubeflow_org_v1_py_torch_job_spec.py index 65de87eb14..96f060a6c9 100644 --- a/sdk/python/test/test_kubeflow_org_v1_py_torch_job_spec.py +++ b/sdk/python/test/test_kubeflow_org_v1_py_torch_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_rdzv_conf.py b/sdk/python/test/test_kubeflow_org_v1_rdzv_conf.py index f7e2b4df2d..0063b76e27 100644 --- a/sdk/python/test/test_kubeflow_org_v1_rdzv_conf.py +++ b/sdk/python/test/test_kubeflow_org_v1_rdzv_conf.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_tf_job.py b/sdk/python/test/test_kubeflow_org_v1_tf_job.py index ce1193272d..ff3035e013 100644 --- a/sdk/python/test/test_kubeflow_org_v1_tf_job.py +++ b/sdk/python/test/test_kubeflow_org_v1_tf_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_tf_job_list.py b/sdk/python/test/test_kubeflow_org_v1_tf_job_list.py index e513a728e3..68677b264f 100644 --- a/sdk/python/test/test_kubeflow_org_v1_tf_job_list.py +++ b/sdk/python/test/test_kubeflow_org_v1_tf_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_tf_job_spec.py b/sdk/python/test/test_kubeflow_org_v1_tf_job_spec.py index fc34a75a2f..d945247bc0 100644 --- a/sdk/python/test/test_kubeflow_org_v1_tf_job_spec.py +++ b/sdk/python/test/test_kubeflow_org_v1_tf_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_xg_boost_job.py b/sdk/python/test/test_kubeflow_org_v1_xg_boost_job.py index f4a8234eb2..ba5a142b6e 100644 --- a/sdk/python/test/test_kubeflow_org_v1_xg_boost_job.py +++ b/sdk/python/test/test_kubeflow_org_v1_xg_boost_job.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_xg_boost_job_list.py b/sdk/python/test/test_kubeflow_org_v1_xg_boost_job_list.py index d2801fd4f2..3f8f415440 100644 --- a/sdk/python/test/test_kubeflow_org_v1_xg_boost_job_list.py +++ b/sdk/python/test/test_kubeflow_org_v1_xg_boost_job_list.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_kubeflow_org_v1_xg_boost_job_spec.py b/sdk/python/test/test_kubeflow_org_v1_xg_boost_job_spec.py index dab6abe9ef..ca44655410 100644 --- a/sdk/python/test/test_kubeflow_org_v1_xg_boost_job_spec.py +++ b/sdk/python/test/test_kubeflow_org_v1_xg_boost_job_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_v1_job_condition.py b/sdk/python/test/test_v1_job_condition.py index fc7a19b69e..7aa8067c5f 100644 --- a/sdk/python/test/test_v1_job_condition.py +++ b/sdk/python/test/test_v1_job_condition.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_v1_job_status.py b/sdk/python/test/test_v1_job_status.py index 1306a33fa3..ee5a681ac1 100644 --- a/sdk/python/test/test_v1_job_status.py +++ b/sdk/python/test/test_v1_job_status.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_v1_replica_spec.py b/sdk/python/test/test_v1_replica_spec.py index 28e85643aa..6b15df0435 100644 --- a/sdk/python/test/test_v1_replica_spec.py +++ b/sdk/python/test/test_v1_replica_spec.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_v1_replica_status.py b/sdk/python/test/test_v1_replica_status.py index e1af62a909..ff302e0703 100644 --- a/sdk/python/test/test_v1_replica_status.py +++ b/sdk/python/test/test_v1_replica_status.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_v1_run_policy.py b/sdk/python/test/test_v1_run_policy.py index ca99ac2334..5d3352d404 100644 --- a/sdk/python/test/test_v1_run_policy.py +++ b/sdk/python/test/test_v1_run_policy.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """ diff --git a/sdk/python/test/test_v1_scheduling_policy.py b/sdk/python/test/test_v1_scheduling_policy.py index 5f5c515eba..b45d8edc76 100644 --- a/sdk/python/test/test_v1_scheduling_policy.py +++ b/sdk/python/test/test_v1_scheduling_policy.py @@ -5,7 +5,7 @@ Python SDK for Kubeflow Training # noqa: E501 - The version of the OpenAPI document: v1.5.0 + The version of the OpenAPI document: v1.6.0rc0 Generated by: https://openapi-generator.tech """