vellum-ai 0.7.8__tar.gz → 0.7.9__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
Files changed (506) hide show
  1. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/PKG-INFO +1 -1
  2. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/pyproject.toml +1 -1
  3. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/client_wrapper.py +1 -1
  4. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/terraform/__init__.py +2 -0
  5. vellum_ai-0.7.9/src/vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
  6. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/terraform/data_vellum_document_index/__init__.py +10 -10
  7. vellum_ai-0.7.9/src/vellum/terraform/data_vellum_ml_model/__init__.py +409 -0
  8. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/terraform/document_index/__init__.py +16 -16
  9. vellum_ai-0.7.9/src/vellum/terraform/ml_model/__init__.py +806 -0
  10. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/terraform/provider/__init__.py +13 -13
  11. vellum_ai-0.7.9/src/vellum/terraform/versions.json +3 -0
  12. vellum_ai-0.7.8/src/vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
  13. vellum_ai-0.7.8/src/vellum/terraform/versions.json +0 -3
  14. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/LICENSE +0 -0
  15. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/README.md +0 -0
  16. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/__init__.py +0 -0
  17. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/client.py +0 -0
  18. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/__init__.py +0 -0
  19. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/api_error.py +0 -0
  20. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/datetime_utils.py +0 -0
  21. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/file.py +0 -0
  22. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/http_client.py +0 -0
  23. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/jsonable_encoder.py +0 -0
  24. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/pydantic_utilities.py +0 -0
  25. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/query_encoder.py +0 -0
  26. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/remove_none_from_dict.py +0 -0
  27. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/core/request_options.py +0 -0
  28. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/environment.py +0 -0
  29. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/errors/__init__.py +0 -0
  30. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/errors/bad_request_error.py +0 -0
  31. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/errors/forbidden_error.py +0 -0
  32. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/errors/internal_server_error.py +0 -0
  33. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/errors/not_found_error.py +0 -0
  34. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/lib/__init__.py +0 -0
  35. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/lib/test_suites/__init__.py +0 -0
  36. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/lib/test_suites/constants.py +0 -0
  37. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/lib/test_suites/exceptions.py +0 -0
  38. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/lib/test_suites/resources.py +0 -0
  39. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/lib/utils/__init__.py +0 -0
  40. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/lib/utils/env.py +0 -0
  41. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/lib/utils/exceptions.py +0 -0
  42. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/lib/utils/paginator.py +0 -0
  43. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/py.typed +0 -0
  44. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/__init__.py +0 -0
  45. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/deployments/__init__.py +0 -0
  46. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/deployments/client.py +0 -0
  47. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/deployments/types/__init__.py +0 -0
  48. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/deployments/types/deployments_list_request_status.py +0 -0
  49. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/document_indexes/__init__.py +0 -0
  50. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/document_indexes/client.py +0 -0
  51. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/document_indexes/types/__init__.py +0 -0
  52. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/document_indexes/types/document_indexes_list_request_status.py +0 -0
  53. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/documents/__init__.py +0 -0
  54. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/documents/client.py +0 -0
  55. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/folder_entities/__init__.py +0 -0
  56. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/folder_entities/client.py +0 -0
  57. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/ml_models/__init__.py +0 -0
  58. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/ml_models/client.py +0 -0
  59. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/sandboxes/__init__.py +0 -0
  60. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/sandboxes/client.py +0 -0
  61. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/test_suite_runs/__init__.py +0 -0
  62. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/test_suite_runs/client.py +0 -0
  63. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/test_suites/__init__.py +0 -0
  64. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/test_suites/client.py +0 -0
  65. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/workflow_deployments/__init__.py +0 -0
  66. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/workflow_deployments/client.py +0 -0
  67. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/workflow_deployments/types/__init__.py +0 -0
  68. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +0 -0
  69. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/workflow_sandboxes/__init__.py +0 -0
  70. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/resources/workflow_sandboxes/client.py +0 -0
  71. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/terraform/_jsii/__init__.py +0 -0
  72. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/terraform/constraints.json +0 -0
  73. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/terraform/py.typed +0 -0
  74. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/__init__.py +0 -0
  75. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/add_openai_api_key_enum.py +0 -0
  76. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/api_node_result.py +0 -0
  77. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/api_node_result_data.py +0 -0
  78. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/array_chat_message_content.py +0 -0
  79. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/array_chat_message_content_item.py +0 -0
  80. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/array_chat_message_content_item_request.py +0 -0
  81. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/array_chat_message_content_request.py +0 -0
  82. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/array_variable_value_item.py +0 -0
  83. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/array_vellum_value_item.py +0 -0
  84. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/array_vellum_value_item_request.py +0 -0
  85. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +0 -0
  86. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +0 -0
  87. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +0 -0
  88. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +0 -0
  89. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +0 -0
  90. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +0 -0
  91. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/chat_history_input_request.py +0 -0
  92. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/chat_message.py +0 -0
  93. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/chat_message_content.py +0 -0
  94. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/chat_message_content_request.py +0 -0
  95. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/chat_message_request.py +0 -0
  96. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/chat_message_role.py +0 -0
  97. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_array_result.py +0 -0
  98. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_chat_history_result.py +0 -0
  99. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_error_result.py +0 -0
  100. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_function_call_result.py +0 -0
  101. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_json_result.py +0 -0
  102. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_number_result.py +0 -0
  103. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_result.py +0 -0
  104. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_result_data.py +0 -0
  105. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_result_output.py +0 -0
  106. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_search_results_result.py +0 -0
  107. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/code_execution_node_string_result.py +0 -0
  108. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/compile_prompt_deployment_expand_meta_request.py +0 -0
  109. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/compile_prompt_meta.py +0 -0
  110. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/conditional_node_result.py +0 -0
  111. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/conditional_node_result_data.py +0 -0
  112. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/create_test_suite_test_case_request.py +0 -0
  113. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/deployment_provider_payload_response.py +0 -0
  114. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/deployment_provider_payload_response_payload.py +0 -0
  115. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/deployment_read.py +0 -0
  116. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/deployment_release_tag_deployment_history_item.py +0 -0
  117. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/deployment_release_tag_read.py +0 -0
  118. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/document_document_to_document_index.py +0 -0
  119. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/document_index_chunking.py +0 -0
  120. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/document_index_chunking_request.py +0 -0
  121. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/document_index_indexing_config.py +0 -0
  122. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/document_index_indexing_config_request.py +0 -0
  123. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/document_index_read.py +0 -0
  124. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/document_read.py +0 -0
  125. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/document_status.py +0 -0
  126. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/enriched_normalized_completion.py +0 -0
  127. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/entity_status.py +0 -0
  128. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/environment_enum.py +0 -0
  129. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/error_variable_value.py +0 -0
  130. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/error_vellum_value.py +0 -0
  131. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/error_vellum_value_request.py +0 -0
  132. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execute_prompt_event.py +0 -0
  133. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execute_prompt_response.py +0 -0
  134. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execute_workflow_response.py +0 -0
  135. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execute_workflow_workflow_result_event.py +0 -0
  136. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execution_array_vellum_value.py +0 -0
  137. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execution_chat_history_vellum_value.py +0 -0
  138. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execution_error_vellum_value.py +0 -0
  139. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execution_function_call_vellum_value.py +0 -0
  140. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execution_json_vellum_value.py +0 -0
  141. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execution_number_vellum_value.py +0 -0
  142. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execution_search_results_vellum_value.py +0 -0
  143. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execution_string_vellum_value.py +0 -0
  144. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/execution_vellum_value.py +0 -0
  145. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/external_test_case_execution.py +0 -0
  146. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/external_test_case_execution_request.py +0 -0
  147. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/finish_reason_enum.py +0 -0
  148. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/fulfilled_enum.py +0 -0
  149. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/fulfilled_execute_prompt_event.py +0 -0
  150. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/fulfilled_execute_prompt_response.py +0 -0
  151. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/fulfilled_execute_workflow_workflow_result_event.py +0 -0
  152. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/fulfilled_prompt_execution_meta.py +0 -0
  153. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/fulfilled_workflow_node_result_event.py +0 -0
  154. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/function_call.py +0 -0
  155. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/function_call_chat_message_content.py +0 -0
  156. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/function_call_chat_message_content_request.py +0 -0
  157. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/function_call_chat_message_content_value.py +0 -0
  158. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/function_call_chat_message_content_value_request.py +0 -0
  159. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/function_call_request.py +0 -0
  160. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/function_call_variable_value.py +0 -0
  161. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/function_call_vellum_value.py +0 -0
  162. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/function_call_vellum_value_request.py +0 -0
  163. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/generate_options_request.py +0 -0
  164. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/generate_request.py +0 -0
  165. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/generate_response.py +0 -0
  166. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/generate_result.py +0 -0
  167. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/generate_result_data.py +0 -0
  168. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/generate_result_error.py +0 -0
  169. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/generate_stream_response.py +0 -0
  170. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/generate_stream_result.py +0 -0
  171. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/generate_stream_result_data.py +0 -0
  172. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/hkunlp_instructor_xl_vectorizer.py +0 -0
  173. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/hkunlp_instructor_xl_vectorizer_request.py +0 -0
  174. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/hosted_by_enum.py +0 -0
  175. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/hugging_face_tokenizer_config.py +0 -0
  176. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/hugging_face_tokenizer_config_request.py +0 -0
  177. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/image_chat_message_content.py +0 -0
  178. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/image_chat_message_content_request.py +0 -0
  179. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/image_variable_value.py +0 -0
  180. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/image_vellum_value.py +0 -0
  181. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/image_vellum_value_request.py +0 -0
  182. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/indexing_config_vectorizer.py +0 -0
  183. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/indexing_config_vectorizer_request.py +0 -0
  184. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/indexing_state_enum.py +0 -0
  185. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/initiated_execute_prompt_event.py +0 -0
  186. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/initiated_prompt_execution_meta.py +0 -0
  187. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/initiated_workflow_node_result_event.py +0 -0
  188. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/instructor_vectorizer_config.py +0 -0
  189. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/instructor_vectorizer_config_request.py +0 -0
  190. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/iteration_state_enum.py +0 -0
  191. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/json_input_request.py +0 -0
  192. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/json_variable_value.py +0 -0
  193. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/json_vellum_value.py +0 -0
  194. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/json_vellum_value_request.py +0 -0
  195. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/logical_operator.py +0 -0
  196. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/logprobs_enum.py +0 -0
  197. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/map_node_result.py +0 -0
  198. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/map_node_result_data.py +0 -0
  199. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/merge_node_result.py +0 -0
  200. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/merge_node_result_data.py +0 -0
  201. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/metadata_filter_config_request.py +0 -0
  202. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/metadata_filter_rule_combinator.py +0 -0
  203. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/metadata_filter_rule_request.py +0 -0
  204. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/metric_node_result.py +0 -0
  205. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_developer.py +0 -0
  206. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_developer_enum_value_label.py +0 -0
  207. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_display_config_labelled.py +0 -0
  208. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_display_config_request.py +0 -0
  209. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_display_tag.py +0 -0
  210. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_display_tag_enum_value_label.py +0 -0
  211. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_exec_config.py +0 -0
  212. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_exec_config_request.py +0 -0
  213. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_family.py +0 -0
  214. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_family_enum_value_label.py +0 -0
  215. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_feature.py +0 -0
  216. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_parameter_config.py +0 -0
  217. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_parameter_config_request.py +0 -0
  218. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_read.py +0 -0
  219. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_request_authorization_config.py +0 -0
  220. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_request_authorization_config_request.py +0 -0
  221. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_request_authorization_config_type_enum.py +0 -0
  222. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_request_config.py +0 -0
  223. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_request_config_request.py +0 -0
  224. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_response_config.py +0 -0
  225. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_response_config_request.py +0 -0
  226. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_tokenizer_config.py +0 -0
  227. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_tokenizer_config_request.py +0 -0
  228. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/ml_model_usage.py +0 -0
  229. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_scenario_input_chat_history_variable_value_request.py +0 -0
  230. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_scenario_input_json_variable_value_request.py +0 -0
  231. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_scenario_input_request.py +0 -0
  232. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_scenario_input_string_variable_value_request.py +0 -0
  233. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_array_variable_value.py +0 -0
  234. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_array_variable_value_request.py +0 -0
  235. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_chat_history_variable_value.py +0 -0
  236. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_chat_history_variable_value_request.py +0 -0
  237. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_error_variable_value.py +0 -0
  238. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_error_variable_value_request.py +0 -0
  239. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_function_call_variable_value.py +0 -0
  240. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_function_call_variable_value_request.py +0 -0
  241. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_json_variable_value.py +0 -0
  242. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_json_variable_value_request.py +0 -0
  243. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_number_variable_value.py +0 -0
  244. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_number_variable_value_request.py +0 -0
  245. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_search_results_variable_value.py +0 -0
  246. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_search_results_variable_value_request.py +0 -0
  247. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_string_variable_value.py +0 -0
  248. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_string_variable_value_request.py +0 -0
  249. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_variable_value.py +0 -0
  250. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/named_test_case_variable_value_request.py +0 -0
  251. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_input_compiled_array_value.py +0 -0
  252. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_input_compiled_chat_history_value.py +0 -0
  253. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_input_compiled_error_value.py +0 -0
  254. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_input_compiled_function_call.py +0 -0
  255. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_input_compiled_json_value.py +0 -0
  256. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_input_compiled_number_value.py +0 -0
  257. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_input_compiled_search_results_value.py +0 -0
  258. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_input_compiled_string_value.py +0 -0
  259. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_input_variable_compiled_value.py +0 -0
  260. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_output_compiled_array_value.py +0 -0
  261. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_output_compiled_chat_history_value.py +0 -0
  262. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_output_compiled_error_value.py +0 -0
  263. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_output_compiled_function_call_value.py +0 -0
  264. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_output_compiled_json_value.py +0 -0
  265. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_output_compiled_number_value.py +0 -0
  266. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_output_compiled_search_results_value.py +0 -0
  267. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_output_compiled_string_value.py +0 -0
  268. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/node_output_compiled_value.py +0 -0
  269. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/normalized_log_probs.py +0 -0
  270. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/normalized_token_log_probs.py +0 -0
  271. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/number_variable_value.py +0 -0
  272. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/number_vellum_value.py +0 -0
  273. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/number_vellum_value_request.py +0 -0
  274. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_ai_vectorizer_config.py +0 -0
  275. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_ai_vectorizer_config_request.py +0 -0
  276. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_ai_vectorizer_text_embedding_3_large.py +0 -0
  277. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +0 -0
  278. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_ai_vectorizer_text_embedding_3_small.py +0 -0
  279. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +0 -0
  280. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +0 -0
  281. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +0 -0
  282. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_array_property.py +0 -0
  283. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_array_property_request.py +0 -0
  284. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_boolean_property.py +0 -0
  285. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_boolean_property_request.py +0 -0
  286. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_const_property.py +0 -0
  287. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_const_property_request.py +0 -0
  288. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_integer_property.py +0 -0
  289. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_integer_property_request.py +0 -0
  290. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_number_property.py +0 -0
  291. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_number_property_request.py +0 -0
  292. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_object_property.py +0 -0
  293. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_object_property_request.py +0 -0
  294. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_one_of_property.py +0 -0
  295. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_one_of_property_request.py +0 -0
  296. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_property.py +0 -0
  297. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_property_request.py +0 -0
  298. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_string_property.py +0 -0
  299. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/open_api_string_property_request.py +0 -0
  300. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/paginated_document_index_read_list.py +0 -0
  301. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/paginated_ml_model_read_list.py +0 -0
  302. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/paginated_slim_deployment_read_list.py +0 -0
  303. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/paginated_slim_document_list.py +0 -0
  304. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/paginated_slim_workflow_deployment_list.py +0 -0
  305. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/paginated_test_suite_run_execution_list.py +0 -0
  306. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/paginated_test_suite_test_case_list.py +0 -0
  307. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/pdf_search_result_meta_source.py +0 -0
  308. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/pdf_search_result_meta_source_request.py +0 -0
  309. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/processing_failure_reason_enum.py +0 -0
  310. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/processing_state_enum.py +0 -0
  311. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/prompt_deployment_expand_meta_request_request.py +0 -0
  312. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/prompt_deployment_input_request.py +0 -0
  313. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/prompt_execution_meta.py +0 -0
  314. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/prompt_node_execution_meta.py +0 -0
  315. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/prompt_node_result.py +0 -0
  316. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/prompt_node_result_data.py +0 -0
  317. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/prompt_output.py +0 -0
  318. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/raw_prompt_execution_overrides_request.py +0 -0
  319. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/reducto_chunker_config.py +0 -0
  320. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/reducto_chunker_config_request.py +0 -0
  321. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/reducto_chunking.py +0 -0
  322. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/reducto_chunking_request.py +0 -0
  323. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/rejected_execute_prompt_event.py +0 -0
  324. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/rejected_execute_prompt_response.py +0 -0
  325. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/rejected_execute_workflow_workflow_result_event.py +0 -0
  326. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/rejected_prompt_execution_meta.py +0 -0
  327. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/rejected_workflow_node_result_event.py +0 -0
  328. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/release_tag_source.py +0 -0
  329. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/replace_test_suite_test_case_request.py +0 -0
  330. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/sandbox_scenario.py +0 -0
  331. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/scenario_input.py +0 -0
  332. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/scenario_input_chat_history_variable_value.py +0 -0
  333. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/scenario_input_json_variable_value.py +0 -0
  334. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/scenario_input_string_variable_value.py +0 -0
  335. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_filters_request.py +0 -0
  336. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_node_result.py +0 -0
  337. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_node_result_data.py +0 -0
  338. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_request_options_request.py +0 -0
  339. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_response.py +0 -0
  340. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_result.py +0 -0
  341. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_result_document.py +0 -0
  342. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_result_document_request.py +0 -0
  343. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_result_merging_request.py +0 -0
  344. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_result_meta.py +0 -0
  345. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_result_meta_request.py +0 -0
  346. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_result_meta_source.py +0 -0
  347. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_result_meta_source_request.py +0 -0
  348. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_result_request.py +0 -0
  349. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/search_weights_request.py +0 -0
  350. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/sentence_chunker_config.py +0 -0
  351. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/sentence_chunker_config_request.py +0 -0
  352. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/sentence_chunking.py +0 -0
  353. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/sentence_chunking_request.py +0 -0
  354. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/slim_deployment_read.py +0 -0
  355. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/slim_document.py +0 -0
  356. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/slim_workflow_deployment.py +0 -0
  357. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/streaming_execute_prompt_event.py +0 -0
  358. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/streaming_prompt_execution_meta.py +0 -0
  359. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/streaming_workflow_node_result_event.py +0 -0
  360. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/string_chat_message_content.py +0 -0
  361. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/string_chat_message_content_request.py +0 -0
  362. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/string_input_request.py +0 -0
  363. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/string_variable_value.py +0 -0
  364. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/string_vellum_value.py +0 -0
  365. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/string_vellum_value_request.py +0 -0
  366. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/submit_completion_actual_request.py +0 -0
  367. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/submit_workflow_execution_actual_request.py +0 -0
  368. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/subworkflow_node_result.py +0 -0
  369. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/subworkflow_node_result_data.py +0 -0
  370. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_array_result.py +0 -0
  371. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_chat_history_result.py +0 -0
  372. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_error_result.py +0 -0
  373. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_function_call_result.py +0 -0
  374. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_json_result.py +0 -0
  375. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_number_result.py +0 -0
  376. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_result.py +0 -0
  377. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_result_data.py +0 -0
  378. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_result_output.py +0 -0
  379. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_search_results_result.py +0 -0
  380. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/templating_node_string_result.py +0 -0
  381. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_array_result.py +0 -0
  382. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_chat_history_result.py +0 -0
  383. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_error_result.py +0 -0
  384. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_function_call_result.py +0 -0
  385. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_json_result.py +0 -0
  386. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_number_result.py +0 -0
  387. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_result.py +0 -0
  388. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_result_data.py +0 -0
  389. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_result_output.py +0 -0
  390. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_search_results_result.py +0 -0
  391. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/terminal_node_string_result.py +0 -0
  392. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_case_array_variable_value.py +0 -0
  393. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_case_chat_history_variable_value.py +0 -0
  394. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_case_error_variable_value.py +0 -0
  395. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_case_function_call_variable_value.py +0 -0
  396. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_case_json_variable_value.py +0 -0
  397. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_case_number_variable_value.py +0 -0
  398. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_case_search_results_variable_value.py +0 -0
  399. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_case_string_variable_value.py +0 -0
  400. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_case_variable_value.py +0 -0
  401. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config.py +0 -0
  402. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +0 -0
  403. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +0 -0
  404. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +0 -0
  405. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_exec_config.py +0 -0
  406. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_exec_config_request.py +0 -0
  407. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution.py +0 -0
  408. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_array_output.py +0 -0
  409. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_chat_history_output.py +0 -0
  410. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_error_output.py +0 -0
  411. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_function_call_output.py +0 -0
  412. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_json_output.py +0 -0
  413. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_metric_definition.py +0 -0
  414. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_metric_result.py +0 -0
  415. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_number_output.py +0 -0
  416. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_output.py +0 -0
  417. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_search_results_output.py +0 -0
  418. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_execution_string_output.py +0 -0
  419. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_external_exec_config.py +0 -0
  420. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_external_exec_config_data.py +0 -0
  421. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_external_exec_config_data_request.py +0 -0
  422. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_external_exec_config_request.py +0 -0
  423. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_metric_error_output.py +0 -0
  424. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_metric_number_output.py +0 -0
  425. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_metric_output.py +0 -0
  426. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_metric_string_output.py +0 -0
  427. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_read.py +0 -0
  428. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_state.py +0 -0
  429. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_test_suite.py +0 -0
  430. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config.py +0 -0
  431. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +0 -0
  432. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +0 -0
  433. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +0 -0
  434. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case.py +0 -0
  435. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_bulk_operation_request.py +0 -0
  436. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_bulk_result.py +0 -0
  437. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_create_bulk_operation_request.py +0 -0
  438. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_created_bulk_result.py +0 -0
  439. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_created_bulk_result_data.py +0 -0
  440. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +0 -0
  441. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_delete_bulk_operation_request.py +0 -0
  442. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_deleted_bulk_result.py +0 -0
  443. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_deleted_bulk_result_data.py +0 -0
  444. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_rejected_bulk_result.py +0 -0
  445. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_replace_bulk_operation_request.py +0 -0
  446. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_replaced_bulk_result.py +0 -0
  447. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_replaced_bulk_result_data.py +0 -0
  448. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +0 -0
  449. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/tik_token_tokenizer_config.py +0 -0
  450. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/tik_token_tokenizer_config_request.py +0 -0
  451. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/token_overlapping_window_chunker_config.py +0 -0
  452. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/token_overlapping_window_chunker_config_request.py +0 -0
  453. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/token_overlapping_window_chunking.py +0 -0
  454. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/token_overlapping_window_chunking_request.py +0 -0
  455. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/upload_document_response.py +0 -0
  456. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/upsert_test_suite_test_case_request.py +0 -0
  457. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/vellum_error.py +0 -0
  458. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/vellum_error_code_enum.py +0 -0
  459. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/vellum_error_request.py +0 -0
  460. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/vellum_image.py +0 -0
  461. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/vellum_image_request.py +0 -0
  462. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/vellum_variable.py +0 -0
  463. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/vellum_variable_type.py +0 -0
  464. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/visibility_enum.py +0 -0
  465. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_deployment_read.py +0 -0
  466. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_event_error.py +0 -0
  467. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_execution_actual_chat_history_request.py +0 -0
  468. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_execution_actual_json_request.py +0 -0
  469. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_execution_actual_string_request.py +0 -0
  470. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_execution_event_error_code.py +0 -0
  471. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_execution_event_type.py +0 -0
  472. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_execution_node_result_event.py +0 -0
  473. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_execution_workflow_result_event.py +0 -0
  474. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_expand_meta_request.py +0 -0
  475. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_node_result_data.py +0 -0
  476. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_node_result_event.py +0 -0
  477. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_node_result_event_state.py +0 -0
  478. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output.py +0 -0
  479. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output_array.py +0 -0
  480. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output_chat_history.py +0 -0
  481. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output_error.py +0 -0
  482. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output_function_call.py +0 -0
  483. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output_image.py +0 -0
  484. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output_json.py +0 -0
  485. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output_number.py +0 -0
  486. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output_search_results.py +0 -0
  487. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_output_string.py +0 -0
  488. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_release_tag_read.py +0 -0
  489. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_release_tag_workflow_deployment_history_item.py +0 -0
  490. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_request_chat_history_input_request.py +0 -0
  491. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_request_input_request.py +0 -0
  492. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_request_json_input_request.py +0 -0
  493. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_request_number_input_request.py +0 -0
  494. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_request_string_input_request.py +0 -0
  495. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event.py +0 -0
  496. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event_output_data.py +0 -0
  497. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event_output_data_array.py +0 -0
  498. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event_output_data_chat_history.py +0 -0
  499. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event_output_data_error.py +0 -0
  500. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event_output_data_function_call.py +0 -0
  501. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event_output_data_json.py +0 -0
  502. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event_output_data_number.py +0 -0
  503. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event_output_data_search_results.py +0 -0
  504. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_result_event_output_data_string.py +0 -0
  505. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/types/workflow_stream_event.py +0 -0
  506. {vellum_ai-0.7.8 → vellum_ai-0.7.9}/src/vellum/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: vellum-ai
