README.md
pyproject.toml
setup.cfg
setup.py
sxwl_client/__init__.py
sxwl_client/api_client.py
sxwl_client/api_response.py
sxwl_client/configuration.py
sxwl_client/exceptions.py
sxwl_client/py.typed
sxwl_client/rest.py
sxwl_client.egg-info/PKG-INFO
sxwl_client.egg-info/SOURCES.txt
sxwl_client.egg-info/dependency_links.txt
sxwl_client.egg-info/requires.txt
sxwl_client.egg-info/top_level.txt
sxwl_client/api/__init__.py
sxwl_client/api/scheduler_api_api.py
sxwl_client/models/__init__.py
sxwl_client/models/adapter.py
sxwl_client/models/adapter_by_name_req.py
sxwl_client/models/adapter_optional.py
sxwl_client/models/base_resp.py
sxwl_client/models/dataset.py
sxwl_client/models/dataset_by_name_req.py
sxwl_client/models/dataset_optional.py
sxwl_client/models/finetune_req.py
sxwl_client/models/finetune_resp.py
sxwl_client/models/finetune_status_req.py
sxwl_client/models/finetune_status_resp.py
sxwl_client/models/hyperparameters.py
sxwl_client/models/inference_deploy_req.py
sxwl_client/models/inference_deploy_resp.py
sxwl_client/models/inference_status_req.py
sxwl_client/models/inference_status_resp.py
sxwl_client/models/job_call_back_req.py
sxwl_client/models/job_create_req.py
sxwl_client/models/job_create_resp.py
sxwl_client/models/model.py
sxwl_client/models/model_by_name_req.py
sxwl_client/models/model_optional.py
test/test_adapter.py
test/test_adapter_by_name_req.py
test/test_adapter_optional.py
test/test_base_resp.py
test/test_dataset.py
test/test_dataset_by_name_req.py
test/test_dataset_optional.py
test/test_finetune_req.py
test/test_finetune_resp.py
test/test_finetune_status_req.py
test/test_finetune_status_resp.py
test/test_hyperparameters.py
test/test_inference_deploy_req.py
test/test_inference_deploy_resp.py
test/test_inference_status_req.py
test/test_inference_status_resp.py
test/test_job_call_back_req.py
test/test_job_create_req.py
test/test_job_create_resp.py
test/test_model.py
test/test_model_by_name_req.py
test/test_model_optional.py
test/test_scheduler_api_api.py