eval-studio-client 1.0.1__py3-none-any.whl → 1.0.3a1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. eval_studio_client/api/__init__.py +0 -43
  2. eval_studio_client/api/api/__init__.py +0 -5
  3. eval_studio_client/api/api/perturbator_service_api.py +1 -268
  4. eval_studio_client/api/api/test_service_api.py +0 -568
  5. eval_studio_client/api/docs/PerturbationServiceCreatePerturbationRequest.md +0 -1
  6. eval_studio_client/api/docs/PerturbatorServiceApi.md +3 -33
  7. eval_studio_client/api/docs/PromptGenerationServiceAutoGeneratePromptsRequest.md +1 -2
  8. eval_studio_client/api/docs/RequiredTheTestCaseToUpdate.md +0 -1
  9. eval_studio_client/api/docs/TestServiceApi.md +0 -140
  10. eval_studio_client/api/docs/TestServiceGenerateTestCasesRequest.md +0 -1
  11. eval_studio_client/api/docs/TestServicePerturbTestRequest.md +0 -1
  12. eval_studio_client/api/docs/V1CreateEvaluationRequest.md +0 -1
  13. eval_studio_client/api/docs/V1ImportEvaluationRequest.md +0 -1
  14. eval_studio_client/api/docs/V1TestCase.md +0 -1
  15. eval_studio_client/api/models/__init__.py +0 -38
  16. eval_studio_client/api/models/perturbation_service_create_perturbation_request.py +2 -8
  17. eval_studio_client/api/models/prompt_generation_service_auto_generate_prompts_request.py +3 -5
  18. eval_studio_client/api/models/required_the_test_case_to_update.py +2 -6
  19. eval_studio_client/api/models/test_service_generate_test_cases_request.py +2 -4
  20. eval_studio_client/api/models/test_service_perturb_test_request.py +2 -4
  21. eval_studio_client/api/models/v1_create_evaluation_request.py +2 -7
  22. eval_studio_client/api/models/v1_import_evaluation_request.py +2 -7
  23. eval_studio_client/api/models/v1_test_case.py +2 -6
  24. eval_studio_client/api/test/test_perturbation_service_create_perturbation_request.py +2 -20
  25. eval_studio_client/api/test/test_prompt_generation_service_auto_generate_prompts_request.py +1 -4
  26. eval_studio_client/api/test/test_required_the_test_case_to_update.py +1 -4
  27. eval_studio_client/api/test/test_test_service_api.py +0 -12
  28. eval_studio_client/api/test/test_test_service_generate_test_cases_request.py +1 -4
  29. eval_studio_client/api/test/test_test_service_perturb_test_request.py +1 -4
  30. eval_studio_client/api/test/test_v1_batch_delete_test_cases_response.py +1 -4
  31. eval_studio_client/api/test/test_v1_create_evaluation_request.py +2 -20
  32. eval_studio_client/api/test/test_v1_create_test_case_response.py +1 -4
  33. eval_studio_client/api/test/test_v1_delete_test_case_response.py +1 -4
  34. eval_studio_client/api/test/test_v1_evaluation_test.py +1 -4
  35. eval_studio_client/api/test/test_v1_find_all_test_cases_by_id_response.py +1 -4
  36. eval_studio_client/api/test/test_v1_get_test_case_response.py +1 -4
  37. eval_studio_client/api/test/test_v1_import_evaluation_request.py +1 -16
  38. eval_studio_client/api/test/test_v1_list_test_cases_response.py +1 -4
  39. eval_studio_client/api/test/test_v1_test_case.py +1 -4
  40. eval_studio_client/api/test/test_v1_update_test_case_response.py +1 -4
  41. eval_studio_client/client.py +11 -9
  42. eval_studio_client/dashboards.py +0 -29
  43. eval_studio_client/gen/openapiv2/eval_studio.swagger.json +32 -1903
  44. eval_studio_client/leaderboards.py +0 -123
  45. eval_studio_client/models.py +42 -3
  46. eval_studio_client/test_labs.py +21 -49
  47. eval_studio_client/tests.py +1 -188
  48. {eval_studio_client-1.0.1.dist-info → eval_studio_client-1.0.3a1.dist-info}/METADATA +3 -2
  49. {eval_studio_client-1.0.1.dist-info → eval_studio_client-1.0.3a1.dist-info}/RECORD +50 -179
  50. {eval_studio_client-1.0.1.dist-info → eval_studio_client-1.0.3a1.dist-info}/WHEEL +1 -1
  51. eval_studio_client/api/api/human_calibration_service_api.py +0 -304
  52. eval_studio_client/api/api/prompt_library_service_api.py +0 -669
  53. eval_studio_client/api/api/workflow_edge_service_api.py +0 -296
  54. eval_studio_client/api/api/workflow_node_service_api.py +0 -1634
  55. eval_studio_client/api/api/workflow_service_api.py +0 -1609
  56. eval_studio_client/api/docs/HumanCalibrationServiceApi.md +0 -77
  57. eval_studio_client/api/docs/PromptLibraryServiceApi.md +0 -155
  58. eval_studio_client/api/docs/ProtobufNullValue.md +0 -12
  59. eval_studio_client/api/docs/RequiredTheUpdatedWorkflow.md +0 -44
  60. eval_studio_client/api/docs/RequiredTheUpdatedWorkflowNode.md +0 -44
  61. eval_studio_client/api/docs/TestServiceImportTestCasesFromLibraryRequest.md +0 -32
  62. eval_studio_client/api/docs/TestServiceListTestCaseLibraryItemsRequest.md +0 -35
  63. eval_studio_client/api/docs/V1BatchDeleteWorkflowsRequest.md +0 -29
  64. eval_studio_client/api/docs/V1BatchDeleteWorkflowsResponse.md +0 -29
  65. eval_studio_client/api/docs/V1BatchGetWorkflowEdgesResponse.md +0 -29
  66. eval_studio_client/api/docs/V1BatchGetWorkflowNodesResponse.md +0 -29
  67. eval_studio_client/api/docs/V1CreateWorkflowResponse.md +0 -29
  68. eval_studio_client/api/docs/V1DeleteWorkflowNodeResponse.md +0 -29
  69. eval_studio_client/api/docs/V1DeleteWorkflowResponse.md +0 -29
  70. eval_studio_client/api/docs/V1EstimateThresholdRequest.md +0 -33
  71. eval_studio_client/api/docs/V1GetWorkflowNodePrerequisitesResponse.md +0 -30
  72. eval_studio_client/api/docs/V1GetWorkflowNodeResponse.md +0 -29
  73. eval_studio_client/api/docs/V1GetWorkflowResponse.md +0 -29
  74. eval_studio_client/api/docs/V1ImportTestCasesFromLibraryResponse.md +0 -29
  75. eval_studio_client/api/docs/V1ImportTestCasesRequest.md +0 -33
  76. eval_studio_client/api/docs/V1LabeledTestCase.md +0 -31
  77. eval_studio_client/api/docs/V1ListPromptLibraryItemsResponse.md +0 -29
  78. eval_studio_client/api/docs/V1ListTestCaseLibraryItemsResponse.md +0 -29
  79. eval_studio_client/api/docs/V1ListWorkflowsResponse.md +0 -29
  80. eval_studio_client/api/docs/V1ProcessWorkflowNodeResponse.md +0 -29
  81. eval_studio_client/api/docs/V1PromptLibraryItem.md +0 -42
  82. eval_studio_client/api/docs/V1TestSuiteEvaluates.md +0 -11
  83. eval_studio_client/api/docs/V1UpdateWorkflowNodeResponse.md +0 -29
  84. eval_studio_client/api/docs/V1UpdateWorkflowResponse.md +0 -29
  85. eval_studio_client/api/docs/V1Workflow.md +0 -46
  86. eval_studio_client/api/docs/V1WorkflowEdge.md +0 -40
  87. eval_studio_client/api/docs/V1WorkflowEdgeType.md +0 -12
  88. eval_studio_client/api/docs/V1WorkflowNode.md +0 -46
  89. eval_studio_client/api/docs/V1WorkflowNodeArtifact.md +0 -40
  90. eval_studio_client/api/docs/V1WorkflowNodeArtifacts.md +0 -29
  91. eval_studio_client/api/docs/V1WorkflowNodeAttributes.md +0 -30
  92. eval_studio_client/api/docs/V1WorkflowNodeStatus.md +0 -12
  93. eval_studio_client/api/docs/V1WorkflowNodeType.md +0 -12
  94. eval_studio_client/api/docs/V1WorkflowNodeView.md +0 -12
  95. eval_studio_client/api/docs/V1WorkflowType.md +0 -12
  96. eval_studio_client/api/docs/WorkflowEdgeServiceApi.md +0 -76
  97. eval_studio_client/api/docs/WorkflowNodeServiceApi.md +0 -423
  98. eval_studio_client/api/docs/WorkflowServiceApi.md +0 -417
  99. eval_studio_client/api/models/protobuf_null_value.py +0 -36
  100. eval_studio_client/api/models/required_the_updated_workflow.py +0 -152
  101. eval_studio_client/api/models/required_the_updated_workflow_node.py +0 -152
  102. eval_studio_client/api/models/test_service_import_test_cases_from_library_request.py +0 -93
  103. eval_studio_client/api/models/test_service_list_test_case_library_items_request.py +0 -99
  104. eval_studio_client/api/models/v1_batch_delete_workflows_request.py +0 -87
  105. eval_studio_client/api/models/v1_batch_delete_workflows_response.py +0 -95
  106. eval_studio_client/api/models/v1_batch_get_workflow_edges_response.py +0 -95
  107. eval_studio_client/api/models/v1_batch_get_workflow_nodes_response.py +0 -95
  108. eval_studio_client/api/models/v1_create_workflow_response.py +0 -91
  109. eval_studio_client/api/models/v1_delete_workflow_node_response.py +0 -91
  110. eval_studio_client/api/models/v1_delete_workflow_response.py +0 -91
  111. eval_studio_client/api/models/v1_estimate_threshold_request.py +0 -103
  112. eval_studio_client/api/models/v1_get_workflow_node_prerequisites_response.py +0 -89
  113. eval_studio_client/api/models/v1_get_workflow_node_response.py +0 -91
  114. eval_studio_client/api/models/v1_get_workflow_response.py +0 -91
  115. eval_studio_client/api/models/v1_import_test_cases_from_library_response.py +0 -91
  116. eval_studio_client/api/models/v1_import_test_cases_request.py +0 -95
  117. eval_studio_client/api/models/v1_labeled_test_case.py +0 -91
  118. eval_studio_client/api/models/v1_list_prompt_library_items_response.py +0 -95
  119. eval_studio_client/api/models/v1_list_test_case_library_items_response.py +0 -95
  120. eval_studio_client/api/models/v1_list_workflows_response.py +0 -95
  121. eval_studio_client/api/models/v1_process_workflow_node_response.py +0 -91
  122. eval_studio_client/api/models/v1_prompt_library_item.py +0 -129
  123. eval_studio_client/api/models/v1_test_suite_evaluates.py +0 -39
  124. eval_studio_client/api/models/v1_update_workflow_node_response.py +0 -91
  125. eval_studio_client/api/models/v1_update_workflow_response.py +0 -91
  126. eval_studio_client/api/models/v1_workflow.py +0 -156
  127. eval_studio_client/api/models/v1_workflow_edge.py +0 -123
  128. eval_studio_client/api/models/v1_workflow_edge_type.py +0 -37
  129. eval_studio_client/api/models/v1_workflow_node.py +0 -156
  130. eval_studio_client/api/models/v1_workflow_node_artifact.py +0 -122
  131. eval_studio_client/api/models/v1_workflow_node_artifacts.py +0 -97
  132. eval_studio_client/api/models/v1_workflow_node_attributes.py +0 -87
  133. eval_studio_client/api/models/v1_workflow_node_status.py +0 -40
  134. eval_studio_client/api/models/v1_workflow_node_type.py +0 -41
  135. eval_studio_client/api/models/v1_workflow_node_view.py +0 -38
  136. eval_studio_client/api/models/v1_workflow_type.py +0 -37
  137. eval_studio_client/api/test/test_human_calibration_service_api.py +0 -38
  138. eval_studio_client/api/test/test_prompt_library_service_api.py +0 -43
  139. eval_studio_client/api/test/test_protobuf_null_value.py +0 -33
  140. eval_studio_client/api/test/test_required_the_updated_workflow.py +0 -88
  141. eval_studio_client/api/test/test_required_the_updated_workflow_node.py +0 -80
  142. eval_studio_client/api/test/test_test_service_import_test_cases_from_library_request.py +0 -56
  143. eval_studio_client/api/test/test_test_service_list_test_case_library_items_request.py +0 -63
  144. eval_studio_client/api/test/test_v1_batch_delete_workflows_request.py +0 -53
  145. eval_studio_client/api/test/test_v1_batch_delete_workflows_response.py +0 -92
  146. eval_studio_client/api/test/test_v1_batch_get_workflow_edges_response.py +0 -64
  147. eval_studio_client/api/test/test_v1_batch_get_workflow_nodes_response.py +0 -84
  148. eval_studio_client/api/test/test_v1_create_workflow_response.py +0 -90
  149. eval_studio_client/api/test/test_v1_delete_workflow_node_response.py +0 -82
  150. eval_studio_client/api/test/test_v1_delete_workflow_response.py +0 -90
  151. eval_studio_client/api/test/test_v1_estimate_threshold_request.py +0 -60
  152. eval_studio_client/api/test/test_v1_get_workflow_node_prerequisites_response.py +0 -56
  153. eval_studio_client/api/test/test_v1_get_workflow_node_response.py +0 -82
  154. eval_studio_client/api/test/test_v1_get_workflow_response.py +0 -90
  155. eval_studio_client/api/test/test_v1_import_test_cases_from_library_response.py +0 -71
  156. eval_studio_client/api/test/test_v1_import_test_cases_request.py +0 -57
  157. eval_studio_client/api/test/test_v1_labeled_test_case.py +0 -53
  158. eval_studio_client/api/test/test_v1_list_prompt_library_items_response.py +0 -71
  159. eval_studio_client/api/test/test_v1_list_test_case_library_items_response.py +0 -71
  160. eval_studio_client/api/test/test_v1_list_workflows_response.py +0 -92
  161. eval_studio_client/api/test/test_v1_process_workflow_node_response.py +0 -71
  162. eval_studio_client/api/test/test_v1_prompt_library_item.py +0 -68
  163. eval_studio_client/api/test/test_v1_test_suite_evaluates.py +0 -33
  164. eval_studio_client/api/test/test_v1_update_workflow_node_response.py +0 -82
  165. eval_studio_client/api/test/test_v1_update_workflow_response.py +0 -90
  166. eval_studio_client/api/test/test_v1_workflow.py +0 -89
  167. eval_studio_client/api/test/test_v1_workflow_edge.py +0 -61
  168. eval_studio_client/api/test/test_v1_workflow_edge_type.py +0 -33
  169. eval_studio_client/api/test/test_v1_workflow_node.py +0 -81
  170. eval_studio_client/api/test/test_v1_workflow_node_artifact.py +0 -61
  171. eval_studio_client/api/test/test_v1_workflow_node_artifacts.py +0 -64
  172. eval_studio_client/api/test/test_v1_workflow_node_attributes.py +0 -51
  173. eval_studio_client/api/test/test_v1_workflow_node_status.py +0 -33
  174. eval_studio_client/api/test/test_v1_workflow_node_type.py +0 -33
  175. eval_studio_client/api/test/test_v1_workflow_node_view.py +0 -33
  176. eval_studio_client/api/test/test_v1_workflow_type.py +0 -33
  177. eval_studio_client/api/test/test_workflow_edge_service_api.py +0 -38
  178. eval_studio_client/api/test/test_workflow_node_service_api.py +0 -73
  179. eval_studio_client/api/test/test_workflow_service_api.py +0 -73
