vellum-ai 0.9.15__py3-none-any.whl → 0.9.16rc2__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1112) hide show
  1. vellum/client/README.md +242 -0
  2. vellum/client/core/__init__.py +47 -0
  3. vellum/client/core/api_error.py +15 -0
  4. vellum/client/core/client_wrapper.py +59 -0
  5. vellum/client/core/datetime_utils.py +28 -0
  6. vellum/client/core/file.py +62 -0
  7. vellum/client/core/http_client.py +487 -0
  8. vellum/client/core/jsonable_encoder.py +101 -0
  9. vellum/client/core/pydantic_utilities.py +296 -0
  10. vellum/client/core/query_encoder.py +58 -0
  11. vellum/client/core/remove_none_from_dict.py +11 -0
  12. vellum/client/core/request_options.py +32 -0
  13. vellum/client/core/serialization.py +272 -0
  14. vellum/client/environment.py +17 -0
  15. vellum/client/errors/__init__.py +8 -0
  16. vellum/client/errors/bad_request_error.py +9 -0
  17. vellum/client/errors/forbidden_error.py +9 -0
  18. vellum/client/errors/internal_server_error.py +9 -0
  19. vellum/client/errors/not_found_error.py +9 -0
  20. vellum/client/resources/__init__.py +47 -0
  21. vellum/client/resources/ad_hoc/__init__.py +2 -0
  22. vellum/client/resources/ad_hoc/client.py +459 -0
  23. vellum/client/resources/container_images/__init__.py +2 -0
  24. vellum/client/resources/container_images/client.py +502 -0
  25. vellum/client/resources/deployments/__init__.py +5 -0
  26. vellum/client/resources/deployments/client.py +975 -0
  27. vellum/client/resources/deployments/types/__init__.py +6 -0
  28. vellum/client/resources/deployments/types/deployments_list_request_status.py +5 -0
  29. vellum/client/resources/deployments/types/list_deployment_release_tags_request_source.py +5 -0
  30. vellum/client/resources/document_indexes/__init__.py +5 -0
  31. vellum/client/resources/document_indexes/client.py +1154 -0
  32. vellum/client/resources/document_indexes/types/__init__.py +5 -0
  33. vellum/client/resources/document_indexes/types/document_indexes_list_request_status.py +5 -0
  34. vellum/client/resources/documents/__init__.py +2 -0
  35. vellum/client/resources/documents/client.py +781 -0
  36. vellum/client/resources/folder_entities/__init__.py +5 -0
  37. vellum/client/resources/folder_entities/client.py +333 -0
  38. vellum/client/resources/folder_entities/types/__init__.py +5 -0
  39. vellum/client/resources/folder_entities/types/folder_entities_list_request_entity_status.py +5 -0
  40. vellum/client/resources/metric_definitions/__init__.py +2 -0
  41. vellum/client/resources/metric_definitions/client.py +178 -0
  42. vellum/client/resources/sandboxes/__init__.py +2 -0
  43. vellum/client/resources/sandboxes/client.py +481 -0
  44. vellum/client/resources/test_suite_runs/__init__.py +2 -0
  45. vellum/client/resources/test_suite_runs/client.py +445 -0
  46. vellum/client/resources/test_suites/__init__.py +2 -0
  47. vellum/client/resources/test_suites/client.py +688 -0
  48. vellum/client/resources/workflow_deployments/__init__.py +5 -0
  49. vellum/client/resources/workflow_deployments/client.py +693 -0
  50. vellum/client/resources/workflow_deployments/types/__init__.py +6 -0
  51. vellum/client/resources/workflow_deployments/types/list_workflow_release_tags_request_source.py +5 -0
  52. vellum/client/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +5 -0
  53. vellum/client/resources/workflow_sandboxes/__init__.py +2 -0
  54. vellum/client/resources/workflow_sandboxes/client.py +190 -0
  55. vellum/client/resources/workflows/__init__.py +5 -0
  56. vellum/client/resources/workflows/client.py +333 -0
  57. vellum/client/resources/workflows/types/__init__.py +5 -0
  58. vellum/client/resources/workflows/types/workflows_pull_request_format.py +5 -0
  59. vellum/client/resources/workspace_secrets/__init__.py +2 -0
  60. vellum/client/resources/workspace_secrets/client.py +266 -0
  61. vellum/client/types/__init__.py +979 -0
  62. vellum/client/types/ad_hoc_execute_prompt_event.py +14 -0
  63. vellum/client/types/ad_hoc_expand_meta.py +37 -0
  64. vellum/client/types/ad_hoc_fulfilled_prompt_execution_meta.py +27 -0
  65. vellum/client/types/ad_hoc_initiated_prompt_execution_meta.py +24 -0
  66. vellum/client/types/ad_hoc_rejected_prompt_execution_meta.py +25 -0
  67. vellum/client/types/ad_hoc_streaming_prompt_execution_meta.py +23 -0
  68. vellum/client/types/add_openai_api_key_enum.py +3 -0
  69. vellum/client/types/api_node_result.py +25 -0
  70. vellum/client/types/api_node_result_data.py +28 -0
  71. vellum/client/types/array_chat_message_content.py +25 -0
  72. vellum/client/types/array_chat_message_content_item.py +11 -0
  73. vellum/client/types/array_chat_message_content_item_request.py +14 -0
  74. vellum/client/types/array_chat_message_content_request.py +25 -0
  75. vellum/client/types/array_input.py +36 -0
  76. vellum/client/types/array_variable_value.py +27 -0
  77. vellum/client/types/array_variable_value_item.py +29 -0
  78. vellum/client/types/array_vellum_value.py +31 -0
  79. vellum/client/types/array_vellum_value_request.py +31 -0
  80. vellum/client/types/audio_chat_message_content.py +25 -0
  81. vellum/client/types/audio_chat_message_content_request.py +25 -0
  82. vellum/client/types/audio_variable_value.py +25 -0
  83. vellum/client/types/audio_vellum_value.py +25 -0
  84. vellum/client/types/audio_vellum_value_request.py +25 -0
  85. vellum/client/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +24 -0
  86. vellum/client/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +24 -0
  87. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +26 -0
  88. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +26 -0
  89. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +26 -0
  90. vellum/client/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +26 -0
  91. vellum/client/types/chat_history_input.py +30 -0
  92. vellum/client/types/chat_history_input_request.py +30 -0
  93. vellum/client/types/chat_history_variable_value.py +21 -0
  94. vellum/client/types/chat_history_vellum_value.py +25 -0
  95. vellum/client/types/chat_history_vellum_value_request.py +25 -0
  96. vellum/client/types/chat_message.py +27 -0
  97. vellum/client/types/chat_message_content.py +16 -0
  98. vellum/client/types/chat_message_content_request.py +16 -0
  99. vellum/client/types/chat_message_prompt_block.py +39 -0
  100. vellum/client/types/chat_message_request.py +27 -0
  101. vellum/client/types/chat_message_role.py +5 -0
  102. vellum/client/types/code_execution_node_array_result.py +28 -0
  103. vellum/client/types/code_execution_node_chat_history_result.py +22 -0
  104. vellum/client/types/code_execution_node_error_result.py +22 -0
  105. vellum/client/types/code_execution_node_function_call_result.py +22 -0
  106. vellum/client/types/code_execution_node_json_result.py +21 -0
  107. vellum/client/types/code_execution_node_number_result.py +21 -0
  108. vellum/client/types/code_execution_node_result.py +31 -0
  109. vellum/client/types/code_execution_node_result_data.py +27 -0
  110. vellum/client/types/code_execution_node_result_output.py +22 -0
  111. vellum/client/types/code_execution_node_search_results_result.py +22 -0
  112. vellum/client/types/code_execution_node_string_result.py +21 -0
  113. vellum/client/types/code_execution_package.py +20 -0
  114. vellum/client/types/code_execution_runtime.py +5 -0
  115. vellum/client/types/code_executor_input.py +24 -0
  116. vellum/client/types/code_executor_response.py +27 -0
  117. vellum/client/types/code_executor_secret_input.py +29 -0
  118. vellum/client/types/compile_prompt_deployment_expand_meta_request.py +32 -0
  119. vellum/client/types/compile_prompt_meta.py +25 -0
  120. vellum/client/types/components_schemas_pdf_search_result_meta_source.py +5 -0
  121. vellum/client/types/components_schemas_pdf_search_result_meta_source_request.py +5 -0
  122. vellum/client/types/condition_combinator.py +5 -0
  123. vellum/client/types/conditional_node_result.py +25 -0
  124. vellum/client/types/conditional_node_result_data.py +19 -0
  125. vellum/client/types/container_image_read.py +28 -0
  126. vellum/client/types/create_test_suite_test_case_request.py +48 -0
  127. vellum/client/types/deployment_provider_payload_response.py +22 -0
  128. vellum/client/types/deployment_provider_payload_response_payload.py +5 -0
  129. vellum/client/types/deployment_read.py +73 -0
  130. vellum/client/types/deployment_release_tag_deployment_history_item.py +21 -0
  131. vellum/client/types/deployment_release_tag_read.py +37 -0
  132. vellum/client/types/docker_service_token.py +21 -0
  133. vellum/client/types/document_document_to_document_index.py +39 -0
  134. vellum/client/types/document_index_chunking.py +8 -0
  135. vellum/client/types/document_index_chunking_request.py +10 -0
  136. vellum/client/types/document_index_indexing_config.py +22 -0
  137. vellum/client/types/document_index_indexing_config_request.py +22 -0
  138. vellum/client/types/document_index_read.py +52 -0
  139. vellum/client/types/document_processing_state.py +7 -0
  140. vellum/client/types/document_read.py +49 -0
  141. vellum/client/types/document_status.py +5 -0
  142. vellum/client/types/enriched_normalized_completion.py +59 -0
  143. vellum/client/types/entity_status.py +5 -0
  144. vellum/client/types/entity_visibility.py +5 -0
  145. vellum/client/types/environment_enum.py +5 -0
  146. vellum/client/types/ephemeral_prompt_cache_config.py +20 -0
  147. vellum/client/types/ephemeral_prompt_cache_config_type_enum.py +5 -0
  148. vellum/client/types/error_input.py +30 -0
  149. vellum/client/types/error_variable_value.py +21 -0
  150. vellum/client/types/error_vellum_value.py +25 -0
  151. vellum/client/types/error_vellum_value_request.py +25 -0
  152. vellum/client/types/execute_prompt_event.py +11 -0
  153. vellum/client/types/execute_prompt_response.py +7 -0
  154. vellum/client/types/execute_workflow_response.py +29 -0
  155. vellum/client/types/execute_workflow_workflow_result_event.py +9 -0
  156. vellum/client/types/execution_array_vellum_value.py +37 -0
  157. vellum/client/types/execution_chat_history_vellum_value.py +31 -0
  158. vellum/client/types/execution_error_vellum_value.py +31 -0
  159. vellum/client/types/execution_function_call_vellum_value.py +31 -0
  160. vellum/client/types/execution_json_vellum_value.py +30 -0
  161. vellum/client/types/execution_number_vellum_value.py +30 -0
  162. vellum/client/types/execution_search_results_vellum_value.py +31 -0
  163. vellum/client/types/execution_string_vellum_value.py +30 -0
  164. vellum/client/types/execution_vellum_value.py +22 -0
  165. vellum/client/types/external_test_case_execution.py +31 -0
  166. vellum/client/types/external_test_case_execution_request.py +31 -0
  167. vellum/client/types/finish_reason_enum.py +5 -0
  168. vellum/client/types/folder_entity.py +16 -0
  169. vellum/client/types/folder_entity_document_index.py +26 -0
  170. vellum/client/types/folder_entity_document_index_data.py +25 -0
  171. vellum/client/types/folder_entity_folder.py +26 -0
  172. vellum/client/types/folder_entity_folder_data.py +24 -0
  173. vellum/client/types/folder_entity_prompt_sandbox.py +26 -0
  174. vellum/client/types/folder_entity_prompt_sandbox_data.py +26 -0
  175. vellum/client/types/folder_entity_test_suite.py +26 -0
  176. vellum/client/types/folder_entity_test_suite_data.py +25 -0
  177. vellum/client/types/folder_entity_workflow_sandbox.py +26 -0
  178. vellum/client/types/folder_entity_workflow_sandbox_data.py +26 -0
  179. vellum/client/types/fulfilled_ad_hoc_execute_prompt_event.py +28 -0
  180. vellum/client/types/fulfilled_enum.py +5 -0
  181. vellum/client/types/fulfilled_execute_prompt_event.py +28 -0
  182. vellum/client/types/fulfilled_execute_prompt_response.py +37 -0
  183. vellum/client/types/fulfilled_execute_workflow_workflow_result_event.py +36 -0
  184. vellum/client/types/fulfilled_prompt_execution_meta.py +27 -0
  185. vellum/client/types/fulfilled_workflow_node_result_event.py +40 -0
  186. vellum/client/types/function_call.py +27 -0
  187. vellum/client/types/function_call_chat_message_content.py +25 -0
  188. vellum/client/types/function_call_chat_message_content_request.py +25 -0
  189. vellum/client/types/function_call_chat_message_content_value.py +25 -0
  190. vellum/client/types/function_call_chat_message_content_value_request.py +25 -0
  191. vellum/client/types/function_call_input.py +30 -0
  192. vellum/client/types/function_call_request.py +27 -0
  193. vellum/client/types/function_call_variable_value.py +21 -0
  194. vellum/client/types/function_call_vellum_value.py +25 -0
  195. vellum/client/types/function_call_vellum_value_request.py +25 -0
  196. vellum/client/types/function_definition.py +31 -0
  197. vellum/client/types/generate_options_request.py +26 -0
  198. vellum/client/types/generate_request.py +33 -0
  199. vellum/client/types/generate_response.py +38 -0
  200. vellum/client/types/generate_result.py +29 -0
  201. vellum/client/types/generate_result_data.py +23 -0
  202. vellum/client/types/generate_result_error.py +22 -0
  203. vellum/client/types/generate_stream_response.py +20 -0
  204. vellum/client/types/generate_stream_result.py +23 -0
  205. vellum/client/types/generate_stream_result_data.py +21 -0
  206. vellum/client/types/google_vertex_ai_vectorizer_config.py +20 -0
  207. vellum/client/types/google_vertex_ai_vectorizer_config_request.py +20 -0
  208. vellum/client/types/google_vertex_ai_vectorizer_text_embedding_004.py +21 -0
  209. vellum/client/types/google_vertex_ai_vectorizer_text_embedding_004_request.py +21 -0
  210. vellum/client/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002.py +21 -0
  211. vellum/client/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002_request.py +21 -0
  212. vellum/client/types/hkunlp_instructor_xl_vectorizer.py +25 -0
  213. vellum/client/types/hkunlp_instructor_xl_vectorizer_request.py +25 -0
  214. vellum/client/types/image_chat_message_content.py +25 -0
  215. vellum/client/types/image_chat_message_content_request.py +25 -0
  216. vellum/client/types/image_variable_value.py +25 -0
  217. vellum/client/types/image_vellum_value.py +25 -0
  218. vellum/client/types/image_vellum_value_request.py +25 -0
  219. vellum/client/types/indexing_config_vectorizer.py +30 -0
  220. vellum/client/types/indexing_config_vectorizer_request.py +30 -0
  221. vellum/client/types/indexing_state_enum.py +7 -0
  222. vellum/client/types/initiated_ad_hoc_execute_prompt_event.py +26 -0
  223. vellum/client/types/initiated_execute_prompt_event.py +26 -0
  224. vellum/client/types/initiated_prompt_execution_meta.py +26 -0
  225. vellum/client/types/initiated_workflow_node_result_event.py +39 -0
  226. vellum/client/types/instructor_vectorizer_config.py +25 -0
  227. vellum/client/types/instructor_vectorizer_config_request.py +25 -0
  228. vellum/client/types/iteration_state_enum.py +5 -0
  229. vellum/client/types/jinja_prompt_block.py +28 -0
  230. vellum/client/types/json_input.py +29 -0
  231. vellum/client/types/json_input_request.py +29 -0
  232. vellum/client/types/json_variable_value.py +20 -0
  233. vellum/client/types/json_vellum_value.py +24 -0
  234. vellum/client/types/json_vellum_value_request.py +24 -0
  235. vellum/client/types/logical_operator.py +29 -0
  236. vellum/client/types/logprobs_enum.py +5 -0
  237. vellum/client/types/map_node_result.py +25 -0
  238. vellum/client/types/map_node_result_data.py +21 -0
  239. vellum/client/types/merge_node_result.py +25 -0
  240. vellum/client/types/merge_node_result_data.py +19 -0
  241. vellum/client/types/metadata_filter_config_request.py +36 -0
  242. vellum/client/types/metadata_filter_rule_combinator.py +5 -0
  243. vellum/client/types/metadata_filter_rule_request.py +31 -0
  244. vellum/client/types/metadata_filters_request.py +7 -0
  245. vellum/client/types/metric_definition_execution.py +20 -0
  246. vellum/client/types/metric_definition_input.py +9 -0
  247. vellum/client/types/metric_node_result.py +23 -0
  248. vellum/client/types/ml_model_usage.py +25 -0
  249. vellum/client/types/named_scenario_input_chat_history_variable_value_request.py +26 -0
  250. vellum/client/types/named_scenario_input_json_variable_value_request.py +25 -0
  251. vellum/client/types/named_scenario_input_request.py +12 -0
  252. vellum/client/types/named_scenario_input_string_variable_value_request.py +25 -0
  253. vellum/client/types/named_test_case_array_variable_value.py +32 -0
  254. vellum/client/types/named_test_case_array_variable_value_request.py +34 -0
  255. vellum/client/types/named_test_case_chat_history_variable_value.py +26 -0
  256. vellum/client/types/named_test_case_chat_history_variable_value_request.py +26 -0
  257. vellum/client/types/named_test_case_error_variable_value.py +26 -0
  258. vellum/client/types/named_test_case_error_variable_value_request.py +26 -0
  259. vellum/client/types/named_test_case_function_call_variable_value.py +26 -0
  260. vellum/client/types/named_test_case_function_call_variable_value_request.py +26 -0
  261. vellum/client/types/named_test_case_json_variable_value.py +25 -0
  262. vellum/client/types/named_test_case_json_variable_value_request.py +25 -0
  263. vellum/client/types/named_test_case_number_variable_value.py +25 -0
  264. vellum/client/types/named_test_case_number_variable_value_request.py +25 -0
  265. vellum/client/types/named_test_case_search_results_variable_value.py +26 -0
  266. vellum/client/types/named_test_case_search_results_variable_value_request.py +26 -0
  267. vellum/client/types/named_test_case_string_variable_value.py +25 -0
  268. vellum/client/types/named_test_case_string_variable_value_request.py +25 -0
  269. vellum/client/types/named_test_case_variable_value.py +22 -0
  270. vellum/client/types/named_test_case_variable_value_request.py +22 -0
  271. vellum/client/types/node_input_compiled_array_value.py +29 -0
  272. vellum/client/types/node_input_compiled_chat_history_value.py +23 -0
  273. vellum/client/types/node_input_compiled_error_value.py +23 -0
  274. vellum/client/types/node_input_compiled_function_call_value.py +23 -0
  275. vellum/client/types/node_input_compiled_json_value.py +22 -0
  276. vellum/client/types/node_input_compiled_number_value.py +22 -0
  277. vellum/client/types/node_input_compiled_search_results_value.py +23 -0
  278. vellum/client/types/node_input_compiled_string_value.py +22 -0
  279. vellum/client/types/node_input_variable_compiled_value.py +22 -0
  280. vellum/client/types/node_output_compiled_array_value.py +34 -0
  281. vellum/client/types/node_output_compiled_chat_history_value.py +28 -0
  282. vellum/client/types/node_output_compiled_error_value.py +28 -0
  283. vellum/client/types/node_output_compiled_function_call_value.py +28 -0
  284. vellum/client/types/node_output_compiled_json_value.py +27 -0
  285. vellum/client/types/node_output_compiled_number_value.py +27 -0
  286. vellum/client/types/node_output_compiled_search_results_value.py +28 -0
  287. vellum/client/types/node_output_compiled_string_value.py +27 -0
  288. vellum/client/types/node_output_compiled_value.py +22 -0
  289. vellum/client/types/normalized_log_probs.py +21 -0
  290. vellum/client/types/normalized_token_log_probs.py +22 -0
  291. vellum/client/types/number_input.py +29 -0
  292. vellum/client/types/number_variable_value.py +20 -0
  293. vellum/client/types/number_vellum_value.py +24 -0
  294. vellum/client/types/number_vellum_value_request.py +24 -0
  295. vellum/client/types/open_ai_vectorizer_config.py +24 -0
  296. vellum/client/types/open_ai_vectorizer_config_request.py +24 -0
  297. vellum/client/types/open_ai_vectorizer_text_embedding_3_large.py +25 -0
  298. vellum/client/types/open_ai_vectorizer_text_embedding_3_large_request.py +25 -0
  299. vellum/client/types/open_ai_vectorizer_text_embedding_3_small.py +25 -0
  300. vellum/client/types/open_ai_vectorizer_text_embedding_3_small_request.py +25 -0
  301. vellum/client/types/open_ai_vectorizer_text_embedding_ada_002.py +25 -0
  302. vellum/client/types/open_ai_vectorizer_text_embedding_ada_002_request.py +25 -0
  303. vellum/client/types/paginated_container_image_read_list.py +23 -0
  304. vellum/client/types/paginated_deployment_release_tag_read_list.py +23 -0
  305. vellum/client/types/paginated_document_index_read_list.py +23 -0
  306. vellum/client/types/paginated_folder_entity_list.py +23 -0
  307. vellum/client/types/paginated_slim_deployment_read_list.py +29 -0
  308. vellum/client/types/paginated_slim_document_list.py +23 -0
  309. vellum/client/types/paginated_slim_workflow_deployment_list.py +29 -0
  310. vellum/client/types/paginated_test_suite_run_execution_list.py +29 -0
  311. vellum/client/types/paginated_test_suite_test_case_list.py +29 -0
  312. vellum/client/types/paginated_workflow_release_tag_read_list.py +23 -0
  313. vellum/client/types/pdf_search_result_meta_source.py +32 -0
  314. vellum/client/types/pdf_search_result_meta_source_request.py +32 -0
  315. vellum/client/types/plain_text_prompt_block.py +28 -0
  316. vellum/client/types/price.py +21 -0
  317. vellum/client/types/processing_failure_reason_enum.py +5 -0
  318. vellum/client/types/prompt_block.py +12 -0
  319. vellum/client/types/prompt_block_state.py +5 -0
  320. vellum/client/types/prompt_deployment_expand_meta_request.py +52 -0
  321. vellum/client/types/prompt_deployment_input_request.py +8 -0
  322. vellum/client/types/prompt_execution_meta.py +32 -0
  323. vellum/client/types/prompt_node_execution_meta.py +24 -0
  324. vellum/client/types/prompt_node_result.py +25 -0
  325. vellum/client/types/prompt_node_result_data.py +25 -0
  326. vellum/client/types/prompt_output.py +9 -0
  327. vellum/client/types/prompt_parameters.py +27 -0
  328. vellum/client/types/prompt_request_chat_history_input.py +26 -0
  329. vellum/client/types/prompt_request_input.py +8 -0
  330. vellum/client/types/prompt_request_json_input.py +25 -0
  331. vellum/client/types/prompt_request_string_input.py +25 -0
  332. vellum/client/types/prompt_settings.py +19 -0
  333. vellum/client/types/raw_prompt_execution_overrides_request.py +28 -0
  334. vellum/client/types/reducto_chunker_config.py +23 -0
  335. vellum/client/types/reducto_chunker_config_request.py +23 -0
  336. vellum/client/types/reducto_chunking.py +25 -0
  337. vellum/client/types/reducto_chunking_request.py +25 -0
  338. vellum/client/types/rejected_ad_hoc_execute_prompt_event.py +28 -0
  339. vellum/client/types/rejected_execute_prompt_event.py +28 -0
  340. vellum/client/types/rejected_execute_prompt_response.py +37 -0
  341. vellum/client/types/rejected_execute_workflow_workflow_result_event.py +28 -0
  342. vellum/client/types/rejected_prompt_execution_meta.py +25 -0
  343. vellum/client/types/rejected_workflow_node_result_event.py +39 -0
  344. vellum/client/types/release_tag_source.py +5 -0
  345. vellum/client/types/replace_test_suite_test_case_request.py +53 -0
  346. vellum/client/types/rich_text_child_block.py +7 -0
  347. vellum/client/types/rich_text_prompt_block.py +29 -0
  348. vellum/client/types/sandbox_scenario.py +33 -0
  349. vellum/client/types/scenario_input.py +10 -0
  350. vellum/client/types/scenario_input_chat_history_variable_value.py +26 -0
  351. vellum/client/types/scenario_input_json_variable_value.py +25 -0
  352. vellum/client/types/scenario_input_string_variable_value.py +25 -0
  353. vellum/client/types/search_filters_request.py +38 -0
  354. vellum/client/types/search_node_result.py +25 -0
  355. vellum/client/types/search_node_result_data.py +27 -0
  356. vellum/client/types/search_request_options_request.py +50 -0
  357. vellum/client/types/search_response.py +23 -0
  358. vellum/client/types/search_result.py +40 -0
  359. vellum/client/types/search_result_document.py +37 -0
  360. vellum/client/types/search_result_document_request.py +37 -0
  361. vellum/client/types/search_result_merging_request.py +22 -0
  362. vellum/client/types/search_result_meta.py +20 -0
  363. vellum/client/types/search_result_meta_request.py +20 -0
  364. vellum/client/types/search_result_request.py +40 -0
  365. vellum/client/types/search_results_input.py +30 -0
  366. vellum/client/types/search_results_variable_value.py +21 -0
  367. vellum/client/types/search_results_vellum_value.py +25 -0
  368. vellum/client/types/search_results_vellum_value_request.py +25 -0
  369. vellum/client/types/search_weights_request.py +27 -0
  370. vellum/client/types/secret_type_enum.py +5 -0
  371. vellum/client/types/sentence_chunker_config.py +24 -0
  372. vellum/client/types/sentence_chunker_config_request.py +24 -0
  373. vellum/client/types/sentence_chunking.py +25 -0
  374. vellum/client/types/sentence_chunking_request.py +25 -0
  375. vellum/client/types/slim_deployment_read.py +63 -0
  376. vellum/client/types/slim_document.py +70 -0
  377. vellum/client/types/slim_workflow_deployment.py +72 -0
  378. vellum/client/types/streaming_ad_hoc_execute_prompt_event.py +33 -0
  379. vellum/client/types/streaming_execute_prompt_event.py +33 -0
  380. vellum/client/types/streaming_prompt_execution_meta.py +23 -0
  381. vellum/client/types/streaming_workflow_node_result_event.py +40 -0
  382. vellum/client/types/string_chat_message_content.py +24 -0
  383. vellum/client/types/string_chat_message_content_request.py +24 -0
  384. vellum/client/types/string_input.py +29 -0
  385. vellum/client/types/string_input_request.py +29 -0
  386. vellum/client/types/string_variable_value.py +20 -0
  387. vellum/client/types/string_vellum_value.py +24 -0
  388. vellum/client/types/string_vellum_value_request.py +24 -0
  389. vellum/client/types/submit_completion_actual_request.py +48 -0
  390. vellum/client/types/submit_workflow_execution_actual_request.py +10 -0
  391. vellum/client/types/subworkflow_node_result.py +25 -0
  392. vellum/client/types/subworkflow_node_result_data.py +19 -0
  393. vellum/client/types/templating_node_array_result.py +28 -0
  394. vellum/client/types/templating_node_chat_history_result.py +22 -0
  395. vellum/client/types/templating_node_error_result.py +22 -0
  396. vellum/client/types/templating_node_function_call_result.py +22 -0
  397. vellum/client/types/templating_node_json_result.py +21 -0
  398. vellum/client/types/templating_node_number_result.py +21 -0
  399. vellum/client/types/templating_node_result.py +31 -0
  400. vellum/client/types/templating_node_result_data.py +26 -0
  401. vellum/client/types/templating_node_result_output.py +22 -0
  402. vellum/client/types/templating_node_search_results_result.py +22 -0
  403. vellum/client/types/templating_node_string_result.py +21 -0
  404. vellum/client/types/terminal_node_array_result.py +33 -0
  405. vellum/client/types/terminal_node_chat_history_result.py +27 -0
  406. vellum/client/types/terminal_node_error_result.py +27 -0
  407. vellum/client/types/terminal_node_function_call_result.py +27 -0
  408. vellum/client/types/terminal_node_json_result.py +26 -0
  409. vellum/client/types/terminal_node_number_result.py +26 -0
  410. vellum/client/types/terminal_node_result.py +31 -0
  411. vellum/client/types/terminal_node_result_data.py +26 -0
  412. vellum/client/types/terminal_node_result_output.py +22 -0
  413. vellum/client/types/terminal_node_search_results_result.py +27 -0
  414. vellum/client/types/terminal_node_string_result.py +26 -0
  415. vellum/client/types/test_case_array_variable_value.py +33 -0
  416. vellum/client/types/test_case_chat_history_variable_value.py +27 -0
  417. vellum/client/types/test_case_error_variable_value.py +27 -0
  418. vellum/client/types/test_case_function_call_variable_value.py +27 -0
  419. vellum/client/types/test_case_json_variable_value.py +26 -0
  420. vellum/client/types/test_case_number_variable_value.py +26 -0
  421. vellum/client/types/test_case_search_results_variable_value.py +27 -0
  422. vellum/client/types/test_case_string_variable_value.py +26 -0
  423. vellum/client/types/test_case_variable_value.py +22 -0
  424. vellum/client/types/test_suite_run_deployment_release_tag_exec_config.py +29 -0
  425. vellum/client/types/test_suite_run_deployment_release_tag_exec_config_data.py +27 -0
  426. vellum/client/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +27 -0
  427. vellum/client/types/test_suite_run_deployment_release_tag_exec_config_request.py +31 -0
  428. vellum/client/types/test_suite_run_exec_config.py +10 -0
  429. vellum/client/types/test_suite_run_exec_config_request.py +12 -0
  430. vellum/client/types/test_suite_run_execution.py +30 -0
  431. vellum/client/types/test_suite_run_execution_array_output.py +33 -0
  432. vellum/client/types/test_suite_run_execution_chat_history_output.py +27 -0
  433. vellum/client/types/test_suite_run_execution_error_output.py +27 -0
  434. vellum/client/types/test_suite_run_execution_function_call_output.py +27 -0
  435. vellum/client/types/test_suite_run_execution_json_output.py +26 -0
  436. vellum/client/types/test_suite_run_execution_metric_definition.py +21 -0
  437. vellum/client/types/test_suite_run_execution_metric_result.py +24 -0
  438. vellum/client/types/test_suite_run_execution_number_output.py +26 -0
  439. vellum/client/types/test_suite_run_execution_output.py +22 -0
  440. vellum/client/types/test_suite_run_execution_search_results_output.py +27 -0
  441. vellum/client/types/test_suite_run_execution_string_output.py +26 -0
  442. vellum/client/types/test_suite_run_external_exec_config.py +36 -0
  443. vellum/client/types/test_suite_run_external_exec_config_data.py +29 -0
  444. vellum/client/types/test_suite_run_external_exec_config_data_request.py +31 -0
  445. vellum/client/types/test_suite_run_external_exec_config_request.py +38 -0
  446. vellum/client/types/test_suite_run_metric_error_output.py +26 -0
  447. vellum/client/types/test_suite_run_metric_json_output.py +25 -0
  448. vellum/client/types/test_suite_run_metric_number_output.py +25 -0
  449. vellum/client/types/test_suite_run_metric_output.py +14 -0
  450. vellum/client/types/test_suite_run_metric_string_output.py +25 -0
  451. vellum/client/types/test_suite_run_read.py +46 -0
  452. vellum/client/types/test_suite_run_state.py +5 -0
  453. vellum/client/types/test_suite_run_test_suite.py +21 -0
  454. vellum/client/types/test_suite_run_workflow_release_tag_exec_config.py +29 -0
  455. vellum/client/types/test_suite_run_workflow_release_tag_exec_config_data.py +27 -0
  456. vellum/client/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +27 -0
  457. vellum/client/types/test_suite_run_workflow_release_tag_exec_config_request.py +31 -0
  458. vellum/client/types/test_suite_test_case.py +30 -0
  459. vellum/client/types/test_suite_test_case_bulk_operation_request.py +14 -0
  460. vellum/client/types/test_suite_test_case_bulk_result.py +14 -0
  461. vellum/client/types/test_suite_test_case_create_bulk_operation_request.py +38 -0
  462. vellum/client/types/test_suite_test_case_created_bulk_result.py +26 -0
  463. vellum/client/types/test_suite_test_case_created_bulk_result_data.py +23 -0
  464. vellum/client/types/test_suite_test_case_delete_bulk_operation_data_request.py +19 -0
  465. vellum/client/types/test_suite_test_case_delete_bulk_operation_request.py +33 -0
  466. vellum/client/types/test_suite_test_case_deleted_bulk_result.py +30 -0
  467. vellum/client/types/test_suite_test_case_deleted_bulk_result_data.py +23 -0
  468. vellum/client/types/test_suite_test_case_rejected_bulk_result.py +32 -0
  469. vellum/client/types/test_suite_test_case_replace_bulk_operation_request.py +38 -0
  470. vellum/client/types/test_suite_test_case_replaced_bulk_result.py +30 -0
  471. vellum/client/types/test_suite_test_case_replaced_bulk_result_data.py +23 -0
  472. vellum/client/types/test_suite_test_case_upsert_bulk_operation_request.py +38 -0
  473. vellum/client/types/token_overlapping_window_chunker_config.py +24 -0
  474. vellum/client/types/token_overlapping_window_chunker_config_request.py +24 -0
  475. vellum/client/types/token_overlapping_window_chunking.py +25 -0
  476. vellum/client/types/token_overlapping_window_chunking_request.py +25 -0
  477. vellum/client/types/unit_enum.py +5 -0
  478. vellum/client/types/upload_document_response.py +22 -0
  479. vellum/client/types/upsert_test_suite_test_case_request.py +49 -0
  480. vellum/client/types/variable_prompt_block.py +28 -0
  481. vellum/client/types/vellum_audio.py +24 -0
  482. vellum/client/types/vellum_audio_request.py +24 -0
  483. vellum/client/types/vellum_error.py +21 -0
  484. vellum/client/types/vellum_error_code_enum.py +15 -0
  485. vellum/client/types/vellum_error_request.py +21 -0
  486. vellum/client/types/vellum_image.py +20 -0
  487. vellum/client/types/vellum_image_request.py +20 -0
  488. vellum/client/types/vellum_value.py +29 -0
  489. vellum/client/types/vellum_value_logical_condition_group_request.py +38 -0
  490. vellum/client/types/vellum_value_logical_condition_request.py +34 -0
  491. vellum/client/types/vellum_value_logical_expression_request.py +12 -0
  492. vellum/client/types/vellum_value_request.py +29 -0
  493. vellum/client/types/vellum_variable.py +33 -0
  494. vellum/client/types/vellum_variable_extensions.py +23 -0
  495. vellum/client/types/vellum_variable_type.py +20 -0
  496. vellum/client/types/workflow_deployment_read.py +77 -0
  497. vellum/client/types/workflow_event_error.py +21 -0
  498. vellum/client/types/workflow_execution_actual_chat_history_request.py +49 -0
  499. vellum/client/types/workflow_execution_actual_json_request.py +48 -0
  500. vellum/client/types/workflow_execution_actual_string_request.py +48 -0
  501. vellum/client/types/workflow_execution_event_error_code.py +17 -0
  502. vellum/client/types/workflow_execution_event_type.py +5 -0
  503. vellum/client/types/workflow_execution_node_result_event.py +34 -0
  504. vellum/client/types/workflow_execution_workflow_result_event.py +36 -0
  505. vellum/client/types/workflow_expand_meta_request.py +22 -0
  506. vellum/client/types/workflow_node_result_data.py +28 -0
  507. vellum/client/types/workflow_node_result_event.py +14 -0
  508. vellum/client/types/workflow_node_result_event_state.py +7 -0
  509. vellum/client/types/workflow_output.py +24 -0
  510. vellum/client/types/workflow_output_array.py +37 -0
  511. vellum/client/types/workflow_output_chat_history.py +31 -0
  512. vellum/client/types/workflow_output_error.py +31 -0
  513. vellum/client/types/workflow_output_function_call.py +31 -0
  514. vellum/client/types/workflow_output_image.py +31 -0
  515. vellum/client/types/workflow_output_json.py +30 -0
  516. vellum/client/types/workflow_output_number.py +30 -0
  517. vellum/client/types/workflow_output_search_results.py +31 -0
  518. vellum/client/types/workflow_output_string.py +30 -0
  519. vellum/client/types/workflow_push_deployment_config_request.py +22 -0
  520. vellum/client/types/workflow_push_exec_config.py +3 -0
  521. vellum/client/types/workflow_push_response.py +20 -0
  522. vellum/client/types/workflow_release_tag_read.py +37 -0
  523. vellum/client/types/workflow_release_tag_workflow_deployment_history_item.py +28 -0
  524. vellum/client/types/workflow_request_chat_history_input_request.py +30 -0
  525. vellum/client/types/workflow_request_input_request.py +14 -0
  526. vellum/client/types/workflow_request_json_input_request.py +29 -0
  527. vellum/client/types/workflow_request_number_input_request.py +29 -0
  528. vellum/client/types/workflow_request_string_input_request.py +29 -0
  529. vellum/client/types/workflow_result_event.py +39 -0
  530. vellum/client/types/workflow_result_event_output_data.py +22 -0
  531. vellum/client/types/workflow_result_event_output_data_array.py +41 -0
  532. vellum/client/types/workflow_result_event_output_data_chat_history.py +35 -0
  533. vellum/client/types/workflow_result_event_output_data_error.py +35 -0
  534. vellum/client/types/workflow_result_event_output_data_function_call.py +35 -0
  535. vellum/client/types/workflow_result_event_output_data_json.py +34 -0
  536. vellum/client/types/workflow_result_event_output_data_number.py +34 -0
  537. vellum/client/types/workflow_result_event_output_data_search_results.py +35 -0
  538. vellum/client/types/workflow_result_event_output_data_string.py +37 -0
  539. vellum/client/types/workflow_stream_event.py +7 -0
  540. vellum/client/types/workspace_secret_read.py +25 -0
  541. vellum/core/__init__.py +2 -46
  542. vellum/core/api_error.py +2 -14
  543. vellum/core/client_wrapper.py +2 -58
  544. vellum/core/datetime_utils.py +2 -27
  545. vellum/core/file.py +2 -61
  546. vellum/core/http_client.py +2 -486
  547. vellum/core/jsonable_encoder.py +2 -100
  548. vellum/core/pydantic_utilities.py +2 -295
  549. vellum/core/query_encoder.py +2 -57
  550. vellum/core/remove_none_from_dict.py +2 -10
  551. vellum/core/request_options.py +2 -31
  552. vellum/core/serialization.py +2 -271
  553. vellum/environment.py +2 -16
  554. vellum/errors/__init__.py +2 -7
  555. vellum/errors/bad_request_error.py +2 -8
  556. vellum/errors/forbidden_error.py +2 -8
  557. vellum/errors/internal_server_error.py +2 -8
  558. vellum/errors/not_found_error.py +2 -8
  559. vellum/{lib/test_suites → evaluations}/resources.py +20 -51
  560. vellum/plugins/vellum_mypy.py +11 -0
  561. vellum/resources/__init__.py +2 -46
  562. vellum/resources/ad_hoc/__init__.py +2 -1
  563. vellum/resources/ad_hoc/client.py +2 -458
  564. vellum/resources/container_images/__init__.py +2 -1
  565. vellum/resources/container_images/client.py +2 -501
  566. vellum/resources/deployments/__init__.py +2 -4
  567. vellum/resources/deployments/client.py +2 -974
  568. vellum/resources/deployments/types/__init__.py +2 -5
  569. vellum/resources/deployments/types/deployments_list_request_status.py +2 -4
  570. vellum/resources/deployments/types/list_deployment_release_tags_request_source.py +2 -4
  571. vellum/resources/document_indexes/__init__.py +2 -4
  572. vellum/resources/document_indexes/client.py +2 -1153
  573. vellum/resources/document_indexes/types/__init__.py +2 -4
  574. vellum/resources/document_indexes/types/document_indexes_list_request_status.py +2 -4
  575. vellum/resources/documents/__init__.py +2 -1
  576. vellum/resources/documents/client.py +2 -780
  577. vellum/resources/folder_entities/__init__.py +2 -4
  578. vellum/resources/folder_entities/client.py +2 -332
  579. vellum/resources/folder_entities/types/__init__.py +2 -4
  580. vellum/resources/folder_entities/types/folder_entities_list_request_entity_status.py +2 -4
  581. vellum/resources/metric_definitions/__init__.py +2 -1
  582. vellum/resources/metric_definitions/client.py +2 -177
  583. vellum/resources/sandboxes/__init__.py +2 -1
  584. vellum/resources/sandboxes/client.py +2 -480
  585. vellum/resources/test_suite_runs/__init__.py +2 -1
  586. vellum/resources/test_suite_runs/client.py +2 -444
  587. vellum/resources/test_suites/__init__.py +2 -1
  588. vellum/resources/test_suites/client.py +2 -687
  589. vellum/resources/workflow_deployments/__init__.py +2 -4
  590. vellum/resources/workflow_deployments/client.py +2 -692
  591. vellum/resources/workflow_deployments/types/__init__.py +2 -5
  592. vellum/resources/workflow_deployments/types/list_workflow_release_tags_request_source.py +2 -4
  593. vellum/resources/workflow_deployments/types/workflow_deployments_list_request_status.py +2 -4
  594. vellum/resources/workflow_sandboxes/__init__.py +2 -1
  595. vellum/resources/workflow_sandboxes/client.py +2 -189
  596. vellum/resources/workflows/__init__.py +2 -4
  597. vellum/resources/workflows/client.py +2 -332
  598. vellum/resources/workflows/types/__init__.py +2 -4
  599. vellum/resources/workflows/types/workflows_pull_request_format.py +2 -4
  600. vellum/resources/workspace_secrets/__init__.py +2 -1
  601. vellum/resources/workspace_secrets/client.py +2 -265
  602. vellum/types/__init__.py +2 -978
  603. vellum/types/ad_hoc_execute_prompt_event.py +2 -13
  604. vellum/types/ad_hoc_expand_meta.py +2 -36
  605. vellum/types/ad_hoc_fulfilled_prompt_execution_meta.py +2 -26
  606. vellum/types/ad_hoc_initiated_prompt_execution_meta.py +2 -23
  607. vellum/types/ad_hoc_rejected_prompt_execution_meta.py +2 -24
  608. vellum/types/ad_hoc_streaming_prompt_execution_meta.py +2 -22
  609. vellum/types/add_openai_api_key_enum.py +2 -2
  610. vellum/types/api_node_result.py +2 -24
  611. vellum/types/api_node_result_data.py +2 -27
  612. vellum/types/array_chat_message_content.py +2 -24
  613. vellum/types/array_chat_message_content_item.py +2 -10
  614. vellum/types/array_chat_message_content_item_request.py +2 -13
  615. vellum/types/array_chat_message_content_request.py +2 -24
  616. vellum/types/array_input.py +2 -35
  617. vellum/types/array_variable_value.py +2 -26
  618. vellum/types/array_variable_value_item.py +2 -28
  619. vellum/types/array_vellum_value.py +2 -30
  620. vellum/types/array_vellum_value_request.py +2 -30
  621. vellum/types/audio_chat_message_content.py +2 -24
  622. vellum/types/audio_chat_message_content_request.py +2 -24
  623. vellum/types/audio_variable_value.py +2 -24
  624. vellum/types/audio_vellum_value.py +2 -24
  625. vellum/types/audio_vellum_value_request.py +2 -24
  626. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large.py +2 -23
  627. vellum/types/basic_vectorizer_intfloat_multilingual_e_5_large_request.py +2 -23
  628. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1.py +2 -25
  629. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_cos_v_1_request.py +2 -25
  630. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1.py +2 -25
  631. vellum/types/basic_vectorizer_sentence_transformers_multi_qa_mpnet_base_dot_v_1_request.py +2 -25
  632. vellum/types/chat_history_input.py +2 -29
  633. vellum/types/chat_history_input_request.py +2 -29
  634. vellum/types/chat_history_variable_value.py +2 -20
  635. vellum/types/chat_history_vellum_value.py +2 -24
  636. vellum/types/chat_history_vellum_value_request.py +2 -24
  637. vellum/types/chat_message.py +2 -26
  638. vellum/types/chat_message_content.py +2 -15
  639. vellum/types/chat_message_content_request.py +2 -15
  640. vellum/types/chat_message_prompt_block.py +2 -38
  641. vellum/types/chat_message_request.py +2 -26
  642. vellum/types/chat_message_role.py +2 -4
  643. vellum/types/code_execution_node_array_result.py +2 -27
  644. vellum/types/code_execution_node_chat_history_result.py +2 -21
  645. vellum/types/code_execution_node_error_result.py +2 -21
  646. vellum/types/code_execution_node_function_call_result.py +2 -21
  647. vellum/types/code_execution_node_json_result.py +2 -20
  648. vellum/types/code_execution_node_number_result.py +2 -20
  649. vellum/types/code_execution_node_result.py +2 -30
  650. vellum/types/code_execution_node_result_data.py +2 -26
  651. vellum/types/code_execution_node_result_output.py +2 -21
  652. vellum/types/code_execution_node_search_results_result.py +2 -21
  653. vellum/types/code_execution_node_string_result.py +2 -20
  654. vellum/types/code_execution_package.py +2 -19
  655. vellum/types/code_execution_runtime.py +2 -4
  656. vellum/types/code_executor_input.py +2 -23
  657. vellum/types/code_executor_response.py +2 -26
  658. vellum/types/code_executor_secret_input.py +2 -28
  659. vellum/types/compile_prompt_deployment_expand_meta_request.py +2 -31
  660. vellum/types/compile_prompt_meta.py +2 -24
  661. vellum/types/components_schemas_pdf_search_result_meta_source.py +2 -4
  662. vellum/types/components_schemas_pdf_search_result_meta_source_request.py +2 -4
  663. vellum/types/condition_combinator.py +2 -4
  664. vellum/types/conditional_node_result.py +2 -24
  665. vellum/types/conditional_node_result_data.py +2 -18
  666. vellum/types/container_image_read.py +2 -27
  667. vellum/types/create_test_suite_test_case_request.py +2 -47
  668. vellum/types/deployment_provider_payload_response.py +2 -21
  669. vellum/types/deployment_provider_payload_response_payload.py +2 -4
  670. vellum/types/deployment_read.py +2 -72
  671. vellum/types/deployment_release_tag_deployment_history_item.py +2 -20
  672. vellum/types/deployment_release_tag_read.py +2 -36
  673. vellum/types/docker_service_token.py +2 -20
  674. vellum/types/document_document_to_document_index.py +2 -38
  675. vellum/types/document_index_chunking.py +2 -7
  676. vellum/types/document_index_chunking_request.py +2 -9
  677. vellum/types/document_index_indexing_config.py +2 -21
  678. vellum/types/document_index_indexing_config_request.py +2 -21
  679. vellum/types/document_index_read.py +2 -51
  680. vellum/types/document_processing_state.py +2 -6
  681. vellum/types/document_read.py +2 -48
  682. vellum/types/document_status.py +2 -4
  683. vellum/types/enriched_normalized_completion.py +2 -58
  684. vellum/types/entity_status.py +2 -4
  685. vellum/types/entity_visibility.py +2 -4
  686. vellum/types/environment_enum.py +2 -4
  687. vellum/types/ephemeral_prompt_cache_config.py +2 -19
  688. vellum/types/ephemeral_prompt_cache_config_type_enum.py +2 -4
  689. vellum/types/error_input.py +2 -29
  690. vellum/types/error_variable_value.py +2 -20
  691. vellum/types/error_vellum_value.py +2 -24
  692. vellum/types/error_vellum_value_request.py +2 -24
  693. vellum/types/execute_prompt_event.py +2 -10
  694. vellum/types/execute_prompt_response.py +2 -6
  695. vellum/types/execute_workflow_response.py +2 -28
  696. vellum/types/execute_workflow_workflow_result_event.py +2 -8
  697. vellum/types/execution_array_vellum_value.py +2 -36
  698. vellum/types/execution_chat_history_vellum_value.py +2 -30
  699. vellum/types/execution_error_vellum_value.py +2 -30
  700. vellum/types/execution_function_call_vellum_value.py +2 -30
  701. vellum/types/execution_json_vellum_value.py +2 -29
  702. vellum/types/execution_number_vellum_value.py +2 -29
  703. vellum/types/execution_search_results_vellum_value.py +2 -30
  704. vellum/types/execution_string_vellum_value.py +2 -29
  705. vellum/types/execution_vellum_value.py +2 -21
  706. vellum/types/external_test_case_execution.py +2 -30
  707. vellum/types/external_test_case_execution_request.py +2 -30
  708. vellum/types/finish_reason_enum.py +2 -4
  709. vellum/types/folder_entity.py +2 -15
  710. vellum/types/folder_entity_document_index.py +2 -25
  711. vellum/types/folder_entity_document_index_data.py +2 -24
  712. vellum/types/folder_entity_folder.py +2 -25
  713. vellum/types/folder_entity_folder_data.py +2 -23
  714. vellum/types/folder_entity_prompt_sandbox.py +2 -25
  715. vellum/types/folder_entity_prompt_sandbox_data.py +2 -25
  716. vellum/types/folder_entity_test_suite.py +2 -25
  717. vellum/types/folder_entity_test_suite_data.py +2 -24
  718. vellum/types/folder_entity_workflow_sandbox.py +2 -25
  719. vellum/types/folder_entity_workflow_sandbox_data.py +2 -25
  720. vellum/types/fulfilled_ad_hoc_execute_prompt_event.py +2 -27
  721. vellum/types/fulfilled_enum.py +2 -4
  722. vellum/types/fulfilled_execute_prompt_event.py +2 -27
  723. vellum/types/fulfilled_execute_prompt_response.py +2 -36
  724. vellum/types/fulfilled_execute_workflow_workflow_result_event.py +2 -35
  725. vellum/types/fulfilled_prompt_execution_meta.py +2 -26
  726. vellum/types/fulfilled_workflow_node_result_event.py +2 -39
  727. vellum/types/function_call.py +2 -26
  728. vellum/types/function_call_chat_message_content.py +2 -24
  729. vellum/types/function_call_chat_message_content_request.py +2 -24
  730. vellum/types/function_call_chat_message_content_value.py +2 -24
  731. vellum/types/function_call_chat_message_content_value_request.py +2 -24
  732. vellum/types/function_call_input.py +2 -29
  733. vellum/types/function_call_request.py +2 -26
  734. vellum/types/function_call_variable_value.py +2 -20
  735. vellum/types/function_call_vellum_value.py +2 -24
  736. vellum/types/function_call_vellum_value_request.py +2 -24
  737. vellum/types/function_definition.py +2 -30
  738. vellum/types/generate_options_request.py +2 -25
  739. vellum/types/generate_request.py +2 -32
  740. vellum/types/generate_response.py +2 -24
  741. vellum/types/generate_result.py +2 -28
  742. vellum/types/generate_result_data.py +2 -22
  743. vellum/types/generate_result_error.py +2 -21
  744. vellum/types/generate_stream_response.py +2 -19
  745. vellum/types/generate_stream_result.py +2 -22
  746. vellum/types/generate_stream_result_data.py +2 -20
  747. vellum/types/google_vertex_ai_vectorizer_config.py +2 -19
  748. vellum/types/google_vertex_ai_vectorizer_config_request.py +2 -19
  749. vellum/types/google_vertex_ai_vectorizer_text_embedding_004.py +2 -20
  750. vellum/types/google_vertex_ai_vectorizer_text_embedding_004_request.py +2 -20
  751. vellum/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002.py +2 -20
  752. vellum/types/google_vertex_ai_vectorizer_text_multilingual_embedding_002_request.py +2 -20
  753. vellum/types/hkunlp_instructor_xl_vectorizer.py +2 -24
  754. vellum/types/hkunlp_instructor_xl_vectorizer_request.py +2 -24
  755. vellum/types/image_chat_message_content.py +2 -24
  756. vellum/types/image_chat_message_content_request.py +2 -24
  757. vellum/types/image_variable_value.py +2 -24
  758. vellum/types/image_vellum_value.py +2 -24
  759. vellum/types/image_vellum_value_request.py +2 -24
  760. vellum/types/indexing_config_vectorizer.py +2 -29
  761. vellum/types/indexing_config_vectorizer_request.py +2 -29
  762. vellum/types/indexing_state_enum.py +2 -6
  763. vellum/types/initiated_ad_hoc_execute_prompt_event.py +2 -25
  764. vellum/types/initiated_execute_prompt_event.py +2 -25
  765. vellum/types/initiated_prompt_execution_meta.py +2 -25
  766. vellum/types/initiated_workflow_node_result_event.py +2 -38
  767. vellum/types/instructor_vectorizer_config.py +2 -24
  768. vellum/types/instructor_vectorizer_config_request.py +2 -24
  769. vellum/types/iteration_state_enum.py +2 -4
  770. vellum/types/jinja_prompt_block.py +2 -27
  771. vellum/types/json_input.py +2 -28
  772. vellum/types/json_input_request.py +2 -28
  773. vellum/types/json_variable_value.py +2 -19
  774. vellum/types/json_vellum_value.py +2 -23
  775. vellum/types/json_vellum_value_request.py +2 -23
  776. vellum/types/logical_operator.py +2 -28
  777. vellum/types/logprobs_enum.py +2 -4
  778. vellum/types/map_node_result.py +2 -24
  779. vellum/types/map_node_result_data.py +2 -20
  780. vellum/types/merge_node_result.py +2 -24
  781. vellum/types/merge_node_result_data.py +2 -18
  782. vellum/types/metadata_filter_config_request.py +2 -35
  783. vellum/types/metadata_filter_rule_combinator.py +2 -4
  784. vellum/types/metadata_filter_rule_request.py +2 -30
  785. vellum/types/metadata_filters_request.py +2 -6
  786. vellum/types/metric_definition_execution.py +2 -19
  787. vellum/types/metric_definition_input.py +2 -8
  788. vellum/types/metric_node_result.py +2 -22
  789. vellum/types/ml_model_usage.py +2 -24
  790. vellum/types/named_scenario_input_chat_history_variable_value_request.py +2 -25
  791. vellum/types/named_scenario_input_json_variable_value_request.py +2 -24
  792. vellum/types/named_scenario_input_request.py +2 -11
  793. vellum/types/named_scenario_input_string_variable_value_request.py +2 -24
  794. vellum/types/named_test_case_array_variable_value.py +2 -31
  795. vellum/types/named_test_case_array_variable_value_request.py +2 -33
  796. vellum/types/named_test_case_chat_history_variable_value.py +2 -25
  797. vellum/types/named_test_case_chat_history_variable_value_request.py +2 -25
  798. vellum/types/named_test_case_error_variable_value.py +2 -25
  799. vellum/types/named_test_case_error_variable_value_request.py +2 -25
  800. vellum/types/named_test_case_function_call_variable_value.py +2 -25
  801. vellum/types/named_test_case_function_call_variable_value_request.py +2 -25
  802. vellum/types/named_test_case_json_variable_value.py +2 -24
  803. vellum/types/named_test_case_json_variable_value_request.py +2 -24
  804. vellum/types/named_test_case_number_variable_value.py +2 -24
  805. vellum/types/named_test_case_number_variable_value_request.py +2 -24
  806. vellum/types/named_test_case_search_results_variable_value.py +2 -25
  807. vellum/types/named_test_case_search_results_variable_value_request.py +2 -25
  808. vellum/types/named_test_case_string_variable_value.py +2 -24
  809. vellum/types/named_test_case_string_variable_value_request.py +2 -24
  810. vellum/types/named_test_case_variable_value.py +2 -21
  811. vellum/types/named_test_case_variable_value_request.py +2 -21
  812. vellum/types/node_input_compiled_array_value.py +2 -28
  813. vellum/types/node_input_compiled_chat_history_value.py +2 -22
  814. vellum/types/node_input_compiled_error_value.py +2 -22
  815. vellum/types/node_input_compiled_function_call_value.py +2 -22
  816. vellum/types/node_input_compiled_json_value.py +2 -21
  817. vellum/types/node_input_compiled_number_value.py +2 -21
  818. vellum/types/node_input_compiled_search_results_value.py +2 -22
  819. vellum/types/node_input_compiled_string_value.py +2 -21
  820. vellum/types/node_input_variable_compiled_value.py +2 -21
  821. vellum/types/node_output_compiled_array_value.py +2 -33
  822. vellum/types/node_output_compiled_chat_history_value.py +2 -27
  823. vellum/types/node_output_compiled_error_value.py +2 -27
  824. vellum/types/node_output_compiled_function_call_value.py +2 -27
  825. vellum/types/node_output_compiled_json_value.py +2 -26
  826. vellum/types/node_output_compiled_number_value.py +2 -26
  827. vellum/types/node_output_compiled_search_results_value.py +2 -27
  828. vellum/types/node_output_compiled_string_value.py +2 -26
  829. vellum/types/node_output_compiled_value.py +2 -21
  830. vellum/types/normalized_log_probs.py +2 -20
  831. vellum/types/normalized_token_log_probs.py +2 -21
  832. vellum/types/number_input.py +2 -28
  833. vellum/types/number_variable_value.py +2 -19
  834. vellum/types/number_vellum_value.py +2 -23
  835. vellum/types/number_vellum_value_request.py +2 -23
  836. vellum/types/open_ai_vectorizer_config.py +2 -23
  837. vellum/types/open_ai_vectorizer_config_request.py +2 -23
  838. vellum/types/open_ai_vectorizer_text_embedding_3_large.py +2 -24
  839. vellum/types/open_ai_vectorizer_text_embedding_3_large_request.py +2 -24
  840. vellum/types/open_ai_vectorizer_text_embedding_3_small.py +2 -24
  841. vellum/types/open_ai_vectorizer_text_embedding_3_small_request.py +2 -24
  842. vellum/types/open_ai_vectorizer_text_embedding_ada_002.py +2 -24
  843. vellum/types/open_ai_vectorizer_text_embedding_ada_002_request.py +2 -24
  844. vellum/types/paginated_container_image_read_list.py +2 -22
  845. vellum/types/paginated_deployment_release_tag_read_list.py +2 -22
  846. vellum/types/paginated_document_index_read_list.py +2 -22
  847. vellum/types/paginated_folder_entity_list.py +2 -22
  848. vellum/types/paginated_slim_deployment_read_list.py +2 -28
  849. vellum/types/paginated_slim_document_list.py +2 -22
  850. vellum/types/paginated_slim_workflow_deployment_list.py +2 -28
  851. vellum/types/paginated_test_suite_run_execution_list.py +2 -28
  852. vellum/types/paginated_test_suite_test_case_list.py +2 -28
  853. vellum/types/paginated_workflow_release_tag_read_list.py +2 -22
  854. vellum/types/pdf_search_result_meta_source.py +2 -31
  855. vellum/types/pdf_search_result_meta_source_request.py +2 -31
  856. vellum/types/plain_text_prompt_block.py +2 -27
  857. vellum/types/price.py +2 -20
  858. vellum/types/processing_failure_reason_enum.py +2 -4
  859. vellum/types/prompt_block.py +2 -11
  860. vellum/types/prompt_block_state.py +2 -4
  861. vellum/types/prompt_deployment_expand_meta_request.py +2 -51
  862. vellum/types/prompt_deployment_input_request.py +2 -7
  863. vellum/types/prompt_execution_meta.py +2 -31
  864. vellum/types/prompt_node_execution_meta.py +2 -23
  865. vellum/types/prompt_node_result.py +2 -24
  866. vellum/types/prompt_node_result_data.py +2 -24
  867. vellum/types/prompt_output.py +2 -8
  868. vellum/types/prompt_parameters.py +2 -26
  869. vellum/types/prompt_request_chat_history_input.py +2 -25
  870. vellum/types/prompt_request_input.py +2 -7
  871. vellum/types/prompt_request_json_input.py +2 -24
  872. vellum/types/prompt_request_string_input.py +2 -24
  873. vellum/types/prompt_settings.py +2 -18
  874. vellum/types/raw_prompt_execution_overrides_request.py +2 -27
  875. vellum/types/reducto_chunker_config.py +2 -22
  876. vellum/types/reducto_chunker_config_request.py +2 -22
  877. vellum/types/reducto_chunking.py +2 -24
  878. vellum/types/reducto_chunking_request.py +2 -24
  879. vellum/types/rejected_ad_hoc_execute_prompt_event.py +2 -27
  880. vellum/types/rejected_execute_prompt_event.py +2 -27
  881. vellum/types/rejected_execute_prompt_response.py +2 -36
  882. vellum/types/rejected_execute_workflow_workflow_result_event.py +2 -27
  883. vellum/types/rejected_prompt_execution_meta.py +2 -24
  884. vellum/types/rejected_workflow_node_result_event.py +2 -38
  885. vellum/types/release_tag_source.py +2 -4
  886. vellum/types/replace_test_suite_test_case_request.py +2 -52
  887. vellum/types/rich_text_child_block.py +2 -6
  888. vellum/types/rich_text_prompt_block.py +2 -28
  889. vellum/types/sandbox_scenario.py +2 -32
  890. vellum/types/scenario_input.py +2 -9
  891. vellum/types/scenario_input_chat_history_variable_value.py +2 -25
  892. vellum/types/scenario_input_json_variable_value.py +2 -24
  893. vellum/types/scenario_input_string_variable_value.py +2 -24
  894. vellum/types/search_filters_request.py +2 -37
  895. vellum/types/search_node_result.py +2 -24
  896. vellum/types/search_node_result_data.py +2 -26
  897. vellum/types/search_request_options_request.py +2 -49
  898. vellum/types/search_response.py +2 -22
  899. vellum/types/search_result.py +2 -39
  900. vellum/types/search_result_document.py +2 -36
  901. vellum/types/search_result_document_request.py +2 -36
  902. vellum/types/search_result_merging_request.py +2 -21
  903. vellum/types/search_result_meta.py +2 -19
  904. vellum/types/search_result_meta_request.py +2 -19
  905. vellum/types/search_result_request.py +2 -39
  906. vellum/types/search_results_input.py +2 -29
  907. vellum/types/search_results_variable_value.py +2 -20
  908. vellum/types/search_results_vellum_value.py +2 -24
  909. vellum/types/search_results_vellum_value_request.py +2 -24
  910. vellum/types/search_weights_request.py +2 -26
  911. vellum/types/secret_type_enum.py +2 -4
  912. vellum/types/sentence_chunker_config.py +2 -23
  913. vellum/types/sentence_chunker_config_request.py +2 -23
  914. vellum/types/sentence_chunking.py +2 -24
  915. vellum/types/sentence_chunking_request.py +2 -24
  916. vellum/types/slim_deployment_read.py +2 -62
  917. vellum/types/slim_document.py +2 -69
  918. vellum/types/slim_workflow_deployment.py +2 -71
  919. vellum/types/streaming_ad_hoc_execute_prompt_event.py +2 -32
  920. vellum/types/streaming_execute_prompt_event.py +2 -32
  921. vellum/types/streaming_prompt_execution_meta.py +2 -22
  922. vellum/types/streaming_workflow_node_result_event.py +2 -39
  923. vellum/types/string_chat_message_content.py +2 -23
  924. vellum/types/string_chat_message_content_request.py +2 -23
  925. vellum/types/string_input.py +2 -28
  926. vellum/types/string_input_request.py +2 -28
  927. vellum/types/string_variable_value.py +2 -19
  928. vellum/types/string_vellum_value.py +2 -23
  929. vellum/types/string_vellum_value_request.py +2 -23
  930. vellum/types/submit_completion_actual_request.py +2 -47
  931. vellum/types/submit_workflow_execution_actual_request.py +2 -9
  932. vellum/types/subworkflow_node_result.py +2 -24
  933. vellum/types/subworkflow_node_result_data.py +2 -18
  934. vellum/types/templating_node_array_result.py +2 -27
  935. vellum/types/templating_node_chat_history_result.py +2 -21
  936. vellum/types/templating_node_error_result.py +2 -21
  937. vellum/types/templating_node_function_call_result.py +2 -21
  938. vellum/types/templating_node_json_result.py +2 -20
  939. vellum/types/templating_node_number_result.py +2 -20
  940. vellum/types/templating_node_result.py +2 -30
  941. vellum/types/templating_node_result_data.py +2 -25
  942. vellum/types/templating_node_result_output.py +2 -21
  943. vellum/types/templating_node_search_results_result.py +2 -21
  944. vellum/types/templating_node_string_result.py +2 -20
  945. vellum/types/terminal_node_array_result.py +2 -32
  946. vellum/types/terminal_node_chat_history_result.py +2 -26
  947. vellum/types/terminal_node_error_result.py +2 -26
  948. vellum/types/terminal_node_function_call_result.py +2 -26
  949. vellum/types/terminal_node_json_result.py +2 -25
  950. vellum/types/terminal_node_number_result.py +2 -25
  951. vellum/types/terminal_node_result.py +2 -30
  952. vellum/types/terminal_node_result_data.py +2 -25
  953. vellum/types/terminal_node_result_output.py +2 -21
  954. vellum/types/terminal_node_search_results_result.py +2 -26
  955. vellum/types/terminal_node_string_result.py +2 -25
  956. vellum/types/test_case_array_variable_value.py +2 -32
  957. vellum/types/test_case_chat_history_variable_value.py +2 -26
  958. vellum/types/test_case_error_variable_value.py +2 -26
  959. vellum/types/test_case_function_call_variable_value.py +2 -26
  960. vellum/types/test_case_json_variable_value.py +2 -25
  961. vellum/types/test_case_number_variable_value.py +2 -25
  962. vellum/types/test_case_search_results_variable_value.py +2 -26
  963. vellum/types/test_case_string_variable_value.py +2 -25
  964. vellum/types/test_case_variable_value.py +2 -21
  965. vellum/types/test_suite_run_deployment_release_tag_exec_config.py +2 -28
  966. vellum/types/test_suite_run_deployment_release_tag_exec_config_data.py +2 -26
  967. vellum/types/test_suite_run_deployment_release_tag_exec_config_data_request.py +2 -26
  968. vellum/types/test_suite_run_deployment_release_tag_exec_config_request.py +2 -30
  969. vellum/types/test_suite_run_exec_config.py +2 -9
  970. vellum/types/test_suite_run_exec_config_request.py +2 -11
  971. vellum/types/test_suite_run_execution.py +2 -29
  972. vellum/types/test_suite_run_execution_array_output.py +2 -32
  973. vellum/types/test_suite_run_execution_chat_history_output.py +2 -26
  974. vellum/types/test_suite_run_execution_error_output.py +2 -26
  975. vellum/types/test_suite_run_execution_function_call_output.py +2 -26
  976. vellum/types/test_suite_run_execution_json_output.py +2 -25
  977. vellum/types/test_suite_run_execution_metric_definition.py +2 -20
  978. vellum/types/test_suite_run_execution_metric_result.py +2 -23
  979. vellum/types/test_suite_run_execution_number_output.py +2 -25
  980. vellum/types/test_suite_run_execution_output.py +2 -21
  981. vellum/types/test_suite_run_execution_search_results_output.py +2 -26
  982. vellum/types/test_suite_run_execution_string_output.py +2 -25
  983. vellum/types/test_suite_run_external_exec_config.py +2 -35
  984. vellum/types/test_suite_run_external_exec_config_data.py +2 -28
  985. vellum/types/test_suite_run_external_exec_config_data_request.py +2 -30
  986. vellum/types/test_suite_run_external_exec_config_request.py +2 -37
  987. vellum/types/test_suite_run_metric_error_output.py +2 -25
  988. vellum/types/test_suite_run_metric_json_output.py +2 -24
  989. vellum/types/test_suite_run_metric_number_output.py +2 -24
  990. vellum/types/test_suite_run_metric_output.py +2 -13
  991. vellum/types/test_suite_run_metric_string_output.py +2 -24
  992. vellum/types/test_suite_run_read.py +2 -45
  993. vellum/types/test_suite_run_state.py +2 -4
  994. vellum/types/test_suite_run_test_suite.py +2 -20
  995. vellum/types/test_suite_run_workflow_release_tag_exec_config.py +2 -28
  996. vellum/types/test_suite_run_workflow_release_tag_exec_config_data.py +2 -26
  997. vellum/types/test_suite_run_workflow_release_tag_exec_config_data_request.py +2 -26
  998. vellum/types/test_suite_run_workflow_release_tag_exec_config_request.py +2 -30
  999. vellum/types/test_suite_test_case.py +2 -29
  1000. vellum/types/test_suite_test_case_bulk_operation_request.py +2 -13
  1001. vellum/types/test_suite_test_case_bulk_result.py +2 -13
  1002. vellum/types/test_suite_test_case_create_bulk_operation_request.py +2 -37
  1003. vellum/types/test_suite_test_case_created_bulk_result.py +2 -25
  1004. vellum/types/test_suite_test_case_created_bulk_result_data.py +2 -22
  1005. vellum/types/test_suite_test_case_delete_bulk_operation_data_request.py +2 -18
  1006. vellum/types/test_suite_test_case_delete_bulk_operation_request.py +2 -32
  1007. vellum/types/test_suite_test_case_deleted_bulk_result.py +2 -29
  1008. vellum/types/test_suite_test_case_deleted_bulk_result_data.py +2 -22
  1009. vellum/types/test_suite_test_case_rejected_bulk_result.py +2 -31
  1010. vellum/types/test_suite_test_case_replace_bulk_operation_request.py +2 -37
  1011. vellum/types/test_suite_test_case_replaced_bulk_result.py +2 -29
  1012. vellum/types/test_suite_test_case_replaced_bulk_result_data.py +2 -22
  1013. vellum/types/test_suite_test_case_upsert_bulk_operation_request.py +2 -37
  1014. vellum/types/token_overlapping_window_chunker_config.py +2 -23
  1015. vellum/types/token_overlapping_window_chunker_config_request.py +2 -23
  1016. vellum/types/token_overlapping_window_chunking.py +2 -24
  1017. vellum/types/token_overlapping_window_chunking_request.py +2 -24
  1018. vellum/types/unit_enum.py +2 -4
  1019. vellum/types/upload_document_response.py +2 -21
  1020. vellum/types/upsert_test_suite_test_case_request.py +2 -48
  1021. vellum/types/variable_prompt_block.py +2 -27
  1022. vellum/types/vellum_audio.py +2 -23
  1023. vellum/types/vellum_audio_request.py +2 -23
  1024. vellum/types/vellum_error.py +2 -20
  1025. vellum/types/vellum_error_code_enum.py +2 -14
  1026. vellum/types/vellum_error_request.py +2 -20
  1027. vellum/types/vellum_image.py +2 -19
  1028. vellum/types/vellum_image_request.py +2 -19
  1029. vellum/types/vellum_value.py +2 -28
  1030. vellum/types/vellum_value_logical_condition_group_request.py +2 -37
  1031. vellum/types/vellum_value_logical_condition_request.py +2 -33
  1032. vellum/types/vellum_value_logical_expression_request.py +2 -11
  1033. vellum/types/vellum_value_request.py +2 -28
  1034. vellum/types/vellum_variable.py +2 -32
  1035. vellum/types/vellum_variable_extensions.py +2 -22
  1036. vellum/types/vellum_variable_type.py +2 -19
  1037. vellum/types/workflow_deployment_read.py +2 -76
  1038. vellum/types/workflow_event_error.py +2 -20
  1039. vellum/types/workflow_execution_actual_chat_history_request.py +2 -48
  1040. vellum/types/workflow_execution_actual_json_request.py +2 -47
  1041. vellum/types/workflow_execution_actual_string_request.py +2 -47
  1042. vellum/types/workflow_execution_event_error_code.py +2 -16
  1043. vellum/types/workflow_execution_event_type.py +2 -4
  1044. vellum/types/workflow_execution_node_result_event.py +2 -33
  1045. vellum/types/workflow_execution_workflow_result_event.py +2 -35
  1046. vellum/types/workflow_expand_meta_request.py +2 -21
  1047. vellum/types/workflow_node_result_data.py +2 -27
  1048. vellum/types/workflow_node_result_event.py +2 -13
  1049. vellum/types/workflow_node_result_event_state.py +2 -6
  1050. vellum/types/workflow_output.py +2 -23
  1051. vellum/types/workflow_output_array.py +2 -36
  1052. vellum/types/workflow_output_chat_history.py +2 -30
  1053. vellum/types/workflow_output_error.py +2 -30
  1054. vellum/types/workflow_output_function_call.py +2 -30
  1055. vellum/types/workflow_output_image.py +2 -30
  1056. vellum/types/workflow_output_json.py +2 -29
  1057. vellum/types/workflow_output_number.py +2 -29
  1058. vellum/types/workflow_output_search_results.py +2 -30
  1059. vellum/types/workflow_output_string.py +2 -29
  1060. vellum/types/workflow_push_deployment_config_request.py +2 -21
  1061. vellum/types/workflow_push_exec_config.py +2 -2
  1062. vellum/types/workflow_push_response.py +2 -19
  1063. vellum/types/workflow_release_tag_read.py +2 -36
  1064. vellum/types/workflow_release_tag_workflow_deployment_history_item.py +2 -27
  1065. vellum/types/workflow_request_chat_history_input_request.py +2 -29
  1066. vellum/types/workflow_request_input_request.py +2 -13
  1067. vellum/types/workflow_request_json_input_request.py +2 -28
  1068. vellum/types/workflow_request_number_input_request.py +2 -28
  1069. vellum/types/workflow_request_string_input_request.py +2 -28
  1070. vellum/types/workflow_result_event.py +2 -38
  1071. vellum/types/workflow_result_event_output_data.py +2 -21
  1072. vellum/types/workflow_result_event_output_data_array.py +2 -40
  1073. vellum/types/workflow_result_event_output_data_chat_history.py +2 -34
  1074. vellum/types/workflow_result_event_output_data_error.py +2 -34
  1075. vellum/types/workflow_result_event_output_data_function_call.py +2 -34
  1076. vellum/types/workflow_result_event_output_data_json.py +2 -33
  1077. vellum/types/workflow_result_event_output_data_number.py +2 -33
  1078. vellum/types/workflow_result_event_output_data_search_results.py +2 -34
  1079. vellum/types/workflow_result_event_output_data_string.py +2 -36
  1080. vellum/types/workflow_stream_event.py +2 -6
  1081. vellum/types/workspace_secret_read.py +2 -24
  1082. {vellum_ai-0.9.15.dist-info → vellum_ai-0.9.16rc2.dist-info}/LICENSE +11 -3
  1083. vellum_ai-0.9.16rc2.dist-info/METADATA +119 -0
  1084. vellum_ai-0.9.16rc2.dist-info/RECORD +1101 -0
  1085. vellum_ai-0.9.16rc2.dist-info/entry_points.txt +3 -0
  1086. vellum_cli/__init__.py +0 -0
  1087. vellum_ee/__init__.py +0 -0
  1088. vellum/lib/__init__.py +0 -5
  1089. vellum/terraform/__init__.py +0 -28
  1090. vellum/terraform/_jsii/__init__.py +0 -27
  1091. vellum/terraform/_jsii/vellum-ai_vellum@0.0.0.jsii.tgz +0 -0
  1092. vellum/terraform/constraints.json +0 -4
  1093. vellum/terraform/data_vellum_document_index/__init__.py +0 -409
  1094. vellum/terraform/data_vellum_ml_model/__init__.py +0 -409
  1095. vellum/terraform/document_index/__init__.py +0 -490
  1096. vellum/terraform/ml_model/__init__.py +0 -806
  1097. vellum/terraform/provider/__init__.py +0 -282
  1098. vellum/terraform/py.typed +0 -1
  1099. vellum/terraform/versions.json +0 -3
  1100. vellum_ai-0.9.15.dist-info/METADATA +0 -139
  1101. vellum_ai-0.9.15.dist-info/RECORD +0 -569
  1102. /vellum/{client.py → client/__init__.py} +0 -0
  1103. /vellum/{lib/test_suites → evaluations}/__init__.py +0 -0
  1104. /vellum/{lib/test_suites → evaluations}/constants.py +0 -0
  1105. /vellum/{lib/test_suites → evaluations}/exceptions.py +0 -0
  1106. /vellum/{lib → evaluations}/utils/__init__.py +0 -0
  1107. /vellum/{lib → evaluations}/utils/env.py +0 -0
  1108. /vellum/{lib → evaluations}/utils/exceptions.py +0 -0
  1109. /vellum/{lib → evaluations}/utils/paginator.py +0 -0
  1110. /vellum/{lib → evaluations}/utils/typing.py +0 -0
  1111. /vellum/{lib → evaluations}/utils/uuid.py +0 -0
  1112. {vellum_ai-0.9.15.dist-info → vellum_ai-0.9.16rc2.dist-info}/WHEEL +0 -0