3
- Version: 0.7.8
3
+ Version: 0.7.9
4
4
  Summary:
5
5
  License: MIT
6
6
  Requires-Python: >=3.8,<4.0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "vellum-ai"
3
- version = "0.7.8"
3
+ version = "0.7.9"
4
4
  description = ""
5
5
  readme = "README.md"
6
6
  authors = []
@@ -18,7 +18,7 @@ class BaseClientWrapper:
18
18
  headers: typing.Dict[str, str] = {
19
19
  "X-Fern-Language": "Python",
20
20
  "X-Fern-SDK-Name": "vellum-ai",
21
- "X-Fern-SDK-Version": "0.7.8",
21
+ "X-Fern-SDK-Version": "0.7.9",
22
22
  }
23
23
  headers["X_API_KEY"] = self.api_key
24
24
  return headers
@@ -17,7 +17,9 @@ from ._jsii import *
17
17
 
18
18
  __all__ = [
19
19
  "data_vellum_document_index",
20
+ "data_vellum_ml_model",
20
21
  "document_index",
22
+ "ml_model",
21
23
  "provider",
22
24
  ]
23
25
 
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `data_vellum_document_index`
3
3
 
4
- Refer to the Terraform Registry for docs: [`data_vellum_document_index`](https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index).
4
+ Refer to the Terraform Registry for docs: [`data_vellum_document_index`](https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DataVellumDocumentIndex(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="vellum-ai_vellum.dataVellumDocumentIndex.DataVellumDocumentIndex",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index vellum_document_index}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index vellum_document_index}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -46,12 +46,12 @@ class DataVellumDocumentIndex(
46
46
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
47
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
48
48
  ) -> None:
