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.
Files changed (973) hide show
  1. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/PKG-INFO +1 -1
  2. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/pyproject.toml +1 -1
  3. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/client_wrapper.py +2 -2
  4. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/README.md +0 -0
  5. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/__init__.py +0 -0
  6. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/_wrapped_clients.py +0 -0
  7. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/alerts/__init__.py +0 -0
  8. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/alerts/client.py +0 -0
  9. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/alerts/raw_client.py +0 -0
  10. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/application_versions/__init__.py +0 -0
  11. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/application_versions/client.py +0 -0
  12. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/application_versions/raw_client.py +0 -0
  13. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/__init__.py +0 -0
  14. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/client.py +0 -0
  15. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/raw_client.py +0 -0
  16. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/types/__init__.py +0 -0
  17. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/types/applications_cancel_deployment_response.py +0 -0
  18. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/types/applications_list_request_device_type_filter.py +0 -0
  19. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/applications/types/applications_list_request_lifecycle_stage.py +0 -0
  20. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/__init__.py +0 -0
  21. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/client.py +0 -0
  22. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/raw_client.py +0 -0
  23. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/types/__init__.py +0 -0
  24. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifact_versions/types/stage_artifact_request_manifest.py +0 -0
  25. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifacts/__init__.py +0 -0
  26. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifacts/client.py +0 -0
  27. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/artifacts/raw_client.py +0 -0
  28. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/base_client.py +0 -0
  29. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/client.py +0 -0
  30. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/__init__.py +0 -0
  31. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/client.py +0 -0
  32. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/raw_client.py +0 -0
  33. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/types/__init__.py +0 -0
  34. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/clusters/types/clusters_delete_response.py +0 -0
  35. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/__init__.py +0 -0
  36. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/api_error.py +0 -0
  37. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/custom_pagination.py +0 -0
  38. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/datetime_utils.py +0 -0
  39. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/enum.py +0 -0
  40. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/file.py +0 -0
  41. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/force_multipart.py +0 -0
  42. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_client.py +0 -0
  43. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_response.py +0 -0
  44. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/__init__.py +0 -0
  45. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_api.py +0 -0
  46. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_decoders.py +0 -0
  47. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_exceptions.py +0 -0
  48. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/http_sse/_models.py +0 -0
  49. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/jsonable_encoder.py +0 -0
  50. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/pagination.py +0 -0
  51. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/pydantic_utilities.py +0 -0
  52. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/query_encoder.py +0 -0
  53. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/remove_none_from_dict.py +0 -0
  54. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/request_options.py +0 -0
  55. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/core/serialization.py +0 -0
  56. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/data_directories/__init__.py +0 -0
  57. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/data_directories/client.py +0 -0
  58. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/data_directories/raw_client.py +0 -0
  59. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/environments/__init__.py +0 -0
  60. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/environments/client.py +0 -0
  61. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/environments/raw_client.py +0 -0
  62. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/__init__.py +0 -0
  63. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/bad_request_error.py +0 -0
  64. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/conflict_error.py +0 -0
  65. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/expectation_failed_error.py +0 -0
  66. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/failed_dependency_error.py +0 -0
  67. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/forbidden_error.py +0 -0
  68. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/method_not_allowed_error.py +0 -0
  69. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/not_found_error.py +0 -0
  70. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/not_implemented_error.py +0 -0
  71. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/unauthorized_error.py +0 -0
  72. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/errors/unprocessable_entity_error.py +0 -0
  73. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/events/__init__.py +0 -0
  74. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/events/client.py +0 -0
  75. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/events/raw_client.py +0 -0
  76. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/__init__.py +0 -0
  77. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ai_gateway/__init__.py +0 -0
  78. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ai_gateway/client.py +0 -0
  79. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ai_gateway/raw_client.py +0 -0
  80. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ai_gateway/types/__init__.py +0 -0
  81. {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
  82. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/applications/__init__.py +0 -0
  83. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/applications/client.py +0 -0
  84. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/applications/raw_client.py +0 -0
  85. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/artifact_versions/__init__.py +0 -0
  86. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/artifact_versions/client.py +0 -0
  87. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/artifact_versions/raw_client.py +0 -0
  88. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/build_logs/__init__.py +0 -0
  89. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/build_logs/client.py +0 -0
  90. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/build_logs/raw_client.py +0 -0
  91. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/client.py +0 -0
  92. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/clusters/__init__.py +0 -0
  93. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/clusters/client.py +0 -0
  94. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/clusters/raw_client.py +0 -0
  95. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/deployments/__init__.py +0 -0
  96. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/deployments/client.py +0 -0
  97. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/deployments/raw_client.py +0 -0
  98. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/__init__.py +0 -0
  99. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/client.py +0 -0
  100. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/raw_client.py +0 -0
  101. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/docker_registries/types/__init__.py +0 -0
  102. {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
  103. {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
  104. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/__init__.py +0 -0
  105. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/client.py +0 -0
  106. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/raw_client.py +0 -0
  107. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/metrics/types/__init__.py +0 -0
  108. {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
  109. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/__init__.py +0 -0
  110. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/client.py +0 -0
  111. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/raw_client.py +0 -0
  112. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/types/__init__.py +0 -0
  113. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/types/apply_ml_entity_request_manifest.py +0 -0
  114. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/ml/types/delete_ml_entity_request_manifest.py +0 -0
  115. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/raw_client.py +0 -0
  116. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/users/__init__.py +0 -0
  117. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/users/client.py +0 -0
  118. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/users/raw_client.py +0 -0
  119. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/vcs/__init__.py +0 -0
  120. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/vcs/client.py +0 -0
  121. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/vcs/raw_client.py +0 -0
  122. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/__init__.py +0 -0
  123. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/client.py +0 -0
  124. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/raw_client.py +0 -0
  125. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/types/__init__.py +0 -0
  126. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/internal/workflows/types/workflows_execute_workflow_response.py +0 -0
  127. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/__init__.py +0 -0
  128. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/client.py +0 -0
  129. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/raw_client.py +0 -0
  130. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/types/__init__.py +0 -0
  131. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/jobs/types/trigger_job_request_input.py +0 -0
  132. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/logs/__init__.py +0 -0
  133. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/logs/client.py +0 -0
  134. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/logs/raw_client.py +0 -0
  135. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/ml_repos/__init__.py +0 -0
  136. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/ml_repos/client.py +0 -0
  137. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/ml_repos/raw_client.py +0 -0
  138. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/model_versions/__init__.py +0 -0
  139. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/model_versions/client.py +0 -0
  140. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/model_versions/raw_client.py +0 -0
  141. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/models/__init__.py +0 -0
  142. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/models/client.py +0 -0
  143. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/models/raw_client.py +0 -0
  144. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/personal_access_tokens/__init__.py +0 -0
  145. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/personal_access_tokens/client.py +0 -0
  146. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/personal_access_tokens/raw_client.py +0 -0
  147. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompt_versions/__init__.py +0 -0
  148. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompt_versions/client.py +0 -0
  149. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompt_versions/raw_client.py +0 -0
  150. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompts/__init__.py +0 -0
  151. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompts/client.py +0 -0
  152. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/prompts/raw_client.py +0 -0
  153. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/py.typed +0 -0
  154. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/raw_base_client.py +0 -0
  155. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secret_groups/__init__.py +0 -0
  156. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secret_groups/client.py +0 -0
  157. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secret_groups/raw_client.py +0 -0
  158. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secrets/__init__.py +0 -0
  159. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secrets/client.py +0 -0
  160. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/secrets/raw_client.py +0 -0
  161. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/__init__.py +0 -0
  162. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/client.py +0 -0
  163. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/raw_client.py +0 -0
  164. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/types/__init__.py +0 -0
  165. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/types/apply_team_request_manifest.py +0 -0
  166. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/teams/types/teams_list_request_type.py +0 -0
  167. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/__init__.py +0 -0
  168. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/client.py +0 -0
  169. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/raw_client.py +0 -0
  170. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/types/__init__.py +0 -0
  171. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/traces/types/query_spans_request_filters_item.py +0 -0
  172. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/__init__.py +0 -0
  173. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/account.py +0 -0
  174. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/activate_user_response.py +0 -0
  175. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/add_on_component_source.py +0 -0
  176. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/addon_component.py +0 -0
  177. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/addon_component_name.py +0 -0
  178. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/addon_component_status.py +0 -0
  179. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21integrations.py +0 -0
  180. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21key_auth.py +0 -0
  181. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21model.py +0 -0
  182. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai21provider_account.py +0 -0
  183. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ai_features_settings.py +0 -0
  184. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert.py +0 -0
  185. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_config.py +0 -0
  186. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_config_resource.py +0 -0
  187. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_config_resource_type.py +0 -0
  188. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_severity.py +0 -0
  189. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/alert_status.py +0 -0
  190. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/amqp_input_config.py +0 -0
  191. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/amqp_metric_config.py +0 -0
  192. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/amqp_output_config.py +0 -0
  193. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_integrations.py +0 -0
  194. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_key_auth.py +0 -0
  195. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_model.py +0 -0
  196. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/anthropic_provider_account.py +0 -0
  197. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application.py +0 -0
  198. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_debug_info.py +0 -0
  199. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_lifecycle_stage.py +0 -0
  200. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_metadata.py +0 -0
  201. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_problem.py +0 -0
  202. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_set.py +0 -0
  203. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_set_components_item.py +0 -0
  204. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/application_type.py +0 -0
  205. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/apply_ml_entity_response.py +0 -0
  206. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/apply_ml_entity_response_data.py +0 -0
  207. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact.py +0 -0
  208. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_manifest.py +0 -0
  209. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_manifest_source.py +0 -0
  210. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_path.py +0 -0
  211. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_type.py +0 -0
  212. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifact_version.py +0 -0
  213. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifacts_cache_volume.py +0 -0
  214. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifacts_download.py +0 -0
  215. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/artifacts_download_artifacts_item.py +0 -0
  216. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/assistant_message.py +0 -0
  217. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/assistant_message_content.py +0 -0
  218. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/assistant_message_content_one_item.py +0 -0
  219. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_processor_sidecar.py +0 -0
  220. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_service.py +0 -0
  221. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_service_autoscaling.py +0 -0
  222. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_service_autoscaling_metrics.py +0 -0
  223. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/async_service_replicas.py +0 -0
  224. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/auto_rotate.py +0 -0
  225. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/autoshutdown.py +0 -0
  226. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_access_key_auth.py +0 -0
  227. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_access_key_based_auth.py +0 -0
  228. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_assumed_role_based_auth.py +0 -0
  229. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_assumed_role_based_auth.py +0 -0
  230. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_guardrail_config.py +0 -0
  231. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_guardrail_config_auth_data.py +0 -0
  232. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_guardrail_config_operation.py +0 -0
  233. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_provider_account.py +0 -0
  234. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_bedrock_provider_account_auth_data.py +0 -0
  235. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_ecr.py +0 -0
  236. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_ecr_auth_data.py +0 -0
  237. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_eks_integration.py +0 -0
  238. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_eks_integration_auth_data.py +0 -0
  239. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_inferentia.py +0 -0
  240. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_integrations.py +0 -0
  241. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_parameter_store.py +0 -0
  242. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_parameter_store_auth_data.py +0 -0
  243. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_provider_account.py +0 -0
  244. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_provider_account_auth_data.py +0 -0
  245. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_region.py +0 -0
  246. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_s3.py +0 -0
  247. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_s3auth_data.py +0 -0
  248. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_sagemaker_provider_account.py +0 -0
  249. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_sagemaker_provider_account_auth_data.py +0 -0
  250. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_secrets_manager.py +0 -0
  251. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_secrets_manager_auth_data.py +0 -0
  252. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_sqs_access_key_based_auth.py +0 -0
  253. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/aws_sqs_assumed_role_based_auth.py +0 -0
  254. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_aks_integration.py +0 -0
  255. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_basic_auth.py +0 -0
  256. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_blob_storage.py +0 -0
  257. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_connection_string_auth.py +0 -0
  258. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_container_registry.py +0 -0
  259. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_content_safety_category.py +0 -0
  260. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_content_safety_guardrail_config.py +0 -0
  261. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_foundry_model.py +0 -0
  262. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_foundry_provider_account.py +0 -0
  263. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_integrations.py +0 -0
  264. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_key_auth.py +0 -0
  265. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_o_auth.py +0 -0
  266. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_open_ai_model.py +0 -0
  267. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_open_ai_provider_account.py +0 -0
  268. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_pii_category.py +0 -0
  269. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_pii_guardrail_config.py +0 -0
  270. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_pii_guardrail_config_domain.py +0 -0
  271. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_provider_account.py +0 -0
  272. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_repos_integration.py +0 -0
  273. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/azure_vault.py +0 -0
  274. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_artifact_version.py +0 -0
  275. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_artifact_version_manifest.py +0 -0
  276. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_autoscaling.py +0 -0
  277. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_o_auth2login.py +0 -0
  278. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_o_auth2login_jwt_source.py +0 -0
  279. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_service.py +0 -0
  280. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_service_image.py +0 -0
  281. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_service_mounts_item.py +0 -0
  282. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_workbench_input.py +0 -0
  283. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/base_workbench_input_mounts_item.py +0 -0
  284. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/basic_auth_creds.py +0 -0
  285. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/bedrock_model.py +0 -0
  286. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/bitbucket_integration.py +0 -0
  287. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/bitbucket_provider_account.py +0 -0
  288. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/blob_storage_reference.py +0 -0
  289. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/blue_green.py +0 -0
  290. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_alert.py +0 -0
  291. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_config.py +0 -0
  292. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_limit_unit.py +0 -0
  293. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_rule.py +0 -0
  294. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/budget_when.py +0 -0
  295. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build.py +0 -0
  296. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build_build_source.py +0 -0
  297. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build_build_spec.py +0 -0
  298. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build_info.py +0 -0
  299. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/build_status.py +0 -0
  300. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/canary.py +0 -0
  301. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/canary_step.py +0 -0
  302. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cerebras_integrations.py +0 -0
  303. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cerebras_key_auth.py +0 -0
  304. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cerebras_model.py +0 -0
  305. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cerebras_provider_account.py +0 -0
  306. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/change_password_response.py +0 -0
  307. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest.py +0 -0
  308. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest_mcp_servers_item.py +0 -0
  309. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest_messages_item.py +0 -0
  310. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest_response_format.py +0 -0
  311. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/chat_prompt_manifest_routing_config.py +0 -0
  312. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_integrations.py +0 -0
  313. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_model.py +0 -0
  314. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_provider_account.py +0 -0
  315. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_provider_account_auth_data.py +0 -0
  316. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_token_auth.py +0 -0
  317. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cloudera_workload_auth_token.py +0 -0
  318. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster.py +0 -0
  319. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_gateway.py +0 -0
  320. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest.py +0 -0
  321. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest_cluster_type.py +0 -0
  322. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest_monitoring.py +0 -0
  323. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest_node_label_keys.py +0 -0
  324. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_manifest_workbench_config.py +0 -0
  325. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cluster_type.py +0 -0
  326. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/codeserver.py +0 -0
  327. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cohere_integrations.py +0 -0
  328. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cohere_key_auth.py +0 -0
  329. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cohere_model.py +0 -0
  330. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cohere_provider_account.py +0 -0
  331. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/collaborator.py +0 -0
  332. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/common_tools_settings.py +0 -0
  333. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/config.py +0 -0
  334. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/container_task_config.py +0 -0
  335. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/container_task_config_image.py +0 -0
  336. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/container_task_config_mounts_item.py +0 -0
  337. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/core_nats_output_config.py +0 -0
  338. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cpu_utilization_metric.py +0 -0
  339. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/create_multi_part_upload_request.py +0 -0
  340. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/create_personal_access_token_response.py +0 -0
  341. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/cron_metric.py +0 -0
  342. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_basic_auth.py +0 -0
  343. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_bearer_auth.py +0 -0
  344. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_blob_storage.py +0 -0
  345. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_guardrail_config.py +0 -0
  346. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_guardrail_config_auth_data.py +0 -0
  347. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_guardrail_config_operation.py +0 -0
  348. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_guardrail_config_target.py +0 -0
  349. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_helm_repo.py +0 -0
  350. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_integrations.py +0 -0
  351. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_jwt_auth_integration.py +0 -0
  352. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_provider_account.py +0 -0
  353. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_tls_settings.py +0 -0
  354. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/custom_username_password_artifacts_registry.py +0 -0
  355. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/data_directory.py +0 -0
  356. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/data_directory_manifest.py +0 -0
  357. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/data_directory_manifest_source.py +0 -0
  358. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_api_key_auth.py +0 -0
  359. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_integrations.py +0 -0
  360. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_model.py +0 -0
  361. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_provider_account.py +0 -0
  362. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_provider_account_auth_data.py +0 -0
  363. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/databricks_service_principal_auth.py +0 -0
  364. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deactivate_user_response.py +0 -0
  365. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deepinfra_integrations.py +0 -0
  366. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deepinfra_key_auth.py +0 -0
  367. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deepinfra_model.py +0 -0
  368. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deepinfra_provider_account.py +0 -0
  369. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_application_response.py +0 -0
  370. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_job_run_response.py +0 -0
  371. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_personal_access_token_response.py +0 -0
  372. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_secret_group_response.py +0 -0
  373. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_team_response.py +0 -0
  374. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_user_response.py +0 -0
  375. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/delete_virtual_account_response.py +0 -0
  376. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment.py +0 -0
  377. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_build.py +0 -0
  378. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_manifest.py +0 -0
  379. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_status.py +0 -0
  380. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_status_value.py +0 -0
  381. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/deployment_transition.py +0 -0
  382. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/developer_message.py +0 -0
  383. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/developer_message_content.py +0 -0
  384. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/docker_file_build.py +0 -0
  385. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/docker_file_build_command.py +0 -0
  386. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dockerhub_basic_auth.py +0 -0
  387. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dockerhub_integrations.py +0 -0
  388. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dockerhub_provider_account.py +0 -0
  389. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dockerhub_registry.py +0 -0
  390. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/dynamic_volume_config.py +0 -0
  391. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/email.py +0 -0
  392. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/email_notification_channel.py +0 -0
  393. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/empty_response.py +0 -0
  394. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/endpoint.py +0 -0
  395. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/enkrypt_ai_guardrail_config.py +0 -0
  396. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/enkrypt_ai_guardrail_config_operation.py +0 -0
  397. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/enkrypt_ai_key_auth.py +0 -0
  398. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/environment.py +0 -0
  399. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/environment_color.py +0 -0
  400. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/environment_manifest.py +0 -0
  401. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/environment_optimize_for.py +0 -0
  402. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/event.py +0 -0
  403. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/event_chart.py +0 -0
  404. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/event_chart_category.py +0 -0
  405. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/event_involved_object.py +0 -0
  406. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/external_blob_storage_source.py +0 -0
  407. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/fast_ai_framework.py +0 -0
  408. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/fiddler_guard_type.py +0 -0
  409. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/fiddler_guardrail_config.py +0 -0
  410. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/fiddler_key_auth.py +0 -0
  411. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/file_info.py +0 -0
  412. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_launch_plan.py +0 -0
  413. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_launch_plan_id.py +0 -0
  414. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_launch_plan_spec.py +0 -0
  415. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task.py +0 -0
  416. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task_custom.py +0 -0
  417. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task_custom_truefoundry.py +0 -0
  418. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task_id.py +0 -0
  419. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_task_template.py +0 -0
  420. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_workflow.py +0 -0
  421. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_workflow_id.py +0 -0
  422. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/flyte_workflow_template.py +0 -0
  423. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/forward_action.py +0 -0
  424. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/function.py +0 -0
  425. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/function_schema.py +0 -0
  426. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_config.py +0 -0
  427. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_configuration.py +0 -0
  428. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_otel_config.py +0 -0
  429. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_otel_config_otel_traces_exporter_config.py +0 -0
  430. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_request_metadata_filter.py +0 -0
  431. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_request_metadata_filter_operator.py +0 -0
  432. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gateway_request_metadata_filter_value.py +0 -0
  433. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_api_key_auth.py +0 -0
  434. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_gcr.py +0 -0
  435. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_gcs.py +0 -0
  436. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_gke_integration.py +0 -0
  437. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_gsm.py +0 -0
  438. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_integrations.py +0 -0
  439. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_key_file_auth.py +0 -0
  440. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_provider_account.py +0 -0
  441. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_region.py +0 -0
  442. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gcp_tpu.py +0 -0
  443. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gemini_model.py +0 -0
  444. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_alerts_response.py +0 -0
  445. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_application_deployment_response.py +0 -0
  446. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_application_response.py +0 -0
  447. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_artifact_response.py +0 -0
  448. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_artifact_version_response.py +0 -0
  449. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_authenticated_vcsurl_response.py +0 -0
  450. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_auto_provisioning_state_response.py +0 -0
  451. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_charts_response.py +0 -0
  452. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_cluster_response.py +0 -0
  453. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_data_directory_response.py +0 -0
  454. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_environment_response.py +0 -0
  455. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_events_response.py +0 -0
  456. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_job_run_response.py +0 -0
  457. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_logs_response.py +0 -0
  458. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_ml_repo_response.py +0 -0
  459. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_model_response.py +0 -0
  460. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_model_version_response.py +0 -0
  461. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_or_create_personal_access_token_response.py +0 -0
  462. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_prompt_response.py +0 -0
  463. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_prompt_version_response.py +0 -0
  464. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_secret_group_response.py +0 -0
  465. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_secret_response.py +0 -0
  466. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_signed_ur_ls_request.py +0 -0
  467. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_signed_ur_ls_response.py +0 -0
  468. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_suggested_deployment_endpoint_response.py +0 -0
  469. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_team_response.py +0 -0
  470. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_token_for_virtual_account_response.py +0 -0
  471. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_user_resources_response.py +0 -0
  472. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_user_response.py +0 -0
  473. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_user_teams_response.py +0 -0
  474. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_virtual_account_response.py +0 -0
  475. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/get_workspace_response.py +0 -0
  476. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/git_helm_repo.py +0 -0
  477. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/git_repository_exists_response.py +0 -0
  478. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/git_source.py +0 -0
  479. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/github_integration.py +0 -0
  480. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/github_provider_account.py +0 -0
  481. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gitlab_integration.py +0 -0
  482. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gitlab_provider_account.py +0 -0
  483. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/gluon_framework.py +0 -0
  484. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/google_gemini_provider_account.py +0 -0
  485. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/google_vertex_provider_account.py +0 -0
  486. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/graph.py +0 -0
  487. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/graph_chart_type.py +0 -0
  488. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/groq_integrations.py +0 -0
  489. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/groq_key_auth.py +0 -0
  490. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/groq_model.py +0 -0
  491. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/groq_provider_account.py +0 -0
  492. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrail_config_group.py +0 -0
  493. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrail_config_integrations.py +0 -0
  494. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrails.py +0 -0
  495. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrails_config.py +0 -0
  496. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrails_rule.py +0 -0
  497. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/guardrails_when.py +0 -0
  498. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/h2o_framework.py +0 -0
  499. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/hashicorp_integrations.py +0 -0
  500. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/hashicorp_provider_account.py +0 -0
  501. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/hashicorp_token_auth.py +0 -0
  502. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/hashicorp_vault_integration.py +0 -0
  503. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/header_match.py +0 -0
  504. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/header_routing_config.py +0 -0
  505. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/health_probe.py +0 -0
  506. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/helm.py +0 -0
  507. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/helm_repo.py +0 -0
  508. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/helm_source.py +0 -0
  509. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/http_error.py +0 -0
  510. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/http_error_code.py +0 -0
  511. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/http_probe.py +0 -0
  512. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/http_validation_error.py +0 -0
  513. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/huggingface_artifact_source.py +0 -0
  514. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/i_change.py +0 -0
  515. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/i_change_operation.py +0 -0
  516. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image.py +0 -0
  517. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image_command.py +0 -0
  518. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image_content_part.py +0 -0
  519. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image_content_part_image_url.py +0 -0
  520. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/image_content_part_image_url_url.py +0 -0
  521. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/infer_method_name.py +0 -0
  522. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/infra_provider_account.py +0 -0
  523. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ingress_controller_config.py +0 -0
  524. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/input_output_based_cost_metric_value.py +0 -0
  525. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/intercept.py +0 -0
  526. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/intercept_rules_item.py +0 -0
  527. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/intercept_rules_item_action.py +0 -0
  528. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/internal_artifact_version.py +0 -0
  529. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/internal_list_artifact_versions_response.py +0 -0
  530. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/internal_list_artifact_versions_response_data_item.py +0 -0
  531. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/internal_model_version.py +0 -0
  532. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/invite_user_response.py +0 -0
  533. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/is_cluster_connected_response.py +0 -0
  534. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/j_frog_integrations.py +0 -0
  535. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jfrog_artifacts_registry.py +0 -0
  536. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jfrog_basic_auth.py +0 -0
  537. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jfrog_provider_account.py +0 -0
  538. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job.py +0 -0
  539. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_alert.py +0 -0
  540. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_image.py +0 -0
  541. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_mounts_item.py +0 -0
  542. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_run.py +0 -0
  543. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_run_status.py +0 -0
  544. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_runs_sort_by.py +0 -0
  545. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_trigger.py +0 -0
  546. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_trigger_input.py +0 -0
  547. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/job_trigger_input_command.py +0 -0
  548. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/json_object_response_format.py +0 -0
  549. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/json_schema.py +0 -0
  550. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/json_schema_response_format.py +0 -0
  551. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jwt.py +0 -0
  552. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jwt_auth_config.py +0 -0
  553. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/jwt_auth_config_claims_item.py +0 -0
  554. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kafka_input_config.py +0 -0
  555. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kafka_metric_config.py +0 -0
  556. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kafka_output_config.py +0 -0
  557. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kafka_sasl_auth.py +0 -0
  558. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/keras_framework.py +0 -0
  559. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/kustomize.py +0 -0
  560. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/latency_based_load_balance_target.py +0 -0
  561. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/latency_based_load_balancing.py +0 -0
  562. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/latency_based_load_balancing_rule.py +0 -0
  563. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/library_name.py +0 -0
  564. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/light_gbm_framework.py +0 -0
  565. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_application_deployments_response.py +0 -0
  566. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_applications_response.py +0 -0
  567. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_artifact_versions_response.py +0 -0
  568. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_artifacts_response.py +0 -0
  569. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_cluster_addons_response.py +0 -0
  570. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_clusters_response.py +0 -0
  571. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_data_directories_response.py +0 -0
  572. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_environments_response.py +0 -0
  573. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_files_request.py +0 -0
  574. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_files_response.py +0 -0
  575. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_job_run_response.py +0 -0
  576. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_ml_repos_response.py +0 -0
  577. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_model_versions_response.py +0 -0
  578. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_models_response.py +0 -0
  579. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_personal_access_token_response.py +0 -0
  580. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_prompt_versions_response.py +0 -0
  581. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_prompts_response.py +0 -0
  582. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_secret_group_response.py +0 -0
  583. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_secrets_response.py +0 -0
  584. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_teams_response.py +0 -0
  585. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_users_response.py +0 -0
  586. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_virtual_account_response.py +0 -0
  587. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/list_workspaces_response.py +0 -0
  588. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/load_balance_target.py +0 -0
  589. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/load_balancing_config.py +0 -0
  590. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/load_balancing_rule.py +0 -0
  591. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/load_balancing_when.py +0 -0
  592. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/local_artifact_source.py +0 -0
  593. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/local_model_source.py +0 -0
  594. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/local_source.py +0 -0
  595. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/log.py +0 -0
  596. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_filter_query.py +0 -0
  597. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_filter_query_type.py +0 -0
  598. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_response.py +0 -0
  599. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_search_filter_type.py +0 -0
  600. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_search_operator_type.py +0 -0
  601. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/logs_sorting_direction.py +0 -0
  602. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/manual.py +0 -0
  603. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_auth.py +0 -0
  604. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_header_auth.py +0 -0
  605. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_header_override_auth.py +0 -0
  606. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_integration.py +0 -0
  607. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_integration_transport.py +0 -0
  608. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_integrations.py +0 -0
  609. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_o_auth2.py +0 -0
  610. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_o_auth2jwt_source.py +0 -0
  611. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_passthrough.py +0 -0
  612. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_provider_account.py +0 -0
  613. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_tool_details.py +0 -0
  614. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_with_fqn.py +0 -0
  615. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_server_with_url.py +0 -0
  616. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mcp_tool.py +0 -0
  617. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/metadata.py +0 -0
  618. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/metric.py +0 -0
  619. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mime_type.py +0 -0
  620. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mirror_action.py +0 -0
  621. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mistral_ai_integrations.py +0 -0
  622. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mistral_ai_key_auth.py +0 -0
  623. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mistral_ai_model.py +0 -0
  624. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/mistral_ai_provider_account.py +0 -0
  625. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ml_repo.py +0 -0
  626. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ml_repo_manifest.py +0 -0
  627. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model.py +0 -0
  628. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_configuration.py +0 -0
  629. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_cost_metric.py +0 -0
  630. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_manifest.py +0 -0
  631. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_manifest_framework.py +0 -0
  632. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_manifest_source.py +0 -0
  633. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_provider_account.py +0 -0
  634. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_type.py +0 -0
  635. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_version.py +0 -0
  636. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/model_version_environment.py +0 -0
  637. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/multi_part_upload.py +0 -0
  638. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/multi_part_upload_response.py +0 -0
  639. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/multi_part_upload_storage_provider.py +0 -0
  640. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nats_input_config.py +0 -0
  641. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nats_metric_config.py +0 -0
  642. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nats_output_config.py +0 -0
  643. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nats_user_password_auth.py +0 -0
  644. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/node_selector.py +0 -0
  645. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/node_selector_capacity_type.py +0 -0
  646. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nodepool.py +0 -0
  647. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nodepool_selector.py +0 -0
  648. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nomic_integrations.py +0 -0
  649. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nomic_key_auth.py +0 -0
  650. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nomic_model.py +0 -0
  651. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nomic_provider_account.py +0 -0
  652. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/non_negative_float.py +0 -0
  653. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/notebook.py +0 -0
  654. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/notebook_config.py +0 -0
  655. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/notification_target.py +0 -0
  656. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/notification_target_for_alert_rule.py +0 -0
  657. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nvidia_gpu.py +0 -0
  658. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nvidia_miggpu.py +0 -0
  659. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nvidia_miggpu_profile.py +0 -0
  660. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/nvidia_timeslicing_gpu.py +0 -0
  661. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/o_auth2login_provider.py +0 -0
  662. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/oci_repo.py +0 -0
  663. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ollama_integrations.py +0 -0
  664. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ollama_key_auth.py +0 -0
  665. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ollama_model.py +0 -0
  666. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ollama_provider_account.py +0 -0
  667. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/onnx_framework.py +0 -0
  668. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_ai_integrations.py +0 -0
  669. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_ai_model.py +0 -0
  670. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_ai_moderations_guardrail_config.py +0 -0
  671. {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
  672. {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
  673. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_router_api_key_auth.py +0 -0
  674. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_router_integrations.py +0 -0
  675. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_router_model.py +0 -0
  676. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/open_router_provider_account.py +0 -0
  677. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/openai_api_key_auth.py +0 -0
  678. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/openai_provider_account.py +0 -0
  679. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/operation.py +0 -0
  680. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/otel_exporter_grpc_config.py +0 -0
  681. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/otel_exporter_http_config.py +0 -0
  682. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/otel_exporter_http_config_encoding.py +0 -0
  683. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/owned_by.py +0 -0
  684. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/paddle_framework.py +0 -0
  685. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty.py +0 -0
  686. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty_integration.py +0 -0
  687. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty_integration_key_auth.py +0 -0
  688. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty_integrations.py +0 -0
  689. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pager_duty_provider_account.py +0 -0
  690. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pagination.py +0 -0
  691. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palm_integrations.py +0 -0
  692. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palm_key_auth.py +0 -0
  693. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palm_model.py +0 -0
  694. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palm_provider_account.py +0 -0
  695. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palo_alto_prisma_airs_guardrail_config.py +0 -0
  696. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palo_alto_prisma_airs_guardrail_config_mode.py +0 -0
  697. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/palo_alto_prisma_airs_key_auth.py +0 -0
  698. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pangea_guard_type.py +0 -0
  699. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pangea_guardrail_config.py +0 -0
  700. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pangea_guardrail_config_operation.py +0 -0
  701. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pangea_key_auth.py +0 -0
  702. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/param.py +0 -0
  703. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/param_param_type.py +0 -0
  704. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/parameters.py +0 -0
  705. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/parameters_stop.py +0 -0
  706. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_answer_relevance_criteria.py +0 -0
  707. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_answer_relevance_evaluator.py +0 -0
  708. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_evaluator.py +0 -0
  709. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_glider_criteria.py +0 -0
  710. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_glider_evaluator.py +0 -0
  711. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_guardrail_config.py +0 -0
  712. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_guardrail_config_target.py +0 -0
  713. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_judge_criteria.py +0 -0
  714. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_judge_evaluator.py +0 -0
  715. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_key_auth.py +0 -0
  716. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_phi_criteria.py +0 -0
  717. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_phi_evaluator.py +0 -0
  718. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_pii_criteria.py +0 -0
  719. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_pii_evaluator.py +0 -0
  720. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_toxicity_criteria.py +0 -0
  721. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/patronus_toxicity_evaluator.py +0 -0
  722. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/per_thousand_embedding_tokens_cost_metric.py +0 -0
  723. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/per_thousand_tokens_cost_metric.py +0 -0
  724. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/permissions.py +0 -0
  725. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/perplexity_ai_key_auth.py +0 -0
  726. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/perplexity_ai_model.py +0 -0
  727. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/perplexity_ai_provider_account.py +0 -0
  728. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/perplexity_integrations.py +0 -0
  729. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/personal_access_token_manifest.py +0 -0
  730. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/pip.py +0 -0
  731. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/poetry.py +0 -0
  732. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_actions.py +0 -0
  733. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_entity_types.py +0 -0
  734. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_filters.py +0 -0
  735. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_manifest.py +0 -0
  736. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_manifest_mode.py +0 -0
  737. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_manifest_operation.py +0 -0
  738. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_mutation_operation.py +0 -0
  739. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/policy_validation_operation.py +0 -0
  740. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/port.py +0 -0
  741. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/port_app_protocol.py +0 -0
  742. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/port_auth.py +0 -0
  743. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/port_protocol.py +0 -0
  744. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/presigned_url_object.py +0 -0
  745. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/priority_based_load_balance_target.py +0 -0
  746. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/priority_based_load_balancing.py +0 -0
  747. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/priority_based_load_balancing_rule.py +0 -0
  748. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prometheus_alert_rule.py +0 -0
  749. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt.py +0 -0
  750. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt_foo_guard_type.py +0 -0
  751. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt_foo_guardrail_config.py +0 -0
  752. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt_foo_guardrail_config_operation.py +0 -0
  753. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/prompt_version.py +0 -0
  754. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/provider_accounts.py +0 -0
  755. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/public_cost_metric.py +0 -0
  756. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/py_spark_task_config.py +0 -0
  757. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/py_torch_framework.py +0 -0
  758. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_build.py +0 -0
  759. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_build_command.py +0 -0
  760. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_build_python_dependencies.py +0 -0
  761. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_task_config.py +0 -0
  762. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_task_config_image.py +0 -0
  763. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/python_task_config_mounts_item.py +0 -0
  764. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/quay_artifacts_registry.py +0 -0
  765. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/quay_basic_auth.py +0 -0
  766. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/quay_integrations.py +0 -0
  767. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/quay_provider_account.py +0 -0
  768. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/query_spans_response.py +0 -0
  769. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/r_studio.py +0 -0
  770. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rate_limit_config.py +0 -0
  771. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rate_limit_rule.py +0 -0
  772. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rate_limit_unit.py +0 -0
  773. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rate_limit_when.py +0 -0
  774. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/recommendation.py +0 -0
  775. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/refusal_content_part.py +0 -0
  776. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/register_users_response.py +0 -0
  777. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/remote_source.py +0 -0
  778. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/resources.py +0 -0
  779. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/resources_devices_item.py +0 -0
  780. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/resources_node.py +0 -0
  781. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/retry_config.py +0 -0
  782. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/revoke_all_personal_access_token_response.py +0 -0
  783. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/role_manifest.py +0 -0
  784. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/role_permissions.py +0 -0
  785. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rolling.py +0 -0
  786. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/rps_metric.py +0 -0
  787. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sagemaker_model.py +0 -0
  788. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/samba_nova_integrations.py +0 -0
  789. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/samba_nova_key_auth.py +0 -0
  790. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/samba_nova_model.py +0 -0
  791. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/samba_nova_provider_account.py +0 -0
  792. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/schedule.py +0 -0
  793. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/schedule_concurrency_policy.py +0 -0
  794. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret.py +0 -0
  795. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_group.py +0 -0
  796. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_group_manifest.py +0 -0
  797. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_input.py +0 -0
  798. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_mount.py +0 -0
  799. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_store_config.py +0 -0
  800. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/secret_version.py +0 -0
  801. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model.py +0 -0
  802. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model_auth_data.py +0 -0
  803. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model_integrations.py +0 -0
  804. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model_model_server.py +0 -0
  805. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/self_hosted_model_provider_account.py +0 -0
  806. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service.py +0 -0
  807. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service_autoscaling.py +0 -0
  808. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service_autoscaling_metrics.py +0 -0
  809. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service_replicas.py +0 -0
  810. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/service_rollout_strategy.py +0 -0
  811. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/session.py +0 -0
  812. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/signed_url.py +0 -0
  813. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sklearn_framework.py +0 -0
  814. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sklearn_model_schema.py +0 -0
  815. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sklearn_serialization_format.py +0 -0
  816. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sla_cutoff.py +0 -0
  817. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_bot.py +0 -0
  818. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_bot_auth.py +0 -0
  819. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_bot_integration.py +0 -0
  820. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_integrations.py +0 -0
  821. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_provider_account.py +0 -0
  822. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_webhook.py +0 -0
  823. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_webhook_auth.py +0 -0
  824. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/slack_webhook_integration.py +0 -0
  825. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/smtp_credentials.py +0 -0
  826. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/snowflake_cortex_integrations.py +0 -0
  827. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/snowflake_cortex_model.py +0 -0
  828. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/snowflake_cortex_pat_token_auth.py +0 -0
  829. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/snowflake_cortex_provider_account.py +0 -0
  830. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sort_direction.py +0 -0
  831. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spa_cy_framework.py +0 -0
  832. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_attribute_filter.py +0 -0
  833. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_attribute_filter_operator.py +0 -0
  834. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_attribute_filter_value.py +0 -0
  835. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_field_filter.py +0 -0
  836. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_field_filter_operator.py +0 -0
  837. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_field_filter_span_field_name.py +0 -0
  838. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/span_field_filter_value.py +0 -0
  839. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_build.py +0 -0
  840. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_config.py +0 -0
  841. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_driver_config.py +0 -0
  842. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_executor_config.py +0 -0
  843. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_executor_config_instances.py +0 -0
  844. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_executor_dynamic_scaling.py +0 -0
  845. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_executor_fixed_instances.py +0 -0
  846. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_image.py +0 -0
  847. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_image_build.py +0 -0
  848. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_image_build_build_source.py +0 -0
  849. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job.py +0 -0
  850. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_entrypoint.py +0 -0
  851. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_image.py +0 -0
  852. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_java_entrypoint.py +0 -0
  853. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_python_entrypoint.py +0 -0
  854. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_python_notebook_entrypoint.py +0 -0
  855. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_scala_entrypoint.py +0 -0
  856. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_scala_notebook_entrypoint.py +0 -0
  857. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/spark_job_trigger_input.py +0 -0
  858. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sqs_input_config.py +0 -0
  859. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sqs_output_config.py +0 -0
  860. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sqs_queue_metric_config.py +0 -0
  861. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sqs_queue_metric_config_auth.py +0 -0
  862. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ssh_server.py +0 -0
  863. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ssh_server_config.py +0 -0
  864. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sso_team_manifest.py +0 -0
  865. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/stage_artifact_response.py +0 -0
  866. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/static_volume_config.py +0 -0
  867. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/stats_models_framework.py +0 -0
  868. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/string_data_mount.py +0 -0
  869. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/subject.py +0 -0
  870. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/subject_type.py +0 -0
  871. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sync_token_in_secret_store_info.py +0 -0
  872. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/sync_virtual_account_token_response.py +0 -0
  873. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/system_message.py +0 -0
  874. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/system_message_content.py +0 -0
  875. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/task_docker_file_build.py +0 -0
  876. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/task_py_spark_build.py +0 -0
  877. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/task_python_build.py +0 -0
  878. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/team.py +0 -0
  879. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/team_manifest.py +0 -0
  880. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/team_owned_by.py +0 -0
  881. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tensor_flow_framework.py +0 -0
  882. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/terminate_job_response.py +0 -0
  883. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/text_content_part.py +0 -0
  884. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/text_content_part_text.py +0 -0
  885. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/together_ai_integrations.py +0 -0
  886. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/together_ai_key_auth.py +0 -0
  887. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/together_ai_model.py +0 -0
  888. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/together_ai_provider_account.py +0 -0
  889. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/token_pagination.py +0 -0
  890. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tool_call.py +0 -0
  891. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tool_message.py +0 -0
  892. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tool_message_content.py +0 -0
  893. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tool_schema.py +0 -0
  894. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/trace_span.py +0 -0
  895. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tracing_project.py +0 -0
  896. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/tracing_project_manifest.py +0 -0
  897. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/transformers_framework.py +0 -0
  898. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/trigger_job_run_response.py +0 -0
  899. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_apply_request_manifest.py +0 -0
  900. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_apply_response.py +0 -0
  901. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_apply_response_action.py +0 -0
  902. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_apply_response_existing_manifest.py +0 -0
  903. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_artifact_source.py +0 -0
  904. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_dbssm.py +0 -0
  905. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_delete_request_manifest.py +0 -0
  906. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_integrations.py +0 -0
  907. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_interactive_login.py +0 -0
  908. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_managed_source.py +0 -0
  909. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/true_foundry_provider_account.py +0 -0
  910. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ttl_integrations.py +0 -0
  911. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ttl_provider_account.py +0 -0
  912. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/ttl_registry.py +0 -0
  913. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/update_secret_input.py +0 -0
  914. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/update_user_roles_response.py +0 -0
  915. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/upgrade_data.py +0 -0
  916. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/usage_code_snippet.py +0 -0
  917. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user.py +0 -0
  918. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_message.py +0 -0
  919. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_message_content.py +0 -0
  920. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_message_content_one_item.py +0 -0
  921. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_metadata.py +0 -0
  922. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_metadata_tenant_role_managed_by.py +0 -0
  923. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_resource.py +0 -0
  924. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_role_with_resource.py +0 -0
  925. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/user_role_with_resource_resource_type.py +0 -0
  926. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/uv.py +0 -0
  927. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/validation_error.py +0 -0
  928. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/validation_error_loc_item.py +0 -0
  929. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/vertex_model.py +0 -0
  930. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_account.py +0 -0
  931. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_account_manifest.py +0 -0
  932. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_account_owned_by.py +0 -0
  933. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_mcp_server_integration.py +0 -0
  934. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_mcp_server_source.py +0 -0
  935. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_model.py +0 -0
  936. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/virtual_model_provider_account.py +0 -0
  937. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/volume.py +0 -0
  938. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/volume_browser.py +0 -0
  939. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/volume_config.py +0 -0
  940. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/volume_mount.py +0 -0
  941. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_basic_auth.py +0 -0
  942. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_bearer_auth.py +0 -0
  943. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_integration.py +0 -0
  944. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_integration_auth_data.py +0 -0
  945. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_integrations.py +0 -0
  946. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/webhook_provider_account.py +0 -0
  947. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/weight_based_load_balancing.py +0 -0
  948. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/weight_based_load_balancing_rule.py +0 -0
  949. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workbench_image.py +0 -0
  950. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/worker_config.py +0 -0
  951. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/worker_config_input_config.py +0 -0
  952. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/worker_config_output_config.py +0 -0
  953. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workflow.py +0 -0
  954. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workflow_alert.py +0 -0
  955. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workflow_flyte_entities_item.py +0 -0
  956. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workflow_source.py +0 -0
  957. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workspace.py +0 -0
  958. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/workspace_manifest.py +0 -0
  959. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/xg_boost_framework.py +0 -0
  960. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/xg_boost_model_schema.py +0 -0
  961. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/types/xg_boost_serialization_format.py +0 -0
  962. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/users/__init__.py +0 -0
  963. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/users/client.py +0 -0
  964. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/users/raw_client.py +0 -0
  965. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/version.py +0 -0
  966. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/virtual_accounts/__init__.py +0 -0
  967. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/virtual_accounts/client.py +0 -0
  968. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/virtual_accounts/raw_client.py +0 -0
  969. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/__init__.py +0 -0
  970. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/client.py +0 -0
  971. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/raw_client.py +0 -0
  972. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/types/__init__.py +0 -0
  973. {truefoundry_sdk-0.1.17 → truefoundry_sdk-0.1.17rc1}/src/truefoundry_sdk/workspaces/types/workspaces_delete_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: truefoundry-sdk
3
- Version: 0.1.17
3
+ Version: 0.1.17rc1
4
4
  Summary:
5
5
  Requires-Python: >=3.8
6
6
  Classifier: Intended Audience :: Developers
@@ -4,7 +4,7 @@ dynamic = ["version"]
4
4
 
5
5
  [tool.poetry]
6
6
  name = "truefoundry-sdk"
7
- version = "0.1.17"
7
+ version = "0.1.17-rc.1"
8
8
  description = ""
9
9
  readme = "README.md"
10
10
  authors = []
@@ -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()}"