truefoundry-sdk 0.1.17__tar.gz → 0.1.17rc1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/PKG-INFO +1 -1
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/pyproject.toml +1 -1
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/client_wrapper.py +2 -2
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/README.md +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/_wrapped_clients.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/alerts/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/alerts/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/alerts/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/application_versions/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/application_versions/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/application_versions/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/types/applications_cancel_deployment_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/types/applications_list_request_device_type_filter.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/types/applications_list_request_lifecycle_stage.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/types/stage_artifact_request_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifacts/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifacts/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifacts/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/base_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/types/clusters_delete_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/api_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/custom_pagination.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/datetime_utils.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/enum.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/file.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/force_multipart.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_api.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_decoders.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_exceptions.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_models.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/jsonable_encoder.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/pagination.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/pydantic_utilities.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/query_encoder.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/remove_none_from_dict.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/request_options.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/serialization.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/data_directories/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/data_directories/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/data_directories/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/environments/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/environments/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/environments/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/bad_request_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/conflict_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/expectation_failed_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/failed_dependency_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/forbidden_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/method_not_allowed_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/not_found_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/not_implemented_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/unauthorized_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/unprocessable_entity_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/events/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/events/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/events/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ai_gateway/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ai_gateway/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ai_gateway/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ai_gateway/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ai_gateway/types/ai_gateway_get_gateway_config_request_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/applications/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/applications/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/applications/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/artifact_versions/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/artifact_versions/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/artifact_versions/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/build_logs/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/build_logs/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/build_logs/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/clusters/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/clusters/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/clusters/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/deployments/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/deployments/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/deployments/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/types/docker_registries_create_repository_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/types/docker_registries_get_credentials_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/types/metrics_get_charts_request_filter_entity.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/types/apply_ml_entity_request_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/types/delete_ml_entity_request_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/users/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/users/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/users/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/vcs/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/vcs/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/vcs/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/types/workflows_execute_workflow_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/types/trigger_job_request_input.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/logs/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/logs/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/logs/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/ml_repos/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/ml_repos/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/ml_repos/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/model_versions/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/model_versions/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/model_versions/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/models/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/models/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/models/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/personal_access_tokens/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/personal_access_tokens/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/personal_access_tokens/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompt_versions/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompt_versions/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompt_versions/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompts/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompts/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompts/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/py.typed +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/raw_base_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secret_groups/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secret_groups/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secret_groups/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secrets/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secrets/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secrets/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/types/apply_team_request_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/types/teams_list_request_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/types/query_spans_request_filters_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/activate_user_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/add_on_component_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/addon_component.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/addon_component_name.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/addon_component_status.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai_features_settings.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_config_resource.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_config_resource_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_severity.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_status.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/amqp_input_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/amqp_metric_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/amqp_output_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_debug_info.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_lifecycle_stage.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_metadata.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_problem.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_set.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_set_components_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/apply_ml_entity_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/apply_ml_entity_response_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_manifest_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_path.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_version.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifacts_cache_volume.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifacts_download.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifacts_download_artifacts_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/assistant_message.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/assistant_message_content.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/assistant_message_content_one_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_processor_sidecar.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_service.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_service_autoscaling.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_service_autoscaling_metrics.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_service_replicas.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/auto_rotate.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/autoshutdown.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_access_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_access_key_based_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_assumed_role_based_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_assumed_role_based_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_guardrail_config_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_guardrail_config_operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_provider_account_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_ecr.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_ecr_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_eks_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_eks_integration_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_inferentia.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_parameter_store.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_parameter_store_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_provider_account_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_region.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_s3.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_s3auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_sagemaker_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_sagemaker_provider_account_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_secrets_manager.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_secrets_manager_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_sqs_access_key_based_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_sqs_assumed_role_based_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_aks_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_basic_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_blob_storage.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_connection_string_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_container_registry.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_content_safety_category.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_content_safety_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_foundry_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_foundry_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_o_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_open_ai_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_open_ai_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_pii_category.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_pii_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_pii_guardrail_config_domain.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_repos_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_vault.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_artifact_version.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_artifact_version_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_autoscaling.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_o_auth2login.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_o_auth2login_jwt_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_service.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_service_image.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_service_mounts_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_workbench_input.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_workbench_input_mounts_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/basic_auth_creds.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/bedrock_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/bitbucket_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/bitbucket_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/blob_storage_reference.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/blue_green.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_alert.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_limit_unit.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_rule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_when.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build_build_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build_build_spec.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build_info.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build_status.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/canary.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/canary_step.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cerebras_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cerebras_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cerebras_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cerebras_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/change_password_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest_mcp_servers_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest_messages_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest_response_format.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest_routing_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_provider_account_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_token_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_workload_auth_token.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_gateway.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest_cluster_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest_monitoring.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest_node_label_keys.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest_workbench_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/codeserver.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cohere_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cohere_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cohere_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cohere_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/collaborator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/common_tools_settings.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/container_task_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/container_task_config_image.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/container_task_config_mounts_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/core_nats_output_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cpu_utilization_metric.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/create_multi_part_upload_request.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/create_personal_access_token_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cron_metric.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_basic_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_bearer_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_blob_storage.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_guardrail_config_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_guardrail_config_operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_guardrail_config_target.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_helm_repo.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_jwt_auth_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_tls_settings.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_username_password_artifacts_registry.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/data_directory.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/data_directory_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/data_directory_manifest_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_api_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_provider_account_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_service_principal_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deactivate_user_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deepinfra_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deepinfra_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deepinfra_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deepinfra_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_application_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_job_run_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_personal_access_token_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_secret_group_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_team_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_user_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_virtual_account_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_build.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_status.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_status_value.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_transition.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/developer_message.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/developer_message_content.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/docker_file_build.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/docker_file_build_command.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dockerhub_basic_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dockerhub_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dockerhub_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dockerhub_registry.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dynamic_volume_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/email.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/email_notification_channel.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/empty_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/endpoint.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/enkrypt_ai_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/enkrypt_ai_guardrail_config_operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/enkrypt_ai_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/environment.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/environment_color.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/environment_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/environment_optimize_for.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/event.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/event_chart.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/event_chart_category.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/event_involved_object.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/external_blob_storage_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/fast_ai_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/fiddler_guard_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/fiddler_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/fiddler_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/file_info.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_launch_plan.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_launch_plan_id.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_launch_plan_spec.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task_custom.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task_custom_truefoundry.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task_id.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task_template.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_workflow.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_workflow_id.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_workflow_template.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/forward_action.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/function.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/function_schema.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_configuration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_otel_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_otel_config_otel_traces_exporter_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_request_metadata_filter.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_request_metadata_filter_operator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_request_metadata_filter_value.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_api_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_gcr.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_gcs.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_gke_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_gsm.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_key_file_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_region.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_tpu.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gemini_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_alerts_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_application_deployment_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_application_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_artifact_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_artifact_version_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_authenticated_vcsurl_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_auto_provisioning_state_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_charts_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_cluster_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_data_directory_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_environment_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_events_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_job_run_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_logs_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_ml_repo_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_model_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_model_version_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_or_create_personal_access_token_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_prompt_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_prompt_version_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_secret_group_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_secret_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_signed_ur_ls_request.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_signed_ur_ls_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_suggested_deployment_endpoint_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_team_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_token_for_virtual_account_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_user_resources_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_user_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_user_teams_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_virtual_account_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_workspace_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/git_helm_repo.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/git_repository_exists_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/git_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/github_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/github_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gitlab_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gitlab_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gluon_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/google_gemini_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/google_vertex_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/graph.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/graph_chart_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/groq_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/groq_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/groq_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/groq_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrail_config_group.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrail_config_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrails.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrails_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrails_rule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrails_when.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/h2o_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/hashicorp_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/hashicorp_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/hashicorp_token_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/hashicorp_vault_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/header_match.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/header_routing_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/health_probe.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/helm.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/helm_repo.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/helm_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/http_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/http_error_code.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/http_probe.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/http_validation_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/huggingface_artifact_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/i_change.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/i_change_operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image_command.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image_content_part.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image_content_part_image_url.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image_content_part_image_url_url.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/infer_method_name.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/infra_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ingress_controller_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/input_output_based_cost_metric_value.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/intercept.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/intercept_rules_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/intercept_rules_item_action.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/internal_artifact_version.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/internal_list_artifact_versions_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/internal_list_artifact_versions_response_data_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/internal_model_version.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/invite_user_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/is_cluster_connected_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/j_frog_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jfrog_artifacts_registry.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jfrog_basic_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jfrog_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_alert.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_image.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_mounts_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_run.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_run_status.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_runs_sort_by.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_trigger.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_trigger_input.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_trigger_input_command.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/json_object_response_format.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/json_schema.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/json_schema_response_format.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jwt.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jwt_auth_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jwt_auth_config_claims_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kafka_input_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kafka_metric_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kafka_output_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kafka_sasl_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/keras_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kustomize.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/latency_based_load_balance_target.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/latency_based_load_balancing.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/latency_based_load_balancing_rule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/library_name.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/light_gbm_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_application_deployments_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_applications_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_artifact_versions_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_artifacts_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_cluster_addons_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_clusters_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_data_directories_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_environments_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_files_request.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_files_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_job_run_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_ml_repos_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_model_versions_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_models_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_personal_access_token_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_prompt_versions_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_prompts_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_secret_group_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_secrets_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_teams_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_users_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_virtual_account_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_workspaces_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/load_balance_target.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/load_balancing_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/load_balancing_rule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/load_balancing_when.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/local_artifact_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/local_model_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/local_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/log.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_filter_query.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_filter_query_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_search_filter_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_search_operator_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_sorting_direction.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/manual.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_header_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_header_override_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_integration_transport.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_o_auth2.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_o_auth2jwt_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_passthrough.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_tool_details.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_with_fqn.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_with_url.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_tool.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/metadata.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/metric.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mime_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mirror_action.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mistral_ai_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mistral_ai_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mistral_ai_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mistral_ai_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ml_repo.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ml_repo_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_configuration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_cost_metric.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_manifest_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_manifest_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_version.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_version_environment.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/multi_part_upload.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/multi_part_upload_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/multi_part_upload_storage_provider.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nats_input_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nats_metric_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nats_output_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nats_user_password_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/node_selector.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/node_selector_capacity_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nodepool.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nodepool_selector.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nomic_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nomic_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nomic_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nomic_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/non_negative_float.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/notebook.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/notebook_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/notification_target.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/notification_target_for_alert_rule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nvidia_gpu.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nvidia_miggpu.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nvidia_miggpu_profile.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nvidia_timeslicing_gpu.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/o_auth2login_provider.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/oci_repo.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ollama_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ollama_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ollama_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ollama_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/onnx_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_ai_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_ai_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_ai_moderations_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_ai_moderations_guardrail_config_category_thresholds_value.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_ai_moderations_guardrail_config_category_thresholds_value_harassment.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_router_api_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_router_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_router_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_router_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/openai_api_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/openai_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/otel_exporter_grpc_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/otel_exporter_http_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/otel_exporter_http_config_encoding.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/owned_by.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/paddle_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty_integration_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pagination.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palm_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palm_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palm_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palm_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palo_alto_prisma_airs_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palo_alto_prisma_airs_guardrail_config_mode.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palo_alto_prisma_airs_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pangea_guard_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pangea_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pangea_guardrail_config_operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pangea_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/param.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/param_param_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/parameters.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/parameters_stop.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_answer_relevance_criteria.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_answer_relevance_evaluator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_evaluator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_glider_criteria.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_glider_evaluator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_guardrail_config_target.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_judge_criteria.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_judge_evaluator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_phi_criteria.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_phi_evaluator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_pii_criteria.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_pii_evaluator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_toxicity_criteria.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_toxicity_evaluator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/per_thousand_embedding_tokens_cost_metric.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/per_thousand_tokens_cost_metric.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/permissions.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/perplexity_ai_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/perplexity_ai_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/perplexity_ai_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/perplexity_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/personal_access_token_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pip.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/poetry.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_actions.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_entity_types.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_filters.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_manifest_mode.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_manifest_operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_mutation_operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_validation_operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/port.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/port_app_protocol.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/port_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/port_protocol.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/presigned_url_object.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/priority_based_load_balance_target.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/priority_based_load_balancing.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/priority_based_load_balancing_rule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prometheus_alert_rule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt_foo_guard_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt_foo_guardrail_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt_foo_guardrail_config_operation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt_version.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/provider_accounts.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/public_cost_metric.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/py_spark_task_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/py_torch_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_build.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_build_command.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_build_python_dependencies.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_task_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_task_config_image.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_task_config_mounts_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/quay_artifacts_registry.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/quay_basic_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/quay_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/quay_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/query_spans_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/r_studio.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rate_limit_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rate_limit_rule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rate_limit_unit.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rate_limit_when.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/recommendation.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/refusal_content_part.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/register_users_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/remote_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/resources.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/resources_devices_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/resources_node.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/retry_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/revoke_all_personal_access_token_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/role_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/role_permissions.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rolling.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rps_metric.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sagemaker_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/samba_nova_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/samba_nova_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/samba_nova_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/samba_nova_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/schedule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/schedule_concurrency_policy.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_group.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_group_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_input.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_mount.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_store_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_version.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model_model_server.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service_autoscaling.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service_autoscaling_metrics.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service_replicas.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service_rollout_strategy.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/session.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/signed_url.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sklearn_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sklearn_model_schema.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sklearn_serialization_format.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sla_cutoff.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_bot.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_bot_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_bot_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_webhook.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_webhook_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_webhook_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/smtp_credentials.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/snowflake_cortex_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/snowflake_cortex_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/snowflake_cortex_pat_token_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/snowflake_cortex_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sort_direction.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spa_cy_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_attribute_filter.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_attribute_filter_operator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_attribute_filter_value.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_field_filter.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_field_filter_operator.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_field_filter_span_field_name.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_field_filter_value.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_build.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_driver_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_executor_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_executor_config_instances.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_executor_dynamic_scaling.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_executor_fixed_instances.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_image.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_image_build.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_image_build_build_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_entrypoint.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_image.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_java_entrypoint.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_python_entrypoint.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_python_notebook_entrypoint.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_scala_entrypoint.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_scala_notebook_entrypoint.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_trigger_input.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sqs_input_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sqs_output_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sqs_queue_metric_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sqs_queue_metric_config_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ssh_server.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ssh_server_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sso_team_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/stage_artifact_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/static_volume_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/stats_models_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/string_data_mount.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/subject.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/subject_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sync_token_in_secret_store_info.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sync_virtual_account_token_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/system_message.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/system_message_content.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/task_docker_file_build.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/task_py_spark_build.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/task_python_build.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/team.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/team_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/team_owned_by.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tensor_flow_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/terminate_job_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/text_content_part.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/text_content_part_text.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/together_ai_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/together_ai_key_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/together_ai_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/together_ai_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/token_pagination.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tool_call.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tool_message.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tool_message_content.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tool_schema.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/trace_span.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tracing_project.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tracing_project_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/transformers_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/trigger_job_run_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_apply_request_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_apply_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_apply_response_action.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_apply_response_existing_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_artifact_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_dbssm.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_delete_request_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_interactive_login.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_managed_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ttl_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ttl_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ttl_registry.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/update_secret_input.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/update_user_roles_response.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/upgrade_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/usage_code_snippet.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_message.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_message_content.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_message_content_one_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_metadata.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_metadata_tenant_role_managed_by.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_resource.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_role_with_resource.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_role_with_resource_resource_type.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/uv.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/validation_error.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/validation_error_loc_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/vertex_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_account_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_account_owned_by.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_mcp_server_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_mcp_server_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_model.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_model_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/volume.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/volume_browser.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/volume_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/volume_mount.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_basic_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_bearer_auth.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_integration.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_integration_auth_data.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_integrations.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_provider_account.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/weight_based_load_balancing.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/weight_based_load_balancing_rule.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workbench_image.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/worker_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/worker_config_input_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/worker_config_output_config.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workflow.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workflow_alert.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workflow_flyte_entities_item.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workflow_source.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workspace.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workspace_manifest.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/xg_boost_framework.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/xg_boost_model_schema.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/xg_boost_serialization_format.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/users/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/users/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/users/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/version.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/virtual_accounts/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/virtual_accounts/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/virtual_accounts/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/raw_client.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/types/__init__.py +0 -0
- {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/types/workspaces_delete_response.py +0 -0
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/client_wrapper.py
RENAMED
|
@@ -22,10 +22,10 @@ class BaseClientWrapper:
|
|
|
22
22
|
|
|
23
23
|
def get_headers(self) -> typing.Dict[str, str]:
|
|
24
24
|
headers: typing.Dict[str, str] = {
|
|
25
|
-
"User-Agent": "truefoundry-sdk/0.1.17",
|
|
25
|
+
"User-Agent": "truefoundry-sdk/0.1.17-rc.1",
|
|
26
26
|
"X-Fern-Language": "Python",
|
|
27
27
|
"X-Fern-SDK-Name": "truefoundry-sdk",
|
|
28
|
-
"X-Fern-SDK-Version": "0.1.17",
|
|
28
|
+
"X-Fern-SDK-Version": "0.1.17-rc.1",
|
|
29
29
|
**(self.get_custom_headers() or {}),
|
|
30
30
|
}
|
|
31
31
|
headers["Authorization"] = f"Bearer {self._get_api_key()}"
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/_wrapped_clients.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/alerts/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifacts/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifacts/client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifacts/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/raw_client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/custom_pagination.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/datetime_utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/force_multipart.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_response.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_api.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_decoders.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_models.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/jsonable_encoder.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/pydantic_utilities.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/query_encoder.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/request_options.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/serialization.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/data_directories/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/environments/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/environments/client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/environments/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/bad_request_error.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/conflict_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/forbidden_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/not_found_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/events/raw_client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/clusters/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/raw_client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/users/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/users/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/vcs/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/vcs/client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/vcs/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/ml_repos/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/ml_repos/raw_client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/model_versions/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/model_versions/client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/models/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompt_versions/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompt_versions/client.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompts/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompts/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secret_groups/__init__.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secret_groups/client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secret_groups/raw_client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secrets/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secrets/raw_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/raw_client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/raw_client.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/addon_component.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21integrations.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21key_auth.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_severity.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_status.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/amqp_input_config.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/amqp_metric_config.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/amqp_output_config.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_key_auth.py
RENAMED
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_model.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_set.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_manifest.py
RENAMED
|
File without changes
|
|
File without changes
|
{truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_path.py
RENAMED
|
File without changes
|