49
- '''Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index vellum_document_index} Data Source.
49
+ '''Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index vellum_document_index} Data Source.
50
50
 
51
51
  :param scope: The scope in which to define this construct.
52
52
  :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
- :param id: The Document Index's ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index#id DataVellumDocumentIndex#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
54
- :param name: A name that uniquely identifies this index within its workspace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index#name DataVellumDocumentIndex#name}
53
+ :param id: The Document Index's ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#id DataVellumDocumentIndex#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
54
+ :param name: A name that uniquely identifies this index within its workspace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#name DataVellumDocumentIndex#name}
55
55
  :param connection:
56
56
  :param count:
57
57
  :param depends_on:
@@ -91,7 +91,7 @@ class DataVellumDocumentIndex(
91
91
 
92
92
  :param scope: The scope in which to define this construct.
93
93
  :param import_to_id: The construct id used in the generated config for the DataVellumDocumentIndex to import.
94
- :param import_from_id: The id of the existing DataVellumDocumentIndex that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index#import import section} in the documentation of this resource for the id to use
94
+ :param import_from_id: The id of the existing DataVellumDocumentIndex that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#import import section} in the documentation of this resource for the id to use
95
95
  :param provider: ? Optional instance of the provider where the DataVellumDocumentIndex to import is found.
96
96
  '''
97
97
  if __debug__:
@@ -215,8 +215,8 @@ class DataVellumDocumentIndexConfig(_cdktf_9a9027ec.TerraformMetaArguments):
215
215
  :param lifecycle:
216
216
  :param provider:
217
217
  :param provisioners:
218
- :param id: The Document Index's ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index#id DataVellumDocumentIndex#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
219
- :param name: A name that uniquely identifies this index within its workspace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index#name DataVellumDocumentIndex#name}
218
+ :param id: The Document Index's ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#id DataVellumDocumentIndex#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
219
+ :param name: A name that uniquely identifies this index within its workspace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#name DataVellumDocumentIndex#name}
220
220
  '''
221
221
  if isinstance(lifecycle, dict):
222
222
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -319,7 +319,7 @@ class DataVellumDocumentIndexConfig(_cdktf_9a9027ec.TerraformMetaArguments):
319
319
  def id(self) -> typing.Optional[builtins.str]:
320
320
  '''The Document Index's ID.
321
321
 
322
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index#id DataVellumDocumentIndex#id}
322
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#id DataVellumDocumentIndex#id}
323
323
 
324
324
  Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
325
325
  If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
@@ -331,7 +331,7 @@ class DataVellumDocumentIndexConfig(_cdktf_9a9027ec.TerraformMetaArguments):
331
331
  def name(self) -> typing.Optional[builtins.str]:
332
332
  '''A name that uniquely identifies this index within its workspace.
333
333
 
334
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/data-sources/document_index#name DataVellumDocumentIndex#name}
334
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/document_index#name DataVellumDocumentIndex#name}
335
335
  '''
336
336
  result = self._values.get("name")
337
337
  return typing.cast(typing.Optional[builtins.str], result)
@@ -0,0 +1,409 @@
1
+ '''
2
+ # `data_vellum_ml_model`
3
+
4
+ Refer to the Terraform Registry for docs: [`data_vellum_ml_model`](https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model).
5
+ '''
6
+ from pkgutil import extend_path
7
+ __path__ = extend_path(__path__, __name__)
8
+
9
+ import abc
10
+ import builtins
11
+ import datetime
12
+ import enum
13
+ import typing
14
+
15
+ import jsii
16
+ import publication
17
+ import typing_extensions
18
+
19
+ from typeguard import check_type
20
+
21
+ from .._jsii import *
22
+
23
+ import cdktf as _cdktf_9a9027ec
24
+ import constructs as _constructs_77d1e7e8
25
+
26
+
27
+ class DataVellumMlModel(
28
+ _cdktf_9a9027ec.TerraformDataSource,
29
+ metaclass=jsii.JSIIMeta,
30
+ jsii_type="vellum-ai_vellum.dataVellumMlModel.DataVellumMlModel",
31
+ ):
32
+ '''Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model vellum_ml_model}.'''
33
+
34
+ def __init__(
35
+ self,
36
+ scope: _constructs_77d1e7e8.Construct,
37
+ id_: builtins.str,
38
+ *,
39
+ id: typing.Optional[builtins.str] = None,
40
+ name: typing.Optional[builtins.str] = None,
41
+ connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
42
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
43
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
44
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
45
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
46
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
47
+ provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
48
+ ) -> None:
49
+ '''Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model vellum_ml_model} Data Source.
50
+
51
+ :param scope: The scope in which to define this construct.
52
+ :param id_: The scoped construct ID. Must be unique amongst siblings in the same scope
53
+ :param id: The ML Model's ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model#id DataVellumMlModel#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
54
+ :param name: A name that uniquely identifies this ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model#name DataVellumMlModel#name}
55
+ :param connection:
56
+ :param count:
57
+ :param depends_on:
58
+ :param for_each:
59
+ :param lifecycle:
60
+ :param provider:
61
+ :param provisioners:
62
+ '''
63
+ if __debug__:
64
+ type_hints = typing.get_type_hints(_typecheckingstub__363383bbcd5a9f86ae34c12d4236a71aa48baa8ef76a1caa21f812596b36bb8d)
65
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
66
+ check_type(argname="argument id_", value=id_, expected_type=type_hints["id_"])
67
+ config = DataVellumMlModelConfig(
68
+ id=id,
69
+ name=name,
70
+ connection=connection,
71
+ count=count,
72
+ depends_on=depends_on,
73
+ for_each=for_each,
74
+ lifecycle=lifecycle,
75
+ provider=provider,
76
+ provisioners=provisioners,
77
+ )
78
+
79
+ jsii.create(self.__class__, self, [scope, id_, config])
80
+
81
+ @jsii.member(jsii_name="generateConfigForImport")
82
+ @builtins.classmethod
83
+ def generate_config_for_import(
84
+ cls,
85
+ scope: _constructs_77d1e7e8.Construct,
86
+ import_to_id: builtins.str,
87
+ import_from_id: builtins.str,
88
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
89
+ ) -> _cdktf_9a9027ec.ImportableResource:
90
+ '''Generates CDKTF code for importing a DataVellumMlModel resource upon running "cdktf plan ".
91
+
92
+ :param scope: The scope in which to define this construct.
93
+ :param import_to_id: The construct id used in the generated config for the DataVellumMlModel to import.
94
+ :param import_from_id: The id of the existing DataVellumMlModel that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model#import import section} in the documentation of this resource for the id to use
95
+ :param provider: ? Optional instance of the provider where the DataVellumMlModel to import is found.
96
+ '''
97
+ if __debug__:
98
+ type_hints = typing.get_type_hints(_typecheckingstub__020ed079befa51973b70c248a4d38c97c7f08ca60882a8c75ff66eb028eb370e)
99
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
100
+ check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
101
+ check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
102
+ check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
103
+ return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
104
+
105
+ @jsii.member(jsii_name="resetId")
106
+ def reset_id(self) -> None:
107
+ return typing.cast(None, jsii.invoke(self, "resetId", []))
108
+
109
+ @jsii.member(jsii_name="resetName")
110
+ def reset_name(self) -> None:
111
+ return typing.cast(None, jsii.invoke(self, "resetName", []))
112
+
113
+ @jsii.member(jsii_name="synthesizeAttributes")
114
+ def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
115
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
116
+
117
+ @jsii.member(jsii_name="synthesizeHclAttributes")
118
+ def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
119
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
120
+
121
+ @jsii.python.classproperty
122
+ @jsii.member(jsii_name="tfResourceType")
123
+ def TF_RESOURCE_TYPE(cls) -> builtins.str:
124
+ return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
125
+
126
+ @builtins.property
127
+ @jsii.member(jsii_name="developedBy")
128
+ def developed_by(self) -> builtins.str:
129
+ return typing.cast(builtins.str, jsii.get(self, "developedBy"))
130
+
131
+ @builtins.property
132
+ @jsii.member(jsii_name="family")
133
+ def family(self) -> builtins.str:
134
+ return typing.cast(builtins.str, jsii.get(self, "family"))
135
+
136
+ @builtins.property
137
+ @jsii.member(jsii_name="hostedBy")
138
+ def hosted_by(self) -> builtins.str:
139
+ return typing.cast(builtins.str, jsii.get(self, "hostedBy"))
140
+
141
+ @builtins.property
142
+ @jsii.member(jsii_name="visibility")
143
+ def visibility(self) -> builtins.str:
144
+ return typing.cast(builtins.str, jsii.get(self, "visibility"))
145
+
146
+ @builtins.property
147
+ @jsii.member(jsii_name="idInput")
148
+ def id_input(self) -> typing.Optional[builtins.str]:
149
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "idInput"))
150
+
151
+ @builtins.property
152
+ @jsii.member(jsii_name="nameInput")
153
+ def name_input(self) -> typing.Optional[builtins.str]:
154
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
155
+
156
+ @builtins.property
157
+ @jsii.member(jsii_name="id")
158
+ def id(self) -> builtins.str:
159
+ return typing.cast(builtins.str, jsii.get(self, "id"))
160
+
161
+ @id.setter
162
+ def id(self, value: builtins.str) -> None:
163
+ if __debug__:
164
+ type_hints = typing.get_type_hints(_typecheckingstub__90133f5d316e0f9572eb5ea479477890278b52cc7b2c3c64e25557f8cf372f3b)
165
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
166
+ jsii.set(self, "id", value)
167
+
168
+ @builtins.property
169
+ @jsii.member(jsii_name="name")
170
+ def name(self) -> builtins.str:
171
+ return typing.cast(builtins.str, jsii.get(self, "name"))
172
+
173
+ @name.setter
174
+ def name(self, value: builtins.str) -> None:
175
+ if __debug__:
176
+ type_hints = typing.get_type_hints(_typecheckingstub__822cde8e519d28143ed2d3d4b2c50f936147d42b9e95881905d94767f2dd2fdc)
177
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
178
+ jsii.set(self, "name", value)
179
+
180
+
181
+ @jsii.data_type(
182
+ jsii_type="vellum-ai_vellum.dataVellumMlModel.DataVellumMlModelConfig",
183
+ jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
184
+ name_mapping={
185
+ "connection": "connection",
186
+ "count": "count",
187
+ "depends_on": "dependsOn",
188
+ "for_each": "forEach",
189
+ "lifecycle": "lifecycle",
190
+ "provider": "provider",
191
+ "provisioners": "provisioners",
192
+ "id": "id",
193
+ "name": "name",
194
+ },
195
+ )
196
+ class DataVellumMlModelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
197
+ def __init__(
198
+ self,
199
+ *,
200
+ connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
201
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
202
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
203
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
204
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
205
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
206
+ provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
207
+ id: typing.Optional[builtins.str] = None,
208
+ name: typing.Optional[builtins.str] = None,
209
+ ) -> None:
210
+ '''
211
+ :param connection:
212
+ :param count:
213
+ :param depends_on:
214
+ :param for_each:
215
+ :param lifecycle:
216
+ :param provider:
217
+ :param provisioners:
218
+ :param id: The ML Model's ID. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model#id DataVellumMlModel#id} Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
219
+ :param name: A name that uniquely identifies this ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model#name DataVellumMlModel#name}
220
+ '''
221
+ if isinstance(lifecycle, dict):
222
+ lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
223
+ if __debug__:
224
+ type_hints = typing.get_type_hints(_typecheckingstub__6501792e1aa1e388f1c843337ca429e75793a7718358c7eec9d4ab9cad899a67)
225
+ check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
226
+ check_type(argname="argument count", value=count, expected_type=type_hints["count"])
227
+ check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
228
+ check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
229
+ check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
230
+ check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
231
+ check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
232
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
233
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
234
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
235
+ if connection is not None:
236
+ self._values["connection"] = connection
237
+ if count is not None:
238
+ self._values["count"] = count
239
+ if depends_on is not None:
240
+ self._values["depends_on"] = depends_on
241
+ if for_each is not None:
242
+ self._values["for_each"] = for_each
243
+ if lifecycle is not None:
244
+ self._values["lifecycle"] = lifecycle
245
+ if provider is not None:
246
+ self._values["provider"] = provider
247
+ if provisioners is not None:
248
+ self._values["provisioners"] = provisioners
249
+ if id is not None:
250
+ self._values["id"] = id
251
+ if name is not None:
252
+ self._values["name"] = name
253
+
254
+ @builtins.property
255
+ def connection(
256
+ self,
257
+ ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
258
+ '''
259
+ :stability: experimental
260
+ '''
261
+ result = self._values.get("connection")
262
+ return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
263
+
264
+ @builtins.property
265
+ def count(
266
+ self,
267
+ ) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
268
+ '''
269
+ :stability: experimental
270
+ '''
271
+ result = self._values.get("count")
272
+ return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
273
+
274
+ @builtins.property
275
+ def depends_on(
276
+ self,
277
+ ) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
278
+ '''
279
+ :stability: experimental
280
+ '''
281
+ result = self._values.get("depends_on")
282
+ return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
283
+
284
+ @builtins.property
285
+ def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
286
+ '''
287
+ :stability: experimental
288
+ '''
289
+ result = self._values.get("for_each")
290
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
291
+
292
+ @builtins.property
293
+ def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
294
+ '''
295
+ :stability: experimental
296
+ '''
297
+ result = self._values.get("lifecycle")
298
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
299
+
300
+ @builtins.property
301
+ def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
302
+ '''
303
+ :stability: experimental
304
+ '''
305
+ result = self._values.get("provider")
306
+ return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
307
+
308
+ @builtins.property
309
+ def provisioners(
310
+ self,
311
+ ) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
312
+ '''
313
+ :stability: experimental
314
+ '''
315
+ result = self._values.get("provisioners")
316
+ return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
317
+
318
+ @builtins.property
319
+ def id(self) -> typing.Optional[builtins.str]:
320
+ '''The ML Model's ID.
321
+
322
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model#id DataVellumMlModel#id}
323
+
324
+ Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
325
+ If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
326
+ '''
327
+ result = self._values.get("id")
328
+ return typing.cast(typing.Optional[builtins.str], result)
329
+
330
+ @builtins.property
331
+ def name(self) -> typing.Optional[builtins.str]:
332
+ '''A name that uniquely identifies this ML Model.
333
+
334
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/data-sources/ml_model#name DataVellumMlModel#name}
335
+ '''
336
+ result = self._values.get("name")
337
+ return typing.cast(typing.Optional[builtins.str], result)
338
+
339
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
340
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
341
+
342
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
343
+ return not (rhs == self)
344
+
345
+ def __repr__(self) -> str:
346
+ return "DataVellumMlModelConfig(%s)" % ", ".join(
347
+ k + "=" + repr(v) for k, v in self._values.items()
348
+ )
349
+
350
+
351
+ __all__ = [
352
+ "DataVellumMlModel",
353
+ "DataVellumMlModelConfig",
354
+ ]
355
+
356
+ publication.publish()
357
+
358
+ def _typecheckingstub__363383bbcd5a9f86ae34c12d4236a71aa48baa8ef76a1caa21f812596b36bb8d(
359
+ scope: _constructs_77d1e7e8.Construct,
360
+ id_: builtins.str,
361
+ *,
362
+ id: typing.Optional[builtins.str] = None,
363
+ name: typing.Optional[builtins.str] = None,
364
+ connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
365
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
366
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
367
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
368
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
369
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
370
+ provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
371
+ ) -> None:
372
+ """Type checking stubs"""
373
+ pass
374
+
375
+ def _typecheckingstub__020ed079befa51973b70c248a4d38c97c7f08ca60882a8c75ff66eb028eb370e(
376
+ scope: _constructs_77d1e7e8.Construct,
377
+ import_to_id: builtins.str,
378
+ import_from_id: builtins.str,
379
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
380
+ ) -> None:
381
+ """Type checking stubs"""
382
+ pass
383
+
384
+ def _typecheckingstub__90133f5d316e0f9572eb5ea479477890278b52cc7b2c3c64e25557f8cf372f3b(
385
+ value: builtins.str,
386
+ ) -> None:
387
+ """Type checking stubs"""
388
+ pass
389
+
390
+ def _typecheckingstub__822cde8e519d28143ed2d3d4b2c50f936147d42b9e95881905d94767f2dd2fdc(
391
+ value: builtins.str,
392
+ ) -> None:
393
+ """Type checking stubs"""
394
+ pass
395
+
396
+ def _typecheckingstub__6501792e1aa1e388f1c843337ca429e75793a7718358c7eec9d4ab9cad899a67(
397
+ *,
398
+ connection: typing.Optional[typing.Union[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.WinrmProvisionerConnection, typing.Dict[builtins.str, typing.Any]]]] = None,
399
+ count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
400
+ depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
401
+ for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
402
+ lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
403
+ provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
404
+ provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
405
+ id: typing.Optional[builtins.str] = None,
406
+ name: typing.Optional[builtins.str] = None,
407
+ ) -> None:
408
+ """Type checking stubs"""
409
+ pass
@@ -1,7 +1,7 @@
1
1
  '''