@@ -1,806 +0,0 @@
1
- '''
2
- # `vellum_ml_model`
3
-
4
- Refer to the Terraform Registry for docs: [`vellum_ml_model`](https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/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 MlModel(
28
- _cdktf_9a9027ec.TerraformResource,
29
- metaclass=jsii.JSIIMeta,
30
- jsii_type="vellum-ai_vellum.mlModel.MlModel",
31
- ):
32
- '''Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model vellum_ml_model}.'''
33
-
34
- def __init__(
35
- self,
36
- scope: _constructs_77d1e7e8.Construct,
37
- id: builtins.str,
38
- *,
39
- developed_by: builtins.str,
40
- exec_config: typing.Union["MlModelExecConfig", typing.Dict[builtins.str, typing.Any]],
41
- family: builtins.str,
42
- hosted_by: builtins.str,
43
- name: builtins.str,
44
- visibility: builtins.str,
45
- 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,
46
- count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
47
- depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
48
- for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
49
- lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
50
- provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
51
- 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,
52
- ) -> None:
53
- '''Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model vellum_ml_model} Resource.
54
-
55
- :param scope: The scope in which to define this construct.
56
- :param id: The scoped construct ID. Must be unique amongst siblings in the same scope
57
- :param developed_by: The organization that developed the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#developed_by MlModel#developed_by}
58
- :param exec_config: The execution configuration of the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#exec_config MlModel#exec_config}
59
- :param family: The family of the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#family MlModel#family}
60
- :param hosted_by: The organization hosting the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#hosted_by MlModel#hosted_by}
61
- :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/resources/ml_model#name MlModel#name}
62
- :param visibility: The visibility of the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#visibility MlModel#visibility}
63
- :param connection:
64
- :param count:
65
- :param depends_on:
66
- :param for_each:
67
- :param lifecycle:
68
- :param provider:
69
- :param provisioners:
70
- '''
71
- if __debug__:
72
- type_hints = typing.get_type_hints(_typecheckingstub__7f5770609c9e007f726d44f32fd136172a03655c2380a9b3c83504aac134e29a)
73
- check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
74
- check_type(argname="argument id", value=id, expected_type=type_hints["id"])
75
- config = MlModelConfig(
76
- developed_by=developed_by,
77
- exec_config=exec_config,
78
- family=family,
79
- hosted_by=hosted_by,
80
- name=name,
81
- visibility=visibility,
82
- connection=connection,
83
- count=count,
84
- depends_on=depends_on,
85
- for_each=for_each,
86
- lifecycle=lifecycle,
87
- provider=provider,
88
- provisioners=provisioners,
89
- )
90
-
91
- jsii.create(self.__class__, self, [scope, id, config])
92
-
93
- @jsii.member(jsii_name="generateConfigForImport")
94
- @builtins.classmethod
95
- def generate_config_for_import(
96
- cls,
97
- scope: _constructs_77d1e7e8.Construct,
98
- import_to_id: builtins.str,
99
- import_from_id: builtins.str,
100
- provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
101
- ) -> _cdktf_9a9027ec.ImportableResource:
102
- '''Generates CDKTF code for importing a MlModel resource upon running "cdktf plan ".
103
-
104
- :param scope: The scope in which to define this construct.
105
- :param import_to_id: The construct id used in the generated config for the MlModel to import.
106
- :param import_from_id: The id of the existing MlModel that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#import import section} in the documentation of this resource for the id to use
107
- :param provider: ? Optional instance of the provider where the MlModel to import is found.
108
- '''
109
- if __debug__:
110
- type_hints = typing.get_type_hints(_typecheckingstub__0453f34be46be9f6e7945b1cc5ce547530fb25343e8d7f9db612883c0e78b32b)
111
- check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
112
- check_type(argname="argument import_to_id", value=import_to_id, expected_type=type_hints["import_to_id"])
113
- check_type(argname="argument import_from_id", value=import_from_id, expected_type=type_hints["import_from_id"])
114
- check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
115
- return typing.cast(_cdktf_9a9027ec.ImportableResource, jsii.sinvoke(cls, "generateConfigForImport", [scope, import_to_id, import_from_id, provider]))
116
-
117
- @jsii.member(jsii_name="putExecConfig")
118
- def put_exec_config(
119
- self,
120
- *,
121
- base_url: builtins.str,
122
- features: typing.Sequence[builtins.str],
123
- metadata: typing.Mapping[builtins.str, builtins.str],
124
- model_identifier: builtins.str,
125
- ) -> None:
126
- '''
127
- :param base_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#base_url MlModel#base_url}.
128
- :param features: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#features MlModel#features}.
129
- :param metadata: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#metadata MlModel#metadata}.
130
- :param model_identifier: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#model_identifier MlModel#model_identifier}.
131
- '''
132
- value = MlModelExecConfig(
133
- base_url=base_url,
134
- features=features,
135
- metadata=metadata,
136
- model_identifier=model_identifier,
137
- )
138
-
139
- return typing.cast(None, jsii.invoke(self, "putExecConfig", [value]))
140
-
141
- @jsii.member(jsii_name="synthesizeAttributes")
142
- def _synthesize_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
143
- return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeAttributes", []))
144
-
145
- @jsii.member(jsii_name="synthesizeHclAttributes")
146
- def _synthesize_hcl_attributes(self) -> typing.Mapping[builtins.str, typing.Any]:
147
- return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "synthesizeHclAttributes", []))
148
-
149
- @jsii.python.classproperty
150
- @jsii.member(jsii_name="tfResourceType")
151
- def TF_RESOURCE_TYPE(cls) -> builtins.str:
152
- return typing.cast(builtins.str, jsii.sget(cls, "tfResourceType"))
153
-
154
- @builtins.property
155
- @jsii.member(jsii_name="execConfig")
156
- def exec_config(self) -> "MlModelExecConfigOutputReference":
157
- return typing.cast("MlModelExecConfigOutputReference", jsii.get(self, "execConfig"))
158
-
159
- @builtins.property
160
- @jsii.member(jsii_name="id")
161
- def id(self) -> builtins.str:
162
- return typing.cast(builtins.str, jsii.get(self, "id"))
163
-
164
- @builtins.property
165
- @jsii.member(jsii_name="developedByInput")
166
- def developed_by_input(self) -> typing.Optional[builtins.str]:
167
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "developedByInput"))
168
-
169
- @builtins.property
170
- @jsii.member(jsii_name="execConfigInput")
171
- def exec_config_input(
172
- self,
173
- ) -> typing.Optional[typing.Union["MlModelExecConfig", _cdktf_9a9027ec.IResolvable]]:
174
- return typing.cast(typing.Optional[typing.Union["MlModelExecConfig", _cdktf_9a9027ec.IResolvable]], jsii.get(self, "execConfigInput"))
175
-
176
- @builtins.property
177
- @jsii.member(jsii_name="familyInput")
178
- def family_input(self) -> typing.Optional[builtins.str]:
179
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "familyInput"))
180
-
181
- @builtins.property
182
- @jsii.member(jsii_name="hostedByInput")
183
- def hosted_by_input(self) -> typing.Optional[builtins.str]:
184
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "hostedByInput"))
185
-
186
- @builtins.property
187
- @jsii.member(jsii_name="nameInput")
188
- def name_input(self) -> typing.Optional[builtins.str]:
189
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "nameInput"))
190
-
191
- @builtins.property
192
- @jsii.member(jsii_name="visibilityInput")
193
- def visibility_input(self) -> typing.Optional[builtins.str]:
194
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "visibilityInput"))
195
-
196
- @builtins.property
197
- @jsii.member(jsii_name="developedBy")
198
- def developed_by(self) -> builtins.str:
199
- return typing.cast(builtins.str, jsii.get(self, "developedBy"))
200
-
201
- @developed_by.setter
202
- def developed_by(self, value: builtins.str) -> None:
203
- if __debug__:
204
- type_hints = typing.get_type_hints(_typecheckingstub__8ec43331bd7fafd8350c3f2d400f49584743d02a9695374d8511cf2455f1f0fe)
205
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
206
- jsii.set(self, "developedBy", value)
207
-
208
- @builtins.property
209
- @jsii.member(jsii_name="family")
210
- def family(self) -> builtins.str:
211
- return typing.cast(builtins.str, jsii.get(self, "family"))
212
-
213
- @family.setter
214
- def family(self, value: builtins.str) -> None:
215
- if __debug__:
216
- type_hints = typing.get_type_hints(_typecheckingstub__eccdb890011d8efe15b8530cd24861fe69440843204d16aac022bfa90e60729b)
217
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
218
- jsii.set(self, "family", value)
219
-
220
- @builtins.property
221
- @jsii.member(jsii_name="hostedBy")
222
- def hosted_by(self) -> builtins.str:
223
- return typing.cast(builtins.str, jsii.get(self, "hostedBy"))
224
-
225
- @hosted_by.setter
226
- def hosted_by(self, value: builtins.str) -> None:
227
- if __debug__:
228
- type_hints = typing.get_type_hints(_typecheckingstub__88b540ebcd83e978800a72855783a3e04fa7fa45932517a00556955f24a4ba0e)
229
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
230
- jsii.set(self, "hostedBy", value)
231
-
232
- @builtins.property
233
- @jsii.member(jsii_name="name")
234
- def name(self) -> builtins.str:
235
- return typing.cast(builtins.str, jsii.get(self, "name"))
236
-
237
- @name.setter
238
- def name(self, value: builtins.str) -> None:
239
- if __debug__:
240
- type_hints = typing.get_type_hints(_typecheckingstub__2834794a1a16c331213fe75bccbbfa8b551d950d268e915929c914e9e2407932)
241
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
242
- jsii.set(self, "name", value)
243
-
244
- @builtins.property
245
- @jsii.member(jsii_name="visibility")
246
- def visibility(self) -> builtins.str:
247
- return typing.cast(builtins.str, jsii.get(self, "visibility"))
248
-
249
- @visibility.setter
250
- def visibility(self, value: builtins.str) -> None:
251
- if __debug__:
252
- type_hints = typing.get_type_hints(_typecheckingstub__f42a50ff9d8140ea1fd22013750ed23a41b97e1c9fe164e99a9b981775a5ae4f)
253
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
254
- jsii.set(self, "visibility", value)
255
-
256
-
257
- @jsii.data_type(
258
- jsii_type="vellum-ai_vellum.mlModel.MlModelConfig",
259
- jsii_struct_bases=[_cdktf_9a9027ec.TerraformMetaArguments],
260
- name_mapping={
261
- "connection": "connection",
262
- "count": "count",
263
- "depends_on": "dependsOn",
264
- "for_each": "forEach",
265
- "lifecycle": "lifecycle",
266
- "provider": "provider",
267
- "provisioners": "provisioners",
268
- "developed_by": "developedBy",
269
- "exec_config": "execConfig",
270
- "family": "family",
271
- "hosted_by": "hostedBy",
272
- "name": "name",
273
- "visibility": "visibility",
274
- },
275
- )
276
- class MlModelConfig(_cdktf_9a9027ec.TerraformMetaArguments):
277
- def __init__(
278
- self,
279
- *,
280
- 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,
281
- count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
282
- depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
283
- for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
284
- lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
285
- provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
286
- 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,
287
- developed_by: builtins.str,
288
- exec_config: typing.Union["MlModelExecConfig", typing.Dict[builtins.str, typing.Any]],
289
- family: builtins.str,
290
- hosted_by: builtins.str,
291
- name: builtins.str,
292
- visibility: builtins.str,
293
- ) -> None:
294
- '''
295
- :param connection:
296
- :param count:
297
- :param depends_on:
298
- :param for_each:
299
- :param lifecycle:
300
- :param provider:
301
- :param provisioners:
302
- :param developed_by: The organization that developed the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#developed_by MlModel#developed_by}
303
- :param exec_config: The execution configuration of the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#exec_config MlModel#exec_config}
304
- :param family: The family of the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#family MlModel#family}
305
- :param hosted_by: The organization hosting the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#hosted_by MlModel#hosted_by}
306
- :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/resources/ml_model#name MlModel#name}
307
- :param visibility: The visibility of the ML Model. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#visibility MlModel#visibility}
308
- '''
309
- if isinstance(lifecycle, dict):
310
- lifecycle = _cdktf_9a9027ec.TerraformResourceLifecycle(**lifecycle)
311
- if isinstance(exec_config, dict):
312
- exec_config = MlModelExecConfig(**exec_config)
313
- if __debug__:
314
- type_hints = typing.get_type_hints(_typecheckingstub__c3d1b492e753e07ce481b7879b6f159fefc04adb9d9eeaa23bcff894fb0c09ef)
315
- check_type(argname="argument connection", value=connection, expected_type=type_hints["connection"])
316
- check_type(argname="argument count", value=count, expected_type=type_hints["count"])
317
- check_type(argname="argument depends_on", value=depends_on, expected_type=type_hints["depends_on"])
318
- check_type(argname="argument for_each", value=for_each, expected_type=type_hints["for_each"])
319
- check_type(argname="argument lifecycle", value=lifecycle, expected_type=type_hints["lifecycle"])
320
- check_type(argname="argument provider", value=provider, expected_type=type_hints["provider"])
321
- check_type(argname="argument provisioners", value=provisioners, expected_type=type_hints["provisioners"])
322
- check_type(argname="argument developed_by", value=developed_by, expected_type=type_hints["developed_by"])
323
- check_type(argname="argument exec_config", value=exec_config, expected_type=type_hints["exec_config"])
324
- check_type(argname="argument family", value=family, expected_type=type_hints["family"])
325
- check_type(argname="argument hosted_by", value=hosted_by, expected_type=type_hints["hosted_by"])
326
- check_type(argname="argument name", value=name, expected_type=type_hints["name"])
327
- check_type(argname="argument visibility", value=visibility, expected_type=type_hints["visibility"])
328
- self._values: typing.Dict[builtins.str, typing.Any] = {
329
- "developed_by": developed_by,
330
- "exec_config": exec_config,
331
- "family": family,
332
- "hosted_by": hosted_by,
333
- "name": name,
334
- "visibility": visibility,
335
- }
336
- if connection is not None:
337
- self._values["connection"] = connection
338
- if count is not None:
339
- self._values["count"] = count
340
- if depends_on is not None:
341
- self._values["depends_on"] = depends_on
342
- if for_each is not None:
343
- self._values["for_each"] = for_each
344
- if lifecycle is not None:
345
- self._values["lifecycle"] = lifecycle
346
- if provider is not None:
347
- self._values["provider"] = provider
348
- if provisioners is not None:
349
- self._values["provisioners"] = provisioners
350
-
351
- @builtins.property
352
- def connection(
353
- self,
354
- ) -> typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]]:
355
- '''
356
- :stability: experimental
357
- '''
358
- result = self._values.get("connection")
359
- return typing.cast(typing.Optional[typing.Union[_cdktf_9a9027ec.SSHProvisionerConnection, _cdktf_9a9027ec.WinrmProvisionerConnection]], result)
360
-
361
- @builtins.property
362
- def count(
363
- self,
364
- ) -> typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]]:
365
- '''
366
- :stability: experimental
367
- '''
368
- result = self._values.get("count")
369
- return typing.cast(typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]], result)
370
-
371
- @builtins.property
372
- def depends_on(
373
- self,
374
- ) -> typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]]:
375
- '''
376
- :stability: experimental
377
- '''
378
- result = self._values.get("depends_on")
379
- return typing.cast(typing.Optional[typing.List[_cdktf_9a9027ec.ITerraformDependable]], result)
380
-
381
- @builtins.property
382
- def for_each(self) -> typing.Optional[_cdktf_9a9027ec.ITerraformIterator]:
383
- '''
384
- :stability: experimental
385
- '''
386
- result = self._values.get("for_each")
387
- return typing.cast(typing.Optional[_cdktf_9a9027ec.ITerraformIterator], result)
388
-
389
- @builtins.property
390
- def lifecycle(self) -> typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle]:
391
- '''
392
- :stability: experimental
393
- '''
394
- result = self._values.get("lifecycle")
395
- return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformResourceLifecycle], result)
396
-
397
- @builtins.property
398
- def provider(self) -> typing.Optional[_cdktf_9a9027ec.TerraformProvider]:
399
- '''
400
- :stability: experimental
401
- '''
402
- result = self._values.get("provider")
403
- return typing.cast(typing.Optional[_cdktf_9a9027ec.TerraformProvider], result)
404
-
405
- @builtins.property
406
- def provisioners(
407
- self,
408
- ) -> typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]]:
409
- '''
410
- :stability: experimental
411
- '''
412
- result = self._values.get("provisioners")
413
- return typing.cast(typing.Optional[typing.List[typing.Union[_cdktf_9a9027ec.FileProvisioner, _cdktf_9a9027ec.LocalExecProvisioner, _cdktf_9a9027ec.RemoteExecProvisioner]]], result)
414
-
415
- @builtins.property
416
- def developed_by(self) -> builtins.str:
417
- '''The organization that developed the ML Model.
418
-
419
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#developed_by MlModel#developed_by}
420
- '''
421
- result = self._values.get("developed_by")
422
- assert result is not None, "Required property 'developed_by' is missing"
423
- return typing.cast(builtins.str, result)
424
-
425
- @builtins.property
426
- def exec_config(self) -> "MlModelExecConfig":
427
- '''The execution configuration of the ML Model.
428
-
429
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#exec_config MlModel#exec_config}
430
- '''
431
- result = self._values.get("exec_config")
432
- assert result is not None, "Required property 'exec_config' is missing"
433
- return typing.cast("MlModelExecConfig", result)
434
-
435
- @builtins.property
436
- def family(self) -> builtins.str:
437
- '''The family of the ML Model.
438
-
439
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#family MlModel#family}
440
- '''
441
- result = self._values.get("family")
442
- assert result is not None, "Required property 'family' is missing"
443
- return typing.cast(builtins.str, result)
444
-
445
- @builtins.property
446
- def hosted_by(self) -> builtins.str:
447
- '''The organization hosting the ML Model.
448
-
449
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#hosted_by MlModel#hosted_by}
450
- '''
451
- result = self._values.get("hosted_by")
452
- assert result is not None, "Required property 'hosted_by' is missing"
453
- return typing.cast(builtins.str, result)
454
-
455
- @builtins.property
456
- def name(self) -> builtins.str:
457
- '''A name that uniquely identifies this ML Model.
458
-
459
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#name MlModel#name}
460
- '''
461
- result = self._values.get("name")
462
- assert result is not None, "Required property 'name' is missing"
463
- return typing.cast(builtins.str, result)
464
-
465
- @builtins.property
466
- def visibility(self) -> builtins.str:
467
- '''The visibility of the ML Model.
468
-
469
- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#visibility MlModel#visibility}
470
- '''
471
- result = self._values.get("visibility")
472
- assert result is not None, "Required property 'visibility' is missing"
473
- return typing.cast(builtins.str, result)
474
-
475
- def __eq__(self, rhs: typing.Any) -> builtins.bool:
476
- return isinstance(rhs, self.__class__) and rhs._values == self._values
477
-
478
- def __ne__(self, rhs: typing.Any) -> builtins.bool:
479
- return not (rhs == self)
480
-
481
- def __repr__(self) -> str:
482
- return "MlModelConfig(%s)" % ", ".join(
483
- k + "=" + repr(v) for k, v in self._values.items()
484
- )
485
-
486
-
487
- @jsii.data_type(
488
- jsii_type="vellum-ai_vellum.mlModel.MlModelExecConfig",
489
- jsii_struct_bases=[],
490
- name_mapping={
491
- "base_url": "baseUrl",
492
- "features": "features",
493
- "metadata": "metadata",
494
- "model_identifier": "modelIdentifier",
495
- },
496
- )
497
- class MlModelExecConfig:
498
- def __init__(
499
- self,
500
- *,
501
- base_url: builtins.str,
502
- features: typing.Sequence[builtins.str],
503
- metadata: typing.Mapping[builtins.str, builtins.str],
504
- model_identifier: builtins.str,
505
- ) -> None:
506
- '''
507
- :param base_url: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#base_url MlModel#base_url}.
508
- :param features: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#features MlModel#features}.
509
- :param metadata: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#metadata MlModel#metadata}.
510
- :param model_identifier: Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#model_identifier MlModel#model_identifier}.
511
- '''
512
- if __debug__:
513
- type_hints = typing.get_type_hints(_typecheckingstub__c784282f736cf32b66b9651cd4452753c77b4f6e1f99a8c68a9c8997badcc6ba)
514
- check_type(argname="argument base_url", value=base_url, expected_type=type_hints["base_url"])
515
- check_type(argname="argument features", value=features, expected_type=type_hints["features"])
516
- check_type(argname="argument metadata", value=metadata, expected_type=type_hints["metadata"])
517
- check_type(argname="argument model_identifier", value=model_identifier, expected_type=type_hints["model_identifier"])
518
- self._values: typing.Dict[builtins.str, typing.Any] = {
519
- "base_url": base_url,
520
- "features": features,
521
- "metadata": metadata,
522
- "model_identifier": model_identifier,
523
- }
524
-
525
- @builtins.property
526
- def base_url(self) -> builtins.str:
527
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#base_url MlModel#base_url}.'''
528
- result = self._values.get("base_url")
529
- assert result is not None, "Required property 'base_url' is missing"
530
- return typing.cast(builtins.str, result)
531
-
532
- @builtins.property
533
- def features(self) -> typing.List[builtins.str]:
534
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#features MlModel#features}.'''
535
- result = self._values.get("features")
536
- assert result is not None, "Required property 'features' is missing"
537
- return typing.cast(typing.List[builtins.str], result)
538
-
539
- @builtins.property
540
- def metadata(self) -> typing.Mapping[builtins.str, builtins.str]:
541
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#metadata MlModel#metadata}.'''
542
- result = self._values.get("metadata")
543
- assert result is not None, "Required property 'metadata' is missing"
544
- return typing.cast(typing.Mapping[builtins.str, builtins.str], result)
545
-
546
- @builtins.property
547
- def model_identifier(self) -> builtins.str:
548
- '''Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#model_identifier MlModel#model_identifier}.'''
549
- result = self._values.get("model_identifier")
550
- assert result is not None, "Required property 'model_identifier' is missing"
551
- return typing.cast(builtins.str, result)
552
-
553
- def __eq__(self, rhs: typing.Any) -> builtins.bool:
554
- return isinstance(rhs, self.__class__) and rhs._values == self._values
555
-
556
- def __ne__(self, rhs: typing.Any) -> builtins.bool:
557
- return not (rhs == self)
558
-
559
- def __repr__(self) -> str:
560
- return "MlModelExecConfig(%s)" % ", ".join(
561
- k + "=" + repr(v) for k, v in self._values.items()
562
- )
563
-
564
-
565
- class MlModelExecConfigOutputReference(
566
- _cdktf_9a9027ec.ComplexObject,
567
- metaclass=jsii.JSIIMeta,
568
- jsii_type="vellum-ai_vellum.mlModel.MlModelExecConfigOutputReference",
569
- ):
570
- def __init__(
571
- self,
572
- terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
573
- terraform_attribute: builtins.str,
574
- ) -> None:
575
- '''
576
- :param terraform_resource: The parent resource.
577
- :param terraform_attribute: The attribute on the parent resource this class is referencing.
578
- '''
579
- if __debug__:
580
- type_hints = typing.get_type_hints(_typecheckingstub__43fc3316762ca85a1036e22132ce4a4260d687b34c9456a6c74c09b91f7e1ef2)
581
- check_type(argname="argument terraform_resource", value=terraform_resource, expected_type=type_hints["terraform_resource"])
582
- check_type(argname="argument terraform_attribute", value=terraform_attribute, expected_type=type_hints["terraform_attribute"])
583
- jsii.create(self.__class__, self, [terraform_resource, terraform_attribute])
584
-
585
- @builtins.property
586
- @jsii.member(jsii_name="baseUrlInput")
587
- def base_url_input(self) -> typing.Optional[builtins.str]:
588
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "baseUrlInput"))
589
-
590
- @builtins.property
591
- @jsii.member(jsii_name="featuresInput")
592
- def features_input(self) -> typing.Optional[typing.List[builtins.str]]:
593
- return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "featuresInput"))
594
-
595
- @builtins.property
596
- @jsii.member(jsii_name="metadataInput")
597
- def metadata_input(
598
- self,
599
- ) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
600
- return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "metadataInput"))
601
-
602
- @builtins.property
603
- @jsii.member(jsii_name="modelIdentifierInput")
604
- def model_identifier_input(self) -> typing.Optional[builtins.str]:
605
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "modelIdentifierInput"))
606
-
607
- @builtins.property
608
- @jsii.member(jsii_name="baseUrl")
609
- def base_url(self) -> builtins.str:
610
- return typing.cast(builtins.str, jsii.get(self, "baseUrl"))
611
-
612
- @base_url.setter
613
- def base_url(self, value: builtins.str) -> None:
614
- if __debug__:
615
- type_hints = typing.get_type_hints(_typecheckingstub__5b7a9658f45325eed897dff1cd3db98b1f5957ba50eada8892db4e4d16cfd01f)
616
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
617
- jsii.set(self, "baseUrl", value)
618
-
619
- @builtins.property
620
- @jsii.member(jsii_name="features")
621
- def features(self) -> typing.List[builtins.str]:
622
- return typing.cast(typing.List[builtins.str], jsii.get(self, "features"))
623
-
624
- @features.setter
625
- def features(self, value: typing.List[builtins.str]) -> None:
626
- if __debug__:
627
- type_hints = typing.get_type_hints(_typecheckingstub__eaf7c7e76489d0570cbd3740a2e2e806536d5f8472bec5dc00c8475aced34b3b)
628
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
629
- jsii.set(self, "features", value)
630
-
631
- @builtins.property
632
- @jsii.member(jsii_name="metadata")
633
- def metadata(self) -> typing.Mapping[builtins.str, builtins.str]:
634
- return typing.cast(typing.Mapping[builtins.str, builtins.str], jsii.get(self, "metadata"))
635
-
636
- @metadata.setter
637
- def metadata(self, value: typing.Mapping[builtins.str, builtins.str]) -> None:
638
- if __debug__:
639
- type_hints = typing.get_type_hints(_typecheckingstub__f93121b1a61e7dddefae33ede4fcb1795948f5405513c00a28d5e45b1080615c)
640
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
641
- jsii.set(self, "metadata", value)
642
-
643
- @builtins.property
644
- @jsii.member(jsii_name="modelIdentifier")
645
- def model_identifier(self) -> builtins.str:
646
- return typing.cast(builtins.str, jsii.get(self, "modelIdentifier"))
647
-
648
- @model_identifier.setter
649
- def model_identifier(self, value: builtins.str) -> None:
650
- if __debug__:
651
- type_hints = typing.get_type_hints(_typecheckingstub__8b2bc1e2cd7f30694799c24996b86af3699ce8904c15341987885600203b285e)
652
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
653
- jsii.set(self, "modelIdentifier", value)
654
-
655
- @builtins.property
656
- @jsii.member(jsii_name="internalValue")
657
- def internal_value(
658
- self,
659
- ) -> typing.Optional[typing.Union[MlModelExecConfig, _cdktf_9a9027ec.IResolvable]]:
660
- return typing.cast(typing.Optional[typing.Union[MlModelExecConfig, _cdktf_9a9027ec.IResolvable]], jsii.get(self, "internalValue"))
661
-
662
- @internal_value.setter
663
- def internal_value(
664
- self,
665
- value: typing.Optional[typing.Union[MlModelExecConfig, _cdktf_9a9027ec.IResolvable]],
666
- ) -> None:
667
- if __debug__:
668
- type_hints = typing.get_type_hints(_typecheckingstub__c008a6bf93234ee88aa1473d90814128b94f61f4325e2b19c106d3cc4a389d66)
669
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
670
- jsii.set(self, "internalValue", value)
671
-
672
-
673
- __all__ = [
674
- "MlModel",
675
- "MlModelConfig",
676
- "MlModelExecConfig",
677
- "MlModelExecConfigOutputReference",
678
- ]
679
-
680
- publication.publish()
681
-
682
- def _typecheckingstub__7f5770609c9e007f726d44f32fd136172a03655c2380a9b3c83504aac134e29a(
683
- scope: _constructs_77d1e7e8.Construct,
684
- id: builtins.str,
685
- *,
686
- developed_by: builtins.str,
687
- exec_config: typing.Union[MlModelExecConfig, typing.Dict[builtins.str, typing.Any]],
688
- family: builtins.str,
689
- hosted_by: builtins.str,
690
- name: builtins.str,
691
- visibility: builtins.str,
692
- 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,
693
- count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
694
- depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
695
- for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
696
- lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
697
- provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
698
- 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,
699
- ) -> None:
700
- """Type checking stubs"""
701
- pass
702
-
703
- def _typecheckingstub__0453f34be46be9f6e7945b1cc5ce547530fb25343e8d7f9db612883c0e78b32b(
704
- scope: _constructs_77d1e7e8.Construct,
705
- import_to_id: builtins.str,
706
- import_from_id: builtins.str,
707
- provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
708
- ) -> None:
709
- """Type checking stubs"""
710
- pass
711
-
712
- def _typecheckingstub__8ec43331bd7fafd8350c3f2d400f49584743d02a9695374d8511cf2455f1f0fe(
713
- value: builtins.str,
714
- ) -> None:
715
- """Type checking stubs"""
716
- pass
717
-
718
- def _typecheckingstub__eccdb890011d8efe15b8530cd24861fe69440843204d16aac022bfa90e60729b(
719
- value: builtins.str,
720
- ) -> None:
721
- """Type checking stubs"""
722
- pass
723
-
724
- def _typecheckingstub__88b540ebcd83e978800a72855783a3e04fa7fa45932517a00556955f24a4ba0e(
725
- value: builtins.str,
726
- ) -> None:
727
- """Type checking stubs"""
728
- pass
729
-
730
- def _typecheckingstub__2834794a1a16c331213fe75bccbbfa8b551d950d268e915929c914e9e2407932(
731
- value: builtins.str,
732
- ) -> None:
733
- """Type checking stubs"""
734
- pass
735
-
736
- def _typecheckingstub__f42a50ff9d8140ea1fd22013750ed23a41b97e1c9fe164e99a9b981775a5ae4f(
737
- value: builtins.str,
738
- ) -> None:
739
- """Type checking stubs"""
740
- pass
741
-
742
- def _typecheckingstub__c3d1b492e753e07ce481b7879b6f159fefc04adb9d9eeaa23bcff894fb0c09ef(
743
- *,
744
- 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,
745
- count: typing.Optional[typing.Union[jsii.Number, _cdktf_9a9027ec.TerraformCount]] = None,
746
- depends_on: typing.Optional[typing.Sequence[_cdktf_9a9027ec.ITerraformDependable]] = None,
747
- for_each: typing.Optional[_cdktf_9a9027ec.ITerraformIterator] = None,
748
- lifecycle: typing.Optional[typing.Union[_cdktf_9a9027ec.TerraformResourceLifecycle, typing.Dict[builtins.str, typing.Any]]] = None,
749
- provider: typing.Optional[_cdktf_9a9027ec.TerraformProvider] = None,
750
- 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,
751
- developed_by: builtins.str,
752
- exec_config: typing.Union[MlModelExecConfig, typing.Dict[builtins.str, typing.Any]],
753
- family: builtins.str,
754
- hosted_by: builtins.str,
755
- name: builtins.str,
756
- visibility: builtins.str,
757
- ) -> None:
758
- """Type checking stubs"""
759
- pass
760
-
761
- def _typecheckingstub__c784282f736cf32b66b9651cd4452753c77b4f6e1f99a8c68a9c8997badcc6ba(
762
- *,
763
- base_url: builtins.str,
764
- features: typing.Sequence[builtins.str],
765
- metadata: typing.Mapping[builtins.str, builtins.str],
766
- model_identifier: builtins.str,
767
- ) -> None:
768
- """Type checking stubs"""
769
- pass
770
-
771
- def _typecheckingstub__43fc3316762ca85a1036e22132ce4a4260d687b34c9456a6c74c09b91f7e1ef2(
772
- terraform_resource: _cdktf_9a9027ec.IInterpolatingParent,
773
- terraform_attribute: builtins.str,
774
- ) -> None:
775
- """Type checking stubs"""
776
- pass
777
-
778
- def _typecheckingstub__5b7a9658f45325eed897dff1cd3db98b1f5957ba50eada8892db4e4d16cfd01f(
779
- value: builtins.str,
780
- ) -> None:
781
- """Type checking stubs"""
782
- pass
783
-
784
- def _typecheckingstub__eaf7c7e76489d0570cbd3740a2e2e806536d5f8472bec5dc00c8475aced34b3b(
785
- value: typing.List[builtins.str],
786
- ) -> None:
787
- """Type checking stubs"""
788
- pass
789
-
790
- def _typecheckingstub__f93121b1a61e7dddefae33ede4fcb1795948f5405513c00a28d5e45b1080615c(
791
- value: typing.Mapping[builtins.str, builtins.str],
792
- ) -> None:
793
- """Type checking stubs"""
794
- pass
795
-
796
- def _typecheckingstub__8b2bc1e2cd7f30694799c24996b86af3699ce8904c15341987885600203b285e(
797
- value: builtins.str,
798
- ) -> None:
799
- """Type checking stubs"""
800
- pass
801
-
802
- def _typecheckingstub__c008a6bf93234ee88aa1473d90814128b94f61f4325e2b19c106d3cc4a389d66(
803
- value: typing.Optional[typing.Union[MlModelExecConfig, _cdktf_9a9027ec.IResolvable]],
804
- ) -> None:
805
- """Type checking stubs"""
806
- pass