@@ -1,30 +0,0 @@
1
- # V1GetWorkflowNodePrerequisitesResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **nodes** | **List[str]** | The WorkflowNodes that are the prerequisites of the specified WorkflowNode. | [optional]
9
- **edges** | **List[str]** | The WorkflowEdges that are the prerequisites of the specified WorkflowNode. | [optional]
10
-
11
- ## Example
12
-
13
- ```python
14
- from eval_studio_client.api.models.v1_get_workflow_node_prerequisites_response import V1GetWorkflowNodePrerequisitesResponse
15
-
16
- # TODO update the JSON string below
17
- json = "{}"
18
- # create an instance of V1GetWorkflowNodePrerequisitesResponse from a JSON string
19
- v1_get_workflow_node_prerequisites_response_instance = V1GetWorkflowNodePrerequisitesResponse.from_json(json)
20
- # print the JSON string representation of the object
21
- print(V1GetWorkflowNodePrerequisitesResponse.to_json())
22
-
23
- # convert the object into a dict
24
- v1_get_workflow_node_prerequisites_response_dict = v1_get_workflow_node_prerequisites_response_instance.to_dict()
25
- # create an instance of V1GetWorkflowNodePrerequisitesResponse from a dict
26
- v1_get_workflow_node_prerequisites_response_from_dict = V1GetWorkflowNodePrerequisitesResponse.from_dict(v1_get_workflow_node_prerequisites_response_dict)
27
- ```
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
29
-
30
-
@@ -1,29 +0,0 @@
1
- # V1GetWorkflowNodeResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **node** | [**V1WorkflowNode**](V1WorkflowNode.md) | | [optional]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_get_workflow_node_response import V1GetWorkflowNodeResponse
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1GetWorkflowNodeResponse from a JSON string
18
- v1_get_workflow_node_response_instance = V1GetWorkflowNodeResponse.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1GetWorkflowNodeResponse.to_json())
21
-
22
- # convert the object into a dict
23
- v1_get_workflow_node_response_dict = v1_get_workflow_node_response_instance.to_dict()
24
- # create an instance of V1GetWorkflowNodeResponse from a dict
25
- v1_get_workflow_node_response_from_dict = V1GetWorkflowNodeResponse.from_dict(v1_get_workflow_node_response_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-
@@ -1,29 +0,0 @@
1
- # V1GetWorkflowResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **workflow** | [**V1Workflow**](V1Workflow.md) | | [optional]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_get_workflow_response import V1GetWorkflowResponse
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1GetWorkflowResponse from a JSON string
18
- v1_get_workflow_response_instance = V1GetWorkflowResponse.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1GetWorkflowResponse.to_json())
21
-
22
- # convert the object into a dict
23
- v1_get_workflow_response_dict = v1_get_workflow_response_instance.to_dict()
24
- # create an instance of V1GetWorkflowResponse from a dict
25
- v1_get_workflow_response_from_dict = V1GetWorkflowResponse.from_dict(v1_get_workflow_response_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-
@@ -1,29 +0,0 @@
1
- # V1ImportTestCasesFromLibraryResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **operation** | [**V1Operation**](V1Operation.md) | | [optional]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_import_test_cases_from_library_response import V1ImportTestCasesFromLibraryResponse
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1ImportTestCasesFromLibraryResponse from a JSON string
18
- v1_import_test_cases_from_library_response_instance = V1ImportTestCasesFromLibraryResponse.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1ImportTestCasesFromLibraryResponse.to_json())
21
-
22
- # convert the object into a dict
23
- v1_import_test_cases_from_library_response_dict = v1_import_test_cases_from_library_response_instance.to_dict()
24
- # create an instance of V1ImportTestCasesFromLibraryResponse from a dict
25
- v1_import_test_cases_from_library_response_from_dict = V1ImportTestCasesFromLibraryResponse.from_dict(v1_import_test_cases_from_library_response_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-
@@ -1,33 +0,0 @@
1
- # V1ImportTestCasesRequest
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **test** | **str** | Required. The Test for which to get TestCases. | [optional]
9
- **operation** | **str** | Required. The Operation processing this prompt library retrieval process. | [optional]
10
- **test_suite_url** | **str** | Required. The URL of the library test suite to get TestCases from (sample). | [optional]
11
- **count** | **int** | Required. The number of TestCases to get from the library. | [optional]
12
- **test_document_urls** | **List[str]** | Optional. The list of target Test corpus document URLs which don't have to be included when returning library TestCases corpus as they are already in the Test. | [optional]
13
-
14
- ## Example
15
-
16
- ```python
17
- from eval_studio_client.api.models.v1_import_test_cases_request import V1ImportTestCasesRequest
18
-
19
- # TODO update the JSON string below
20
- json = "{}"
21
- # create an instance of V1ImportTestCasesRequest from a JSON string
22
- v1_import_test_cases_request_instance = V1ImportTestCasesRequest.from_json(json)
23
- # print the JSON string representation of the object
24
- print(V1ImportTestCasesRequest.to_json())
25
-
26
- # convert the object into a dict
27
- v1_import_test_cases_request_dict = v1_import_test_cases_request_instance.to_dict()
28
- # create an instance of V1ImportTestCasesRequest from a dict
29
- v1_import_test_cases_request_from_dict = V1ImportTestCasesRequest.from_dict(v1_import_test_cases_request_dict)
30
- ```
31
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
32
-
33
-
@@ -1,31 +0,0 @@
1
- # V1LabeledTestCase
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **name** | **str** | Required. The test case resource name. | [optional]
9
- **metric_value** | **float** | Required. The metric value. | [optional]
10
- **label** | **bool** | Required. Human label. True means the test case should be labeled as passed (positive), false means failed (negative). | [optional]
11
-
12
- ## Example
13
-
14
- ```python
15
- from eval_studio_client.api.models.v1_labeled_test_case import V1LabeledTestCase
16
-
17
- # TODO update the JSON string below
18
- json = "{}"
19
- # create an instance of V1LabeledTestCase from a JSON string
20
- v1_labeled_test_case_instance = V1LabeledTestCase.from_json(json)
21
- # print the JSON string representation of the object
22
- print(V1LabeledTestCase.to_json())
23
-
24
- # convert the object into a dict
25
- v1_labeled_test_case_dict = v1_labeled_test_case_instance.to_dict()
26
- # create an instance of V1LabeledTestCase from a dict
27
- v1_labeled_test_case_from_dict = V1LabeledTestCase.from_dict(v1_labeled_test_case_dict)
28
- ```
29
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30
-
31
-
@@ -1,29 +0,0 @@
1
- # V1ListPromptLibraryItemsResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **prompt_library_items** | [**List[V1PromptLibraryItem]**](V1PromptLibraryItem.md) | Prompt library items (test suites). | [optional]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_list_prompt_library_items_response import V1ListPromptLibraryItemsResponse
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1ListPromptLibraryItemsResponse from a JSON string
18
- v1_list_prompt_library_items_response_instance = V1ListPromptLibraryItemsResponse.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1ListPromptLibraryItemsResponse.to_json())
21
-
22
- # convert the object into a dict
23
- v1_list_prompt_library_items_response_dict = v1_list_prompt_library_items_response_instance.to_dict()
24
- # create an instance of V1ListPromptLibraryItemsResponse from a dict
25
- v1_list_prompt_library_items_response_from_dict = V1ListPromptLibraryItemsResponse.from_dict(v1_list_prompt_library_items_response_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-
@@ -1,29 +0,0 @@
1
- # V1ListTestCaseLibraryItemsResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **prompt_library_items** | [**List[V1PromptLibraryItem]**](V1PromptLibraryItem.md) | Test suites library items. | [optional]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_list_test_case_library_items_response import V1ListTestCaseLibraryItemsResponse
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1ListTestCaseLibraryItemsResponse from a JSON string
18
- v1_list_test_case_library_items_response_instance = V1ListTestCaseLibraryItemsResponse.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1ListTestCaseLibraryItemsResponse.to_json())
21
-
22
- # convert the object into a dict
23
- v1_list_test_case_library_items_response_dict = v1_list_test_case_library_items_response_instance.to_dict()
24
- # create an instance of V1ListTestCaseLibraryItemsResponse from a dict
25
- v1_list_test_case_library_items_response_from_dict = V1ListTestCaseLibraryItemsResponse.from_dict(v1_list_test_case_library_items_response_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-
@@ -1,29 +0,0 @@
1
- # V1ListWorkflowsResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **workflows** | [**List[V1Workflow]**](V1Workflow.md) | The Workflows requested. | [optional]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_list_workflows_response import V1ListWorkflowsResponse
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1ListWorkflowsResponse from a JSON string
18
- v1_list_workflows_response_instance = V1ListWorkflowsResponse.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1ListWorkflowsResponse.to_json())
21
-
22
- # convert the object into a dict
23
- v1_list_workflows_response_dict = v1_list_workflows_response_instance.to_dict()
24
- # create an instance of V1ListWorkflowsResponse from a dict
25
- v1_list_workflows_response_from_dict = V1ListWorkflowsResponse.from_dict(v1_list_workflows_response_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-
@@ -1,29 +0,0 @@
1
- # V1ProcessWorkflowNodeResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **operation** | [**V1Operation**](V1Operation.md) | | [optional]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_process_workflow_node_response import V1ProcessWorkflowNodeResponse
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1ProcessWorkflowNodeResponse from a JSON string
18
- v1_process_workflow_node_response_instance = V1ProcessWorkflowNodeResponse.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1ProcessWorkflowNodeResponse.to_json())
21
-
22
- # convert the object into a dict
23
- v1_process_workflow_node_response_dict = v1_process_workflow_node_response_instance.to_dict()
24
- # create an instance of V1ProcessWorkflowNodeResponse from a dict
25
- v1_process_workflow_node_response_from_dict = V1ProcessWorkflowNodeResponse.from_dict(v1_process_workflow_node_response_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-
@@ -1,42 +0,0 @@
1
- # V1PromptLibraryItem
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **name** | **str** | | [optional] [readonly]
9
- **create_time** | **datetime** | Output only. Timestamp when the item was created. | [optional] [readonly]
10
- **creator** | **str** | Output only. Name of the user or service that requested creation of the item. | [optional] [readonly]
11
- **update_time** | **datetime** | Output only. Optional. Timestamp when the item was last updated. | [optional] [readonly]
12
- **updater** | **str** | Output only. Optional. Name of the user or service that requested update of the item. | [optional] [readonly]
13
- **delete_time** | **datetime** | Output only. Optional. Set when the item is deleted. When set, item should be considered as deleted. | [optional] [readonly]
14
- **deleter** | **str** | Output only. Optional. Name of the user or service that requested deletion of the item. | [optional] [readonly]
15
- **display_name** | **str** | Human readable name of the item. | [optional]
16
- **description** | **str** | Optional. Arbitrary description of the item. | [optional]
17
- **test_suite_url** | **str** | URL of the test suite which is represented by this library item. | [optional]
18
- **test_count** | **int** | Number of tests in the test suite. | [optional]
19
- **test_case_count** | **int** | Number of test cases in the test suite. | [optional]
20
- **evaluates** | [**List[V1TestSuiteEvaluates]**](V1TestSuiteEvaluates.md) | Types of systems evaluated by this item - like RAG (has corpus), LLM (no corpus) or agents. | [optional]
21
- **categories** | **List[str]** | Categories of test cases in the item - like question_answering or summarization. | [optional]
22
-
23
- ## Example
24
-
25
- ```python
26
- from eval_studio_client.api.models.v1_prompt_library_item import V1PromptLibraryItem
27
-
28
- # TODO update the JSON string below
29
- json = "{}"
30
- # create an instance of V1PromptLibraryItem from a JSON string
31
- v1_prompt_library_item_instance = V1PromptLibraryItem.from_json(json)
32
- # print the JSON string representation of the object
33
- print(V1PromptLibraryItem.to_json())
34
-
35
- # convert the object into a dict
36
- v1_prompt_library_item_dict = v1_prompt_library_item_instance.to_dict()
37
- # create an instance of V1PromptLibraryItem from a dict
38
- v1_prompt_library_item_from_dict = V1PromptLibraryItem.from_dict(v1_prompt_library_item_dict)
39
- ```
40
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
41
-
42
-
@@ -1,11 +0,0 @@
1
- # V1TestSuiteEvaluates
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
-
9
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10
-
11
-
@@ -1,29 +0,0 @@
1
- # V1UpdateWorkflowNodeResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **node** | [**V1WorkflowNode**](V1WorkflowNode.md) | | [optional]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_update_workflow_node_response import V1UpdateWorkflowNodeResponse
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1UpdateWorkflowNodeResponse from a JSON string
18
- v1_update_workflow_node_response_instance = V1UpdateWorkflowNodeResponse.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1UpdateWorkflowNodeResponse.to_json())
21
-
22
- # convert the object into a dict
23
- v1_update_workflow_node_response_dict = v1_update_workflow_node_response_instance.to_dict()
24
- # create an instance of V1UpdateWorkflowNodeResponse from a dict
25
- v1_update_workflow_node_response_from_dict = V1UpdateWorkflowNodeResponse.from_dict(v1_update_workflow_node_response_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-
@@ -1,29 +0,0 @@
1
- # V1UpdateWorkflowResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **workflow** | [**V1Workflow**](V1Workflow.md) | | [optional]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_update_workflow_response import V1UpdateWorkflowResponse
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1UpdateWorkflowResponse from a JSON string
18
- v1_update_workflow_response_instance = V1UpdateWorkflowResponse.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1UpdateWorkflowResponse.to_json())
21
-
22
- # convert the object into a dict
23
- v1_update_workflow_response_dict = v1_update_workflow_response_instance.to_dict()
24
- # create an instance of V1UpdateWorkflowResponse from a dict
25
- v1_update_workflow_response_from_dict = V1UpdateWorkflowResponse.from_dict(v1_update_workflow_response_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-
@@ -1,46 +0,0 @@
1
- # V1Workflow
2
-
3
- Workflow represents a workflow in Eval Studio. It consists of WorkflowNodes and WorkflowEdges.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **name** | **str** | Output only. Immutable. Resource name of the Workflow in format of `workflows/{workflow_id}`. | [optional] [readonly]
10
- **display_name** | **str** | Human-readable name of the Workflow. | [optional]
11
- **description** | **str** | Optional description of the Workflow. | [optional]
12
- **create_time** | **datetime** | Output only. Immutable. Creation time of the Workflow. | [optional] [readonly]
13
- **creator** | **str** | Output only. Immutable. Name of the user or service that requested creation of the Workflow. | [optional] [readonly]
14
- **update_time** | **datetime** | Output only. Optional. Last update time of the Workflow. | [optional] [readonly]
15
- **updater** | **str** | Output only. Name of the user or service that requested update of the Workflow. | [optional] [readonly]
16
- **delete_time** | **datetime** | Output only. Optional. Deletion time of the Workflow. | [optional] [readonly]
17
- **deleter** | **str** | Output only. Name of the user or service that requested deletion of the Workflow. | [optional] [readonly]
18
- **type** | [**V1WorkflowType**](V1WorkflowType.md) | | [optional]
19
- **model** | **str** | Immutable. Resource name of the Model associated with this Workflow. | [optional]
20
- **nodes** | **List[str]** | Output only. List of the WorkflowNodes in the Workflow. | [optional] [readonly]
21
- **edges** | **List[str]** | Output only. List of the WorkflowEdges in the Workflow. | [optional] [readonly]
22
- **outputs** | **Dict[str, object]** | Output only. Optional. Computed outputs of all the WorkflowNodes in the Workflow. | [optional] [readonly]
23
- **output_artifacts** | [**Dict[str, V1WorkflowNodeArtifacts]**](V1WorkflowNodeArtifacts.md) | Output only. Optional. List of the WorkflowNodeArtifacts produces by all the WorkflowNodes in the Workflow. | [optional] [readonly]
24
- **llm_model** | **str** | Immutable. LLM Model to use. | [optional]
25
- **model_parameters** | **str** | Optional. Immutable. Model parameter overrides in JSON format. | [optional]
26
-
27
- ## Example
28
-
29
- ```python
30
- from eval_studio_client.api.models.v1_workflow import V1Workflow
31
-
32
- # TODO update the JSON string below
33
- json = "{}"
34
- # create an instance of V1Workflow from a JSON string
35
- v1_workflow_instance = V1Workflow.from_json(json)
36
- # print the JSON string representation of the object
37
- print(V1Workflow.to_json())
38
-
39
- # convert the object into a dict
40
- v1_workflow_dict = v1_workflow_instance.to_dict()
41
- # create an instance of V1Workflow from a dict
42
- v1_workflow_from_dict = V1Workflow.from_dict(v1_workflow_dict)
43
- ```
44
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
45
-
46
-
@@ -1,40 +0,0 @@
1
- # V1WorkflowEdge
2
-
3
- WorkflowEdge represents an oriented edge between two WorkflowNodes in an Eval Studio Workflow.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **name** | **str** | Resource name of the Workflow in format of `workflow/{workflow_id}/edges/{edge_id}`. | [optional]
10
- **parent** | **str** | Output only. Immutable. Resource name of the parent Workflow in format of `workflow/{workflow_id}`. | [optional] [readonly]
11
- **create_time** | **datetime** | Output only. Immutable. Creation time of the WorkflowEdge. | [optional] [readonly]
12
- **creator** | **str** | Output only. Immutable. Name of the user or service that requested creation of the WorkflowEdge. | [optional] [readonly]
13
- **update_time** | **datetime** | Output only. Optional. Last update time of the WorkflowEdge. | [optional] [readonly]
14
- **updater** | **str** | Output only. Name of the user or service that requested update of the WorkflowEdge. | [optional] [readonly]
15
- **delete_time** | **datetime** | Output only. Optional. Deletion time of the WorkflowEdge. | [optional] [readonly]
16
- **deleter** | **str** | Output only. Name of the user or service that requested deletion of the WorkflowEdge. | [optional] [readonly]
17
- **type** | [**V1WorkflowEdgeType**](V1WorkflowEdgeType.md) | | [optional]
18
- **var_from** | **str** | Resource name of the source WorkflowNode in format of `workflow/{workflow_id}/nodes/{node_id}`. | [optional]
19
- **to** | **str** | Resource name of the target WorkflowNode in format of `workflow/{workflow_id}/nodes/{node_id}`. | [optional]
20
-
21
- ## Example
22
-
23
- ```python
24
- from eval_studio_client.api.models.v1_workflow_edge import V1WorkflowEdge
25
-
26
- # TODO update the JSON string below
27
- json = "{}"
28
- # create an instance of V1WorkflowEdge from a JSON string
29
- v1_workflow_edge_instance = V1WorkflowEdge.from_json(json)
30
- # print the JSON string representation of the object
31
- print(V1WorkflowEdge.to_json())
32
-
33
- # convert the object into a dict
34
- v1_workflow_edge_dict = v1_workflow_edge_instance.to_dict()
35
- # create an instance of V1WorkflowEdge from a dict
36
- v1_workflow_edge_from_dict = V1WorkflowEdge.from_dict(v1_workflow_edge_dict)
37
- ```
38
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
39
-
40
-
@@ -1,12 +0,0 @@
1
- # V1WorkflowEdgeType
2
-
3
- WorkflowEdgeType represents the type of a WorkflowEdge. - WORKFLOW_EDGE_TYPE_UNSPECIFIED: Unspecified type. - WORKFLOW_EDGE_TYPE_SIMPLE: Simple edge without any conditions.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
-
10
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11
-
12
-
@@ -1,46 +0,0 @@
1
- # V1WorkflowNode
2
-
3
- WorkflowNode represents a node in an Eval Studio Workflow.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **name** | **str** | Output only. Immutable. Resource name of the Workflow in format of `workflows/{workflow_id}/nodes/{node_id}`. | [optional] [readonly]
10
- **parent** | **str** | Output only. Immutable. Resource name of the parent Workflow in format of `workflows/{workflow_id}/`. | [optional] [readonly]
11
- **display_name** | **str** | Human-readable name of the WorkflowNode. | [optional]
12
- **description** | **str** | Optional description of the WorkflowNode. | [optional]
13
- **create_time** | **datetime** | Output only. Immutable. Creation time of the WorkflowNode. | [optional] [readonly]
14
- **creator** | **str** | Output only. Immutable. Name of the user or service that requested creation of the WorkflowNode. | [optional] [readonly]
15
- **update_time** | **datetime** | Output only. Optional. Last update time of the WorkflowNode. | [optional] [readonly]
16
- **updater** | **str** | Output only. Name of the user or service that requested update of the WorkflowNode. | [optional] [readonly]
17
- **delete_time** | **datetime** | Output only. Optional. Deletion time of the WorkflowNode. | [optional] [readonly]
18
- **deleter** | **str** | Output only. Name of the user or service that requested deletion of the WorkflowNode. | [optional] [readonly]
19
- **type** | [**V1WorkflowNodeType**](V1WorkflowNodeType.md) | | [optional]
20
- **parameters** | **object** | User-given parameters for the WorkflowNode. | [optional]
21
- **outputs** | **object** | Output only. Computed outputs of the WorkflowNode. | [optional] [readonly]
22
- **output_artifacts** | [**List[V1WorkflowNodeArtifact]**](V1WorkflowNodeArtifact.md) | Output only. Optional. List of the WorkflowNodeArtifacts produces by the WorkflowNode. | [optional] [readonly]
23
- **status** | [**V1WorkflowNodeStatus**](V1WorkflowNodeStatus.md) | | [optional]
24
- **attributes** | [**V1WorkflowNodeAttributes**](V1WorkflowNodeAttributes.md) | | [optional]
25
- **processed_by_operation** | **str** | Output only. Optional. Resource name of the latest Operation that has processed or is currently processing this WorkflowNode. | [optional] [readonly]
26
-
27
- ## Example
28
-
29
- ```python
30
- from eval_studio_client.api.models.v1_workflow_node import V1WorkflowNode
31
-
32
- # TODO update the JSON string below
33
- json = "{}"
34
- # create an instance of V1WorkflowNode from a JSON string
35
- v1_workflow_node_instance = V1WorkflowNode.from_json(json)
36
- # print the JSON string representation of the object
37
- print(V1WorkflowNode.to_json())
38
-
39
- # convert the object into a dict
40
- v1_workflow_node_dict = v1_workflow_node_instance.to_dict()
41
- # create an instance of V1WorkflowNode from a dict
42
- v1_workflow_node_from_dict = V1WorkflowNode.from_dict(v1_workflow_node_dict)
43
- ```
44
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
45
-
46
-
@@ -1,40 +0,0 @@
1
- # V1WorkflowNodeArtifact
2
-
3
- WorkflowNodeArtifact represents an artifact produced/consumed by a WorkflowNode.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **name** | **str** | Resource name of the Workflow in format of `workflows/{workflow_id}/nodes/{node_id}/artifacts/{artifact_id}`. | [optional]
10
- **parent** | **str** | Output only. Immutable. Resource name of the parent WorkflowNode in format of `workflows/{workflow_id}/nodes/{node_id}`. | [optional] [readonly]
11
- **display_name** | **str** | Human-readable name of the WorkflowNodeArtifact. | [optional]
12
- **description** | **str** | Optional description of the WorkflowNodeArtifact. | [optional]
13
- **create_time** | **datetime** | Output only. Immutable. Creation time of the WorkflowNodeArtifact. | [optional] [readonly]
14
- **creator** | **str** | Output only. Immutable. Name of the user or service that requested creation of the WorkflowNodeArtifact. | [optional] [readonly]
15
- **update_time** | **datetime** | Output only. Optional. Last update time of the WorkflowNodeArtifact. | [optional] [readonly]
16
- **updater** | **str** | Output only. Name of the user or service that requested update of the WorkflowNodeArtifact. | [optional] [readonly]
17
- **delete_time** | **datetime** | Output only. Optional. Deletion time of the WorkflowNodeArtifact. | [optional] [readonly]
18
- **deleter** | **str** | Output only. Name of the user or service that requested deletion of the WorkflowNodeArtifact. | [optional] [readonly]
19
- **mime_type** | **str** | Optional MIME type of the WorkflowNodeArtifact. | [optional]
20
-
21
- ## Example
22
-
23
- ```python
24
- from eval_studio_client.api.models.v1_workflow_node_artifact import V1WorkflowNodeArtifact
25
-
26
- # TODO update the JSON string below
27
- json = "{}"
28
- # create an instance of V1WorkflowNodeArtifact from a JSON string
29
- v1_workflow_node_artifact_instance = V1WorkflowNodeArtifact.from_json(json)
30
- # print the JSON string representation of the object
31
- print(V1WorkflowNodeArtifact.to_json())
32
-
33
- # convert the object into a dict
34
- v1_workflow_node_artifact_dict = v1_workflow_node_artifact_instance.to_dict()
35
- # create an instance of V1WorkflowNodeArtifact from a dict
36
- v1_workflow_node_artifact_from_dict = V1WorkflowNodeArtifact.from_dict(v1_workflow_node_artifact_dict)
37
- ```
38
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
39
-
40
-
@@ -1,29 +0,0 @@
1
- # V1WorkflowNodeArtifacts
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **artifacts** | [**List[V1WorkflowNodeArtifact]**](V1WorkflowNodeArtifact.md) | Output only. List of the WorkflowNodeArtifacts produced by the WorkflowNode. | [optional] [readonly]
9
-
10
- ## Example
11
-
12
- ```python
13
- from eval_studio_client.api.models.v1_workflow_node_artifacts import V1WorkflowNodeArtifacts
14
-
15
- # TODO update the JSON string below
16
- json = "{}"
17
- # create an instance of V1WorkflowNodeArtifacts from a JSON string
18
- v1_workflow_node_artifacts_instance = V1WorkflowNodeArtifacts.from_json(json)
19
- # print the JSON string representation of the object
20
- print(V1WorkflowNodeArtifacts.to_json())
21
-
22
- # convert the object into a dict
23
- v1_workflow_node_artifacts_dict = v1_workflow_node_artifacts_instance.to_dict()
24
- # create an instance of V1WorkflowNodeArtifacts from a dict
25
- v1_workflow_node_artifacts_from_dict = V1WorkflowNodeArtifacts.from_dict(v1_workflow_node_artifacts_dict)
26
- ```
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
28
-
29
-