2
2
  # `vellum_document_index`
3
3
 
4
- Refer to the Terraform Registry for docs: [`vellum_document_index`](https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index).
4
+ Refer to the Terraform Registry for docs: [`vellum_document_index`](https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index).
5
5
  '''
6
6
  from pkgutil import extend_path
7
7
  __path__ = extend_path(__path__, __name__)
@@ -29,7 +29,7 @@ class DocumentIndex(
29
29
  metaclass=jsii.JSIIMeta,
30
30
  jsii_type="vellum-ai_vellum.documentIndex.DocumentIndex",
31
31
  ):
32
- '''Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index vellum_document_index}.'''
32
+ '''Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index vellum_document_index}.'''
33
33
 
34
34
  def __init__(
35
35
  self,
@@ -48,14 +48,14 @@ class DocumentIndex(
48
48
  provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
49
49
  provisioners: typing.Optional[typing.Sequence[typing.Union[typing.Union[_cdktf_9a9027ec.FileProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.LocalExecProvisioner, typing.Dict[builtins.str, typing.Any]], typing.Union[_cdktf_9a9027ec.RemoteExecProvisioner, typing.Dict[builtins.str, typing.Any]]]]] = None,
50
50
  ) -> None:
51
- '''Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index vellum_document_index} Resource.
51
+ '''Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index vellum_document_index} Resource.
52
52
 
53
53
  :param scope: The scope in which to define this construct.
54
54
  :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
55
- :param label: A human-readable label for the Document Index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#label DocumentIndex#label}
56
- :param name: A name that uniquely identifies this index within its workspace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#name DocumentIndex#name}
57
- :param environment: The environment this document index is used in. - ``DEVELOPMENT`` - Development - ``STAGING`` - Staging - ``PRODUCTION`` - Production Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#environment DocumentIndex#environment}
58
- :param status: The current status of the document index. - ``ACTIVE`` - Active - ``ARCHIVED`` - Archived Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#status DocumentIndex#status}
55
+ :param label: A human-readable label for the Document Index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#label DocumentIndex#label}
56
+ :param name: A name that uniquely identifies this index within its workspace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#name DocumentIndex#name}
57
+ :param environment: The environment this document index is used in. - ``DEVELOPMENT`` - Development - ``STAGING`` - Staging - ``PRODUCTION`` - Production Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#environment DocumentIndex#environment}
58
+ :param status: The current status of the document index. - ``ACTIVE`` - Active - ``ARCHIVED`` - Archived Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#status DocumentIndex#status}
59
59
  :param connection:
60
60
  :param count:
61
61
  :param depends_on:
@@ -97,7 +97,7 @@ class DocumentIndex(
97
97
 
98
98
  :param scope: The scope in which to define this construct.
99
99
  :param import_to_id: The construct id used in the generated config for the DocumentIndex to import.
100
- :param import_from_id: The id of the existing DocumentIndex that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#import import section} in the documentation of this resource for the id to use
100
+ :param import_from_id: The id of the existing DocumentIndex that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#import import section} in the documentation of this resource for the id to use
101
101
  :param provider: ? Optional instance of the provider where the DocumentIndex to import is found.
102
102
  '''
103
103
  if __debug__:
@@ -249,10 +249,10 @@ class DocumentIndexConfig(_cdktf_9a9027ec.TerraformMetaArguments):
249
249
  :param lifecycle:
250
250
  :param provider:
251
251
  :param provisioners:
252
- :param label: A human-readable label for the Document Index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#label DocumentIndex#label}
253
- :param name: A name that uniquely identifies this index within its workspace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#name DocumentIndex#name}
254
- :param environment: The environment this document index is used in. - ``DEVELOPMENT`` - Development - ``STAGING`` - Staging - ``PRODUCTION`` - Production Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#environment DocumentIndex#environment}
255
- :param status: The current status of the document index. - ``ACTIVE`` - Active - ``ARCHIVED`` - Archived Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#status DocumentIndex#status}
252
+ :param label: A human-readable label for the Document Index. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#label DocumentIndex#label}
253
+ :param name: A name that uniquely identifies this index within its workspace. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#name DocumentIndex#name}
254
+ :param environment: The environment this document index is used in. - ``DEVELOPMENT`` - Development - ``STAGING`` - Staging - ``PRODUCTION`` - Production Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#environment DocumentIndex#environment}
255
+ :param status: The current status of the document index. - ``ACTIVE`` - Active - ``ARCHIVED`` - Archived Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#status DocumentIndex#status}
256
256
  '''
257
257
  if isinstance(lifecycle, dict):
258
258
  lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
@@ -360,7 +360,7 @@ class DocumentIndexConfig(_cdktf_9a9027ec.TerraformMetaArguments):
360
360
  def label(self) -> builtins.str:
361
361
  '''A human-readable label for the Document Index.
362
362
 
363
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#label DocumentIndex#label}
363
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#label DocumentIndex#label}
364
364
  '''
365
365
  result = self._values.get("label")
366
366
  assert result is not None, "Required property 'label' is missing"
@@ -370,7 +370,7 @@ class DocumentIndexConfig(_cdktf_9a9027ec.TerraformMetaArguments):
370
370
  def name(self) -> builtins.str:
371
371
  '''A name that uniquely identifies this index within its workspace.
372
372
 
373
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#name DocumentIndex#name}
373
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#name DocumentIndex#name}
374
374
  '''
375
375
  result = self._values.get("name")
376
376
  assert result is not None, "Required property 'name' is missing"
@@ -384,7 +384,7 @@ class DocumentIndexConfig(_cdktf_9a9027ec.TerraformMetaArguments):
384
384
  - ``STAGING`` - Staging
385
385
  - ``PRODUCTION`` - Production
386
386
 
387
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#environment DocumentIndex#environment}
387
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#environment DocumentIndex#environment}
388
388
  '''
389
389
  result = self._values.get("environment")
390
390
  return typing.cast(typing.Optional[builtins.str], result)
@@ -396,7 +396,7 @@ class DocumentIndexConfig(_cdktf_9a9027ec.TerraformMetaArguments):
396
396
  - ``ACTIVE`` - Active
397
397
  - ``ARCHIVED`` - Archived
398
398
 
399
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.6/docs/resources/document_index#status DocumentIndex#status}
399
+ Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#status DocumentIndex#status}
400
400
  '''
401
401
  result = self._values.get("status")
402
402
  return typing.cast(typing.Optional[builtins.str], result)