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.
- eval_studio_client/api/__init__.py +0 -43
- eval_studio_client/api/api/__init__.py +0 -5
- eval_studio_client/api/api/perturbator_service_api.py +1 -268
- eval_studio_client/api/api/test_service_api.py +0 -568
- eval_studio_client/api/docs/PerturbationServiceCreatePerturbationRequest.md +0 -1
- eval_studio_client/api/docs/PerturbatorServiceApi.md +3 -33
- eval_studio_client/api/docs/PromptGenerationServiceAutoGeneratePromptsRequest.md +1 -2
- eval_studio_client/api/docs/RequiredTheTestCaseToUpdate.md +0 -1
- eval_studio_client/api/docs/TestServiceApi.md +0 -140
- eval_studio_client/api/docs/TestServiceGenerateTestCasesRequest.md +0 -1
- eval_studio_client/api/docs/TestServicePerturbTestRequest.md +0 -1
- eval_studio_client/api/docs/V1CreateEvaluationRequest.md +0 -1
- eval_studio_client/api/docs/V1ImportEvaluationRequest.md +0 -1
- eval_studio_client/api/docs/V1TestCase.md +0 -1
- eval_studio_client/api/models/__init__.py +0 -38
- eval_studio_client/api/models/perturbation_service_create_perturbation_request.py +2 -8
- eval_studio_client/api/models/prompt_generation_service_auto_generate_prompts_request.py +3 -5
- eval_studio_client/api/models/required_the_test_case_to_update.py +2 -6
- eval_studio_client/api/models/test_service_generate_test_cases_request.py +2 -4
- eval_studio_client/api/models/test_service_perturb_test_request.py +2 -4
- eval_studio_client/api/models/v1_create_evaluation_request.py +2 -7
- eval_studio_client/api/models/v1_import_evaluation_request.py +2 -7
- eval_studio_client/api/models/v1_test_case.py +2 -6
- eval_studio_client/api/test/test_perturbation_service_create_perturbation_request.py +2 -20
- eval_studio_client/api/test/test_prompt_generation_service_auto_generate_prompts_request.py +1 -4
- eval_studio_client/api/test/test_required_the_test_case_to_update.py +1 -4
- eval_studio_client/api/test/test_test_service_api.py +0 -12
- eval_studio_client/api/test/test_test_service_generate_test_cases_request.py +1 -4
- eval_studio_client/api/test/test_test_service_perturb_test_request.py +1 -4
- eval_studio_client/api/test/test_v1_batch_delete_test_cases_response.py +1 -4
- eval_studio_client/api/test/test_v1_create_evaluation_request.py +2 -20
- eval_studio_client/api/test/test_v1_create_test_case_response.py +1 -4
- eval_studio_client/api/test/test_v1_delete_test_case_response.py +1 -4
- eval_studio_client/api/test/test_v1_evaluation_test.py +1 -4
- eval_studio_client/api/test/test_v1_find_all_test_cases_by_id_response.py +1 -4
- eval_studio_client/api/test/test_v1_get_test_case_response.py +1 -4
- eval_studio_client/api/test/test_v1_import_evaluation_request.py +1 -16
- eval_studio_client/api/test/test_v1_list_test_cases_response.py +1 -4
- eval_studio_client/api/test/test_v1_test_case.py +1 -4
- eval_studio_client/api/test/test_v1_update_test_case_response.py +1 -4
- eval_studio_client/client.py +11 -9
- eval_studio_client/dashboards.py +0 -29
- eval_studio_client/gen/openapiv2/eval_studio.swagger.json +32 -1903
- eval_studio_client/leaderboards.py +0 -123
- eval_studio_client/models.py +42 -3
- eval_studio_client/test_labs.py +21 -49
- eval_studio_client/tests.py +1 -188
- {eval_studio_client-1.0.1.dist-info → eval_studio_client-1.0.3a1.dist-info}/METADATA +3 -2
- {eval_studio_client-1.0.1.dist-info → eval_studio_client-1.0.3a1.dist-info}/RECORD +50 -179
- {eval_studio_client-1.0.1.dist-info → eval_studio_client-1.0.3a1.dist-info}/WHEEL +1 -1
- eval_studio_client/api/api/human_calibration_service_api.py +0 -304
- eval_studio_client/api/api/prompt_library_service_api.py +0 -669
- eval_studio_client/api/api/workflow_edge_service_api.py +0 -296
- eval_studio_client/api/api/workflow_node_service_api.py +0 -1634
- eval_studio_client/api/api/workflow_service_api.py +0 -1609
- eval_studio_client/api/docs/HumanCalibrationServiceApi.md +0 -77
- eval_studio_client/api/docs/PromptLibraryServiceApi.md +0 -155
- eval_studio_client/api/docs/ProtobufNullValue.md +0 -12
- eval_studio_client/api/docs/RequiredTheUpdatedWorkflow.md +0 -44
- eval_studio_client/api/docs/RequiredTheUpdatedWorkflowNode.md +0 -44
- eval_studio_client/api/docs/TestServiceImportTestCasesFromLibraryRequest.md +0 -32
- eval_studio_client/api/docs/TestServiceListTestCaseLibraryItemsRequest.md +0 -35
- eval_studio_client/api/docs/V1BatchDeleteWorkflowsRequest.md +0 -29
- eval_studio_client/api/docs/V1BatchDeleteWorkflowsResponse.md +0 -29
- eval_studio_client/api/docs/V1BatchGetWorkflowEdgesResponse.md +0 -29
- eval_studio_client/api/docs/V1BatchGetWorkflowNodesResponse.md +0 -29
- eval_studio_client/api/docs/V1CreateWorkflowResponse.md +0 -29
- eval_studio_client/api/docs/V1DeleteWorkflowNodeResponse.md +0 -29
- eval_studio_client/api/docs/V1DeleteWorkflowResponse.md +0 -29
- eval_studio_client/api/docs/V1EstimateThresholdRequest.md +0 -33
- eval_studio_client/api/docs/V1GetWorkflowNodePrerequisitesResponse.md +0 -30
- eval_studio_client/api/docs/V1GetWorkflowNodeResponse.md +0 -29
- eval_studio_client/api/docs/V1GetWorkflowResponse.md +0 -29
- eval_studio_client/api/docs/V1ImportTestCasesFromLibraryResponse.md +0 -29
- eval_studio_client/api/docs/V1ImportTestCasesRequest.md +0 -33
- eval_studio_client/api/docs/V1LabeledTestCase.md +0 -31
- eval_studio_client/api/docs/V1ListPromptLibraryItemsResponse.md +0 -29
- eval_studio_client/api/docs/V1ListTestCaseLibraryItemsResponse.md +0 -29
- eval_studio_client/api/docs/V1ListWorkflowsResponse.md +0 -29
- eval_studio_client/api/docs/V1ProcessWorkflowNodeResponse.md +0 -29
- eval_studio_client/api/docs/V1PromptLibraryItem.md +0 -42
- eval_studio_client/api/docs/V1TestSuiteEvaluates.md +0 -11
- eval_studio_client/api/docs/V1UpdateWorkflowNodeResponse.md +0 -29
- eval_studio_client/api/docs/V1UpdateWorkflowResponse.md +0 -29
- eval_studio_client/api/docs/V1Workflow.md +0 -46
- eval_studio_client/api/docs/V1WorkflowEdge.md +0 -40
- eval_studio_client/api/docs/V1WorkflowEdgeType.md +0 -12
- eval_studio_client/api/docs/V1WorkflowNode.md +0 -46
- eval_studio_client/api/docs/V1WorkflowNodeArtifact.md +0 -40
- eval_studio_client/api/docs/V1WorkflowNodeArtifacts.md +0 -29
- eval_studio_client/api/docs/V1WorkflowNodeAttributes.md +0 -30
- eval_studio_client/api/docs/V1WorkflowNodeStatus.md +0 -12
- eval_studio_client/api/docs/V1WorkflowNodeType.md +0 -12
- eval_studio_client/api/docs/V1WorkflowNodeView.md +0 -12
- eval_studio_client/api/docs/V1WorkflowType.md +0 -12
- eval_studio_client/api/docs/WorkflowEdgeServiceApi.md +0 -76
- eval_studio_client/api/docs/WorkflowNodeServiceApi.md +0 -423
- eval_studio_client/api/docs/WorkflowServiceApi.md +0 -417
- eval_studio_client/api/models/protobuf_null_value.py +0 -36
- eval_studio_client/api/models/required_the_updated_workflow.py +0 -152
- eval_studio_client/api/models/required_the_updated_workflow_node.py +0 -152
- eval_studio_client/api/models/test_service_import_test_cases_from_library_request.py +0 -93
- eval_studio_client/api/models/test_service_list_test_case_library_items_request.py +0 -99
- eval_studio_client/api/models/v1_batch_delete_workflows_request.py +0 -87
- eval_studio_client/api/models/v1_batch_delete_workflows_response.py +0 -95
- eval_studio_client/api/models/v1_batch_get_workflow_edges_response.py +0 -95
- eval_studio_client/api/models/v1_batch_get_workflow_nodes_response.py +0 -95
- eval_studio_client/api/models/v1_create_workflow_response.py +0 -91
- eval_studio_client/api/models/v1_delete_workflow_node_response.py +0 -91
- eval_studio_client/api/models/v1_delete_workflow_response.py +0 -91
- eval_studio_client/api/models/v1_estimate_threshold_request.py +0 -103
- eval_studio_client/api/models/v1_get_workflow_node_prerequisites_response.py +0 -89
- eval_studio_client/api/models/v1_get_workflow_node_response.py +0 -91
- eval_studio_client/api/models/v1_get_workflow_response.py +0 -91
- eval_studio_client/api/models/v1_import_test_cases_from_library_response.py +0 -91
- eval_studio_client/api/models/v1_import_test_cases_request.py +0 -95
- eval_studio_client/api/models/v1_labeled_test_case.py +0 -91
- eval_studio_client/api/models/v1_list_prompt_library_items_response.py +0 -95
- eval_studio_client/api/models/v1_list_test_case_library_items_response.py +0 -95
- eval_studio_client/api/models/v1_list_workflows_response.py +0 -95
- eval_studio_client/api/models/v1_process_workflow_node_response.py +0 -91
- eval_studio_client/api/models/v1_prompt_library_item.py +0 -129
- eval_studio_client/api/models/v1_test_suite_evaluates.py +0 -39
- eval_studio_client/api/models/v1_update_workflow_node_response.py +0 -91
- eval_studio_client/api/models/v1_update_workflow_response.py +0 -91
- eval_studio_client/api/models/v1_workflow.py +0 -156
- eval_studio_client/api/models/v1_workflow_edge.py +0 -123
- eval_studio_client/api/models/v1_workflow_edge_type.py +0 -37
- eval_studio_client/api/models/v1_workflow_node.py +0 -156
- eval_studio_client/api/models/v1_workflow_node_artifact.py +0 -122
- eval_studio_client/api/models/v1_workflow_node_artifacts.py +0 -97
- eval_studio_client/api/models/v1_workflow_node_attributes.py +0 -87
- eval_studio_client/api/models/v1_workflow_node_status.py +0 -40
- eval_studio_client/api/models/v1_workflow_node_type.py +0 -41
- eval_studio_client/api/models/v1_workflow_node_view.py +0 -38
- eval_studio_client/api/models/v1_workflow_type.py +0 -37
- eval_studio_client/api/test/test_human_calibration_service_api.py +0 -38
- eval_studio_client/api/test/test_prompt_library_service_api.py +0 -43
- eval_studio_client/api/test/test_protobuf_null_value.py +0 -33
- eval_studio_client/api/test/test_required_the_updated_workflow.py +0 -88
- eval_studio_client/api/test/test_required_the_updated_workflow_node.py +0 -80
- eval_studio_client/api/test/test_test_service_import_test_cases_from_library_request.py +0 -56
- eval_studio_client/api/test/test_test_service_list_test_case_library_items_request.py +0 -63
- eval_studio_client/api/test/test_v1_batch_delete_workflows_request.py +0 -53
- eval_studio_client/api/test/test_v1_batch_delete_workflows_response.py +0 -92
- eval_studio_client/api/test/test_v1_batch_get_workflow_edges_response.py +0 -64
- eval_studio_client/api/test/test_v1_batch_get_workflow_nodes_response.py +0 -84
- eval_studio_client/api/test/test_v1_create_workflow_response.py +0 -90
- eval_studio_client/api/test/test_v1_delete_workflow_node_response.py +0 -82
- eval_studio_client/api/test/test_v1_delete_workflow_response.py +0 -90
- eval_studio_client/api/test/test_v1_estimate_threshold_request.py +0 -60
- eval_studio_client/api/test/test_v1_get_workflow_node_prerequisites_response.py +0 -56
- eval_studio_client/api/test/test_v1_get_workflow_node_response.py +0 -82
- eval_studio_client/api/test/test_v1_get_workflow_response.py +0 -90
- eval_studio_client/api/test/test_v1_import_test_cases_from_library_response.py +0 -71
- eval_studio_client/api/test/test_v1_import_test_cases_request.py +0 -57
- eval_studio_client/api/test/test_v1_labeled_test_case.py +0 -53
- eval_studio_client/api/test/test_v1_list_prompt_library_items_response.py +0 -71
- eval_studio_client/api/test/test_v1_list_test_case_library_items_response.py +0 -71
- eval_studio_client/api/test/test_v1_list_workflows_response.py +0 -92
- eval_studio_client/api/test/test_v1_process_workflow_node_response.py +0 -71
- eval_studio_client/api/test/test_v1_prompt_library_item.py +0 -68
- eval_studio_client/api/test/test_v1_test_suite_evaluates.py +0 -33
- eval_studio_client/api/test/test_v1_update_workflow_node_response.py +0 -82
- eval_studio_client/api/test/test_v1_update_workflow_response.py +0 -90
- eval_studio_client/api/test/test_v1_workflow.py +0 -89
- eval_studio_client/api/test/test_v1_workflow_edge.py +0 -61
- eval_studio_client/api/test/test_v1_workflow_edge_type.py +0 -33
- eval_studio_client/api/test/test_v1_workflow_node.py +0 -81
- eval_studio_client/api/test/test_v1_workflow_node_artifact.py +0 -61
- eval_studio_client/api/test/test_v1_workflow_node_artifacts.py +0 -64
- eval_studio_client/api/test/test_v1_workflow_node_attributes.py +0 -51
- eval_studio_client/api/test/test_v1_workflow_node_status.py +0 -33
- eval_studio_client/api/test/test_v1_workflow_node_type.py +0 -33
- eval_studio_client/api/test/test_v1_workflow_node_view.py +0 -33
- eval_studio_client/api/test/test_v1_workflow_type.py +0 -33
- eval_studio_client/api/test/test_workflow_edge_service_api.py +0 -38
- eval_studio_client/api/test/test_workflow_node_service_api.py +0 -73
- eval_studio_client/api/test/test_workflow_service_api.py +0 -73
|
@@ -17,9 +17,6 @@
|
|
|
17
17
|
{
|
|
18
18
|
"name": "EvaluatorService"
|
|
19
19
|
},
|
|
20
|
-
{
|
|
21
|
-
"name": "HumanCalibrationService"
|
|
22
|
-
},
|
|
23
20
|
{
|
|
24
21
|
"name": "InfoService"
|
|
25
22
|
},
|
|
@@ -44,9 +41,6 @@
|
|
|
44
41
|
{
|
|
45
42
|
"name": "PromptGenerationService"
|
|
46
43
|
},
|
|
47
|
-
{
|
|
48
|
-
"name": "PromptLibraryService"
|
|
49
|
-
},
|
|
50
44
|
{
|
|
51
45
|
"name": "TestCaseService"
|
|
52
46
|
},
|
|
@@ -61,15 +55,6 @@
|
|
|
61
55
|
},
|
|
62
56
|
{
|
|
63
57
|
"name": "WhoAmIService"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"name": "WorkflowEdgeService"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"name": "WorkflowNodeService"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"name": "WorkflowService"
|
|
73
58
|
}
|
|
74
59
|
],
|
|
75
60
|
"consumes": [
|
|
@@ -1521,247 +1506,11 @@
|
|
|
1521
1506
|
}
|
|
1522
1507
|
}
|
|
1523
1508
|
},
|
|
1524
|
-
"parameters": [
|
|
1525
|
-
{
|
|
1526
|
-
"name": "defaultH2ogpteModel.name",
|
|
1527
|
-
"description": "Output only. Name of the Model resource. e.g.: \"models/\u003cUUID\u003e\"",
|
|
1528
|
-
"in": "query",
|
|
1529
|
-
"required": false,
|
|
1530
|
-
"type": "string"
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"name": "defaultH2ogpteModel.createTime",
|
|
1534
|
-
"description": "Output only. Timestamp when the Model was created.",
|
|
1535
|
-
"in": "query",
|
|
1536
|
-
"required": false,
|
|
1537
|
-
"type": "string",
|
|
1538
|
-
"format": "date-time"
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "defaultH2ogpteModel.creator",
|
|
1542
|
-
"description": "Output only. Name of the user or service that requested creation of the Model.",
|
|
1543
|
-
"in": "query",
|
|
1544
|
-
"required": false,
|
|
1545
|
-
"type": "string"
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
"name": "defaultH2ogpteModel.updateTime",
|
|
1549
|
-
"description": "Output only. Optional. Timestamp when the Model was last updated.",
|
|
1550
|
-
"in": "query",
|
|
1551
|
-
"required": false,
|
|
1552
|
-
"type": "string",
|
|
1553
|
-
"format": "date-time"
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"name": "defaultH2ogpteModel.updater",
|
|
1557
|
-
"description": "Output only. Optional. Name of the user or service that requested update of the Model.",
|
|
1558
|
-
"in": "query",
|
|
1559
|
-
"required": false,
|
|
1560
|
-
"type": "string"
|
|
1561
|
-
},
|
|
1562
|
-
{
|
|
1563
|
-
"name": "defaultH2ogpteModel.deleteTime",
|
|
1564
|
-
"description": "Output only. Optional. Set when the Model is deleted. When set Model should be considered as\ndeleted.",
|
|
1565
|
-
"in": "query",
|
|
1566
|
-
"required": false,
|
|
1567
|
-
"type": "string",
|
|
1568
|
-
"format": "date-time"
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"name": "defaultH2ogpteModel.deleter",
|
|
1572
|
-
"description": "Output only. Optional. Name of the user or service that requested deletion of the Model.",
|
|
1573
|
-
"in": "query",
|
|
1574
|
-
"required": false,
|
|
1575
|
-
"type": "string"
|
|
1576
|
-
},
|
|
1577
|
-
{
|
|
1578
|
-
"name": "defaultH2ogpteModel.displayName",
|
|
1579
|
-
"description": "Human readable name of the Model.",
|
|
1580
|
-
"in": "query",
|
|
1581
|
-
"required": false,
|
|
1582
|
-
"type": "string"
|
|
1583
|
-
},
|
|
1584
|
-
{
|
|
1585
|
-
"name": "defaultH2ogpteModel.description",
|
|
1586
|
-
"description": "Optional. Arbitrary description of the Model.",
|
|
1587
|
-
"in": "query",
|
|
1588
|
-
"required": false,
|
|
1589
|
-
"type": "string"
|
|
1590
|
-
},
|
|
1591
|
-
{
|
|
1592
|
-
"name": "defaultH2ogpteModel.url",
|
|
1593
|
-
"description": "Optional. Immutable. Absolute URL to the Model.",
|
|
1594
|
-
"in": "query",
|
|
1595
|
-
"required": false,
|
|
1596
|
-
"type": "string"
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"name": "defaultH2ogpteModel.apiKey",
|
|
1600
|
-
"description": "Optional. API key used to access the Model. Not set for read calls (i.e. get, list) by public\nclients (front-end). Set only for internal (server-to-worker) communication.",
|
|
1601
|
-
"in": "query",
|
|
1602
|
-
"required": false,
|
|
1603
|
-
"type": "string"
|
|
1604
|
-
},
|
|
1605
|
-
{
|
|
1606
|
-
"name": "defaultH2ogpteModel.type",
|
|
1607
|
-
"description": "Immutable. Type of this Model.\n\n - MODEL_TYPE_UNSPECIFIED: Unspecified type.\n - MODEL_TYPE_H2OGPTE_RAG: h2oGPTe RAG.\n - MODEL_TYPE_OPENAI_RAG: OpenAI Assistant RAG.\n - MODEL_TYPE_H2OGPTE_LLM: h2oGPTe LLM.\n - MODEL_TYPE_H2OGPT_LLM: h2oGPT LLM.\n - MODEL_TYPE_OPENAI_CHAT: OpenAI chat.\n - MODEL_TYPE_AZURE_OPENAI_CHAT: Microsoft Azure hosted OpenAI Chat.\n - MODEL_TYPE_OPENAI_API_CHAT: OpenAI API chat.\n - MODEL_TYPE_H2OLLMOPS: H2O LLMOps.\n - MODEL_TYPE_OLLAMA: Ollama.\n - MODEL_TYPE_AMAZON_BEDROCK: Amazon Bedrock.",
|
|
1608
|
-
"in": "query",
|
|
1609
|
-
"required": false,
|
|
1610
|
-
"type": "string",
|
|
1611
|
-
"enum": [
|
|
1612
|
-
"MODEL_TYPE_UNSPECIFIED",
|
|
1613
|
-
"MODEL_TYPE_H2OGPTE_RAG",
|
|
1614
|
-
"MODEL_TYPE_OPENAI_RAG",
|
|
1615
|
-
"MODEL_TYPE_H2OGPTE_LLM",
|
|
1616
|
-
"MODEL_TYPE_H2OGPT_LLM",
|
|
1617
|
-
"MODEL_TYPE_OPENAI_CHAT",
|
|
1618
|
-
"MODEL_TYPE_AZURE_OPENAI_CHAT",
|
|
1619
|
-
"MODEL_TYPE_OPENAI_API_CHAT",
|
|
1620
|
-
"MODEL_TYPE_H2OLLMOPS",
|
|
1621
|
-
"MODEL_TYPE_OLLAMA",
|
|
1622
|
-
"MODEL_TYPE_AMAZON_BEDROCK"
|
|
1623
|
-
],
|
|
1624
|
-
"default": "MODEL_TYPE_UNSPECIFIED"
|
|
1625
|
-
},
|
|
1626
|
-
{
|
|
1627
|
-
"name": "defaultH2ogpteModel.parameters",
|
|
1628
|
-
"description": "Optional. Model specific parameters in JSON format.",
|
|
1629
|
-
"in": "query",
|
|
1630
|
-
"required": false,
|
|
1631
|
-
"type": "string"
|
|
1632
|
-
},
|
|
1633
|
-
{
|
|
1634
|
-
"name": "defaultH2ogpteModel.demo",
|
|
1635
|
-
"description": "Output only. Whether the Model is a demo resource or not. Demo resources are read only.",
|
|
1636
|
-
"in": "query",
|
|
1637
|
-
"required": false,
|
|
1638
|
-
"type": "boolean"
|
|
1639
|
-
}
|
|
1640
|
-
],
|
|
1641
1509
|
"tags": [
|
|
1642
1510
|
"PerturbatorService"
|
|
1643
1511
|
]
|
|
1644
1512
|
}
|
|
1645
1513
|
},
|
|
1646
|
-
"/v1/promptLibraryItems": {
|
|
1647
|
-
"get": {
|
|
1648
|
-
"operationId": "PromptLibraryService_ListPromptLibraryItems",
|
|
1649
|
-
"responses": {
|
|
1650
|
-
"200": {
|
|
1651
|
-
"description": "A successful response.",
|
|
1652
|
-
"schema": {
|
|
1653
|
-
"$ref": "#/definitions/v1ListPromptLibraryItemsResponse"
|
|
1654
|
-
}
|
|
1655
|
-
},
|
|
1656
|
-
"default": {
|
|
1657
|
-
"description": "An unexpected error response.",
|
|
1658
|
-
"schema": {
|
|
1659
|
-
"$ref": "#/definitions/rpcStatus"
|
|
1660
|
-
}
|
|
1661
|
-
}
|
|
1662
|
-
},
|
|
1663
|
-
"parameters": [
|
|
1664
|
-
{
|
|
1665
|
-
"name": "filterByCategories",
|
|
1666
|
-
"description": "Optional. Filter by categories.",
|
|
1667
|
-
"in": "query",
|
|
1668
|
-
"required": false,
|
|
1669
|
-
"type": "array",
|
|
1670
|
-
"items": {
|
|
1671
|
-
"type": "string"
|
|
1672
|
-
},
|
|
1673
|
-
"collectionFormat": "multi"
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"name": "filterByPurposes",
|
|
1677
|
-
"description": "Optional. Filter by purposes.",
|
|
1678
|
-
"in": "query",
|
|
1679
|
-
"required": false,
|
|
1680
|
-
"type": "array",
|
|
1681
|
-
"items": {
|
|
1682
|
-
"type": "string"
|
|
1683
|
-
},
|
|
1684
|
-
"collectionFormat": "multi"
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "filterByEvaluates",
|
|
1688
|
-
"description": "Optional. Filter by evaluates.",
|
|
1689
|
-
"in": "query",
|
|
1690
|
-
"required": false,
|
|
1691
|
-
"type": "array",
|
|
1692
|
-
"items": {
|
|
1693
|
-
"type": "string"
|
|
1694
|
-
},
|
|
1695
|
-
"collectionFormat": "multi"
|
|
1696
|
-
},
|
|
1697
|
-
{
|
|
1698
|
-
"name": "filterByOrigin",
|
|
1699
|
-
"description": "Optional. Filter by origin.",
|
|
1700
|
-
"in": "query",
|
|
1701
|
-
"required": false,
|
|
1702
|
-
"type": "string"
|
|
1703
|
-
},
|
|
1704
|
-
{
|
|
1705
|
-
"name": "filterByTestCaseCount",
|
|
1706
|
-
"description": "Optional. Filter by test case count.",
|
|
1707
|
-
"in": "query",
|
|
1708
|
-
"required": false,
|
|
1709
|
-
"type": "integer",
|
|
1710
|
-
"format": "int64"
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"name": "filterByTestCount",
|
|
1714
|
-
"description": "Optional. Filter by test count.",
|
|
1715
|
-
"in": "query",
|
|
1716
|
-
"required": false,
|
|
1717
|
-
"type": "integer",
|
|
1718
|
-
"format": "int64"
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"name": "filterByFts",
|
|
1722
|
-
"description": "Optional. Filter by FTS.",
|
|
1723
|
-
"in": "query",
|
|
1724
|
-
"required": false,
|
|
1725
|
-
"type": "string"
|
|
1726
|
-
}
|
|
1727
|
-
],
|
|
1728
|
-
"tags": [
|
|
1729
|
-
"PromptLibraryService"
|
|
1730
|
-
]
|
|
1731
|
-
}
|
|
1732
|
-
},
|
|
1733
|
-
"/v1/promptLibraryItems:importTestCases": {
|
|
1734
|
-
"post": {
|
|
1735
|
-
"operationId": "PromptLibraryService_ImportTestCases",
|
|
1736
|
-
"responses": {
|
|
1737
|
-
"200": {
|
|
1738
|
-
"description": "A successful response.",
|
|
1739
|
-
"schema": {
|
|
1740
|
-
"$ref": "#/definitions/v1Operation"
|
|
1741
|
-
}
|
|
1742
|
-
},
|
|
1743
|
-
"default": {
|
|
1744
|
-
"description": "An unexpected error response.",
|
|
1745
|
-
"schema": {
|
|
1746
|
-
"$ref": "#/definitions/rpcStatus"
|
|
1747
|
-
}
|
|
1748
|
-
}
|
|
1749
|
-
},
|
|
1750
|
-
"parameters": [
|
|
1751
|
-
{
|
|
1752
|
-
"name": "body",
|
|
1753
|
-
"in": "body",
|
|
1754
|
-
"required": true,
|
|
1755
|
-
"schema": {
|
|
1756
|
-
"$ref": "#/definitions/v1ImportTestCasesRequest"
|
|
1757
|
-
}
|
|
1758
|
-
}
|
|
1759
|
-
],
|
|
1760
|
-
"tags": [
|
|
1761
|
-
"PromptLibraryService"
|
|
1762
|
-
]
|
|
1763
|
-
}
|
|
1764
|
-
},
|
|
1765
1514
|
"/v1/testClasses": {
|
|
1766
1515
|
"get": {
|
|
1767
1516
|
"operationId": "TestClassService_ListTestClasses",
|
|
@@ -2135,36 +1884,14 @@
|
|
|
2135
1884
|
]
|
|
2136
1885
|
}
|
|
2137
1886
|
},
|
|
2138
|
-
"/v1/
|
|
2139
|
-
"
|
|
2140
|
-
"
|
|
2141
|
-
"operationId": "WorkflowService_ListWorkflows",
|
|
2142
|
-
"responses": {
|
|
2143
|
-
"200": {
|
|
2144
|
-
"description": "A successful response.",
|
|
2145
|
-
"schema": {
|
|
2146
|
-
"$ref": "#/definitions/v1ListWorkflowsResponse"
|
|
2147
|
-
}
|
|
2148
|
-
},
|
|
2149
|
-
"default": {
|
|
2150
|
-
"description": "An unexpected error response.",
|
|
2151
|
-
"schema": {
|
|
2152
|
-
"$ref": "#/definitions/rpcStatus"
|
|
2153
|
-
}
|
|
2154
|
-
}
|
|
2155
|
-
},
|
|
2156
|
-
"tags": [
|
|
2157
|
-
"WorkflowService"
|
|
2158
|
-
]
|
|
2159
|
-
},
|
|
2160
|
-
"post": {
|
|
2161
|
-
"summary": "CreateWorkflow creates a Workflow.",
|
|
2162
|
-
"operationId": "WorkflowService_CreateWorkflow",
|
|
1887
|
+
"/v1/{dashboard.name}": {
|
|
1888
|
+
"patch": {
|
|
1889
|
+
"operationId": "DashboardService_UpdateDashboard",
|
|
2163
1890
|
"responses": {
|
|
2164
1891
|
"200": {
|
|
2165
1892
|
"description": "A successful response.",
|
|
2166
1893
|
"schema": {
|
|
2167
|
-
"$ref": "#/definitions/
|
|
1894
|
+
"$ref": "#/definitions/v1UpdateDashboardResponse"
|
|
2168
1895
|
}
|
|
2169
1896
|
},
|
|
2170
1897
|
"default": {
|
|
@@ -2176,167 +1903,16 @@
|
|
|
2176
1903
|
},
|
|
2177
1904
|
"parameters": [
|
|
2178
1905
|
{
|
|
2179
|
-
"name": "
|
|
2180
|
-
"description": "
|
|
2181
|
-
"in": "
|
|
2182
|
-
"required": true,
|
|
2183
|
-
"
|
|
2184
|
-
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
"WorkflowService"
|
|
2190
|
-
]
|
|
2191
|
-
}
|
|
2192
|
-
},
|
|
2193
|
-
"/v1/workflows/*/edges:batchGet": {
|
|
2194
|
-
"get": {
|
|
2195
|
-
"summary": "Retrieves all WorkflowEdges with the specified resource names. If any of the WorkflowEdges do\nnot exist an error is returned. The order of resource names in the request and the returned\nWorkflowEdges might differ.",
|
|
2196
|
-
"operationId": "WorkflowEdgeService_BatchGetWorkflowEdges",
|
|
2197
|
-
"responses": {
|
|
2198
|
-
"200": {
|
|
2199
|
-
"description": "A successful response.",
|
|
2200
|
-
"schema": {
|
|
2201
|
-
"$ref": "#/definitions/v1BatchGetWorkflowEdgesResponse"
|
|
2202
|
-
}
|
|
2203
|
-
},
|
|
2204
|
-
"default": {
|
|
2205
|
-
"description": "An unexpected error response.",
|
|
2206
|
-
"schema": {
|
|
2207
|
-
"$ref": "#/definitions/rpcStatus"
|
|
2208
|
-
}
|
|
2209
|
-
}
|
|
2210
|
-
},
|
|
2211
|
-
"parameters": [
|
|
2212
|
-
{
|
|
2213
|
-
"name": "names",
|
|
2214
|
-
"description": "Required. The resource names of the WorkflowEdges to retrieve. Maximum 1000 items.",
|
|
2215
|
-
"in": "query",
|
|
2216
|
-
"required": false,
|
|
2217
|
-
"type": "array",
|
|
2218
|
-
"items": {
|
|
2219
|
-
"type": "string"
|
|
2220
|
-
},
|
|
2221
|
-
"collectionFormat": "multi"
|
|
2222
|
-
}
|
|
2223
|
-
],
|
|
2224
|
-
"tags": [
|
|
2225
|
-
"WorkflowEdgeService"
|
|
2226
|
-
]
|
|
2227
|
-
}
|
|
2228
|
-
},
|
|
2229
|
-
"/v1/workflows/*/nodes:batchGet": {
|
|
2230
|
-
"get": {
|
|
2231
|
-
"summary": "BatchGetWorkflowNodes retrieves all WorkflowNodes with the specified resource names. If any of\nthe WorkflowNodes do not exist an error is returned. Deleted WorkflowNodes are returned without\nerror. The order of resource names in the request and the returned WorkflowNodes might differ.",
|
|
2232
|
-
"operationId": "WorkflowNodeService_BatchGetWorkflowNodes",
|
|
2233
|
-
"responses": {
|
|
2234
|
-
"200": {
|
|
2235
|
-
"description": "A successful response.",
|
|
2236
|
-
"schema": {
|
|
2237
|
-
"$ref": "#/definitions/v1BatchGetWorkflowNodesResponse"
|
|
2238
|
-
}
|
|
2239
|
-
},
|
|
2240
|
-
"default": {
|
|
2241
|
-
"description": "An unexpected error response.",
|
|
2242
|
-
"schema": {
|
|
2243
|
-
"$ref": "#/definitions/rpcStatus"
|
|
2244
|
-
}
|
|
2245
|
-
}
|
|
2246
|
-
},
|
|
2247
|
-
"parameters": [
|
|
2248
|
-
{
|
|
2249
|
-
"name": "names",
|
|
2250
|
-
"description": "Required. The resource names of the WorkflowNodes to retrieve. Maximum 1000 items.",
|
|
2251
|
-
"in": "query",
|
|
2252
|
-
"required": false,
|
|
2253
|
-
"type": "array",
|
|
2254
|
-
"items": {
|
|
2255
|
-
"type": "string"
|
|
2256
|
-
},
|
|
2257
|
-
"collectionFormat": "multi"
|
|
2258
|
-
},
|
|
2259
|
-
{
|
|
2260
|
-
"name": "view",
|
|
2261
|
-
"description": "Optional. The level of detail to include in the response.\n\n - WORKFLOW_NODE_VIEW_UNSPECIFIED: Unspecified view.\n - WORKFLOW_NODE_VIEW_BASIC: Basic view. Lacks large data fields. TODO: describe what fields are omitted.\n - WORKFLOW_NODE_VIEW_FULL: Full view. Contains all fields.",
|
|
2262
|
-
"in": "query",
|
|
2263
|
-
"required": false,
|
|
2264
|
-
"type": "string",
|
|
2265
|
-
"enum": [
|
|
2266
|
-
"WORKFLOW_NODE_VIEW_UNSPECIFIED",
|
|
2267
|
-
"WORKFLOW_NODE_VIEW_BASIC",
|
|
2268
|
-
"WORKFLOW_NODE_VIEW_FULL"
|
|
2269
|
-
],
|
|
2270
|
-
"default": "WORKFLOW_NODE_VIEW_UNSPECIFIED"
|
|
2271
|
-
}
|
|
2272
|
-
],
|
|
2273
|
-
"tags": [
|
|
2274
|
-
"WorkflowNodeService"
|
|
2275
|
-
]
|
|
2276
|
-
}
|
|
2277
|
-
},
|
|
2278
|
-
"/v1/workflows:batchDelete": {
|
|
2279
|
-
"post": {
|
|
2280
|
-
"summary": "BatchDeleteWorkflows deletes Workflows by names. If any of the Workflows do not exist an error\nis returned.",
|
|
2281
|
-
"operationId": "WorkflowService_BatchDeleteWorkflows",
|
|
2282
|
-
"responses": {
|
|
2283
|
-
"200": {
|
|
2284
|
-
"description": "A successful response.",
|
|
2285
|
-
"schema": {
|
|
2286
|
-
"$ref": "#/definitions/v1BatchDeleteWorkflowsResponse"
|
|
2287
|
-
}
|
|
2288
|
-
},
|
|
2289
|
-
"default": {
|
|
2290
|
-
"description": "An unexpected error response.",
|
|
2291
|
-
"schema": {
|
|
2292
|
-
"$ref": "#/definitions/rpcStatus"
|
|
2293
|
-
}
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
"parameters": [
|
|
2297
|
-
{
|
|
2298
|
-
"name": "body",
|
|
2299
|
-
"in": "body",
|
|
2300
|
-
"required": true,
|
|
2301
|
-
"schema": {
|
|
2302
|
-
"$ref": "#/definitions/v1BatchDeleteWorkflowsRequest"
|
|
2303
|
-
}
|
|
2304
|
-
}
|
|
2305
|
-
],
|
|
2306
|
-
"tags": [
|
|
2307
|
-
"WorkflowService"
|
|
2308
|
-
]
|
|
2309
|
-
}
|
|
2310
|
-
},
|
|
2311
|
-
"/v1/{dashboard.name}": {
|
|
2312
|
-
"patch": {
|
|
2313
|
-
"operationId": "DashboardService_UpdateDashboard",
|
|
2314
|
-
"responses": {
|
|
2315
|
-
"200": {
|
|
2316
|
-
"description": "A successful response.",
|
|
2317
|
-
"schema": {
|
|
2318
|
-
"$ref": "#/definitions/v1UpdateDashboardResponse"
|
|
2319
|
-
}
|
|
2320
|
-
},
|
|
2321
|
-
"default": {
|
|
2322
|
-
"description": "An unexpected error response.",
|
|
2323
|
-
"schema": {
|
|
2324
|
-
"$ref": "#/definitions/rpcStatus"
|
|
2325
|
-
}
|
|
2326
|
-
}
|
|
2327
|
-
},
|
|
2328
|
-
"parameters": [
|
|
2329
|
-
{
|
|
2330
|
-
"name": "dashboard.name",
|
|
2331
|
-
"description": "Output only. Name of the Dashboard resource. e.g.: \"dashboards/\u003cUUID\u003e\"",
|
|
2332
|
-
"in": "path",
|
|
2333
|
-
"required": true,
|
|
2334
|
-
"type": "string",
|
|
2335
|
-
"pattern": "dashboards/[^/]+"
|
|
2336
|
-
},
|
|
2337
|
-
{
|
|
2338
|
-
"name": "dashboard",
|
|
2339
|
-
"description": "Required. The Dashboard to update.\n\nThe Dashboard's `name` field is used to identify the Dashboard to update. Format:\ndashboards/{dashboard}",
|
|
1906
|
+
"name": "dashboard.name",
|
|
1907
|
+
"description": "Output only. Name of the Dashboard resource. e.g.: \"dashboards/\u003cUUID\u003e\"",
|
|
1908
|
+
"in": "path",
|
|
1909
|
+
"required": true,
|
|
1910
|
+
"type": "string",
|
|
1911
|
+
"pattern": "dashboards/[^/]+"
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
"name": "dashboard",
|
|
1915
|
+
"description": "Required. The Dashboard to update.\n\nThe Dashboard's `name` field is used to identify the Dashboard to update. Format:\ndashboards/{dashboard}",
|
|
2340
1916
|
"in": "body",
|
|
2341
1917
|
"required": true,
|
|
2342
1918
|
"schema": {
|
|
@@ -2787,85 +2363,6 @@
|
|
|
2787
2363
|
]
|
|
2788
2364
|
}
|
|
2789
2365
|
},
|
|
2790
|
-
"/v1/{name_10}": {
|
|
2791
|
-
"get": {
|
|
2792
|
-
"summary": "GetWorkflowNode retrieves a WorkflowNode by name. Deleted WorkflowNode is returned without\nerror, it has a delete_time and deleter fields set.",
|
|
2793
|
-
"operationId": "WorkflowNodeService_GetWorkflowNode",
|
|
2794
|
-
"responses": {
|
|
2795
|
-
"200": {
|
|
2796
|
-
"description": "A successful response.",
|
|
2797
|
-
"schema": {
|
|
2798
|
-
"$ref": "#/definitions/v1GetWorkflowNodeResponse"
|
|
2799
|
-
}
|
|
2800
|
-
},
|
|
2801
|
-
"default": {
|
|
2802
|
-
"description": "An unexpected error response.",
|
|
2803
|
-
"schema": {
|
|
2804
|
-
"$ref": "#/definitions/rpcStatus"
|
|
2805
|
-
}
|
|
2806
|
-
}
|
|
2807
|
-
},
|
|
2808
|
-
"parameters": [
|
|
2809
|
-
{
|
|
2810
|
-
"name": "name_10",
|
|
2811
|
-
"description": "Required. The name of the WorkflowNode to retrieve.",
|
|
2812
|
-
"in": "path",
|
|
2813
|
-
"required": true,
|
|
2814
|
-
"type": "string",
|
|
2815
|
-
"pattern": "workflows/[^/]+/nodes/[^/]+"
|
|
2816
|
-
},
|
|
2817
|
-
{
|
|
2818
|
-
"name": "view",
|
|
2819
|
-
"description": "Optional. The level of detail to include in the response.\n\n - WORKFLOW_NODE_VIEW_UNSPECIFIED: Unspecified view.\n - WORKFLOW_NODE_VIEW_BASIC: Basic view. Lacks large data fields. TODO: describe what fields are omitted.\n - WORKFLOW_NODE_VIEW_FULL: Full view. Contains all fields.",
|
|
2820
|
-
"in": "query",
|
|
2821
|
-
"required": false,
|
|
2822
|
-
"type": "string",
|
|
2823
|
-
"enum": [
|
|
2824
|
-
"WORKFLOW_NODE_VIEW_UNSPECIFIED",
|
|
2825
|
-
"WORKFLOW_NODE_VIEW_BASIC",
|
|
2826
|
-
"WORKFLOW_NODE_VIEW_FULL"
|
|
2827
|
-
],
|
|
2828
|
-
"default": "WORKFLOW_NODE_VIEW_UNSPECIFIED"
|
|
2829
|
-
}
|
|
2830
|
-
],
|
|
2831
|
-
"tags": [
|
|
2832
|
-
"WorkflowNodeService"
|
|
2833
|
-
]
|
|
2834
|
-
}
|
|
2835
|
-
},
|
|
2836
|
-
"/v1/{name_11}": {
|
|
2837
|
-
"get": {
|
|
2838
|
-
"summary": "GetWorkflow retrieves a Workflow by name. Deleted Workflow is returned without error, it has a\ndelete_time and deleter fields set.",
|
|
2839
|
-
"operationId": "WorkflowService_GetWorkflow",
|
|
2840
|
-
"responses": {
|
|
2841
|
-
"200": {
|
|
2842
|
-
"description": "A successful response.",
|
|
2843
|
-
"schema": {
|
|
2844
|
-
"$ref": "#/definitions/v1GetWorkflowResponse"
|
|
2845
|
-
}
|
|
2846
|
-
},
|
|
2847
|
-
"default": {
|
|
2848
|
-
"description": "An unexpected error response.",
|
|
2849
|
-
"schema": {
|
|
2850
|
-
"$ref": "#/definitions/rpcStatus"
|
|
2851
|
-
}
|
|
2852
|
-
}
|
|
2853
|
-
},
|
|
2854
|
-
"parameters": [
|
|
2855
|
-
{
|
|
2856
|
-
"name": "name_11",
|
|
2857
|
-
"description": "Required. The name of the Workflow to retrieve.",
|
|
2858
|
-
"in": "path",
|
|
2859
|
-
"required": true,
|
|
2860
|
-
"type": "string",
|
|
2861
|
-
"pattern": "workflows/[^/]+"
|
|
2862
|
-
}
|
|
2863
|
-
],
|
|
2864
|
-
"tags": [
|
|
2865
|
-
"WorkflowService"
|
|
2866
|
-
]
|
|
2867
|
-
}
|
|
2868
|
-
},
|
|
2869
2366
|
"/v1/{name_1}": {
|
|
2870
2367
|
"get": {
|
|
2871
2368
|
"operationId": "DocumentService_GetDocument",
|
|
@@ -3275,37 +2772,6 @@
|
|
|
3275
2772
|
"tags": [
|
|
3276
2773
|
"TestCaseService"
|
|
3277
2774
|
]
|
|
3278
|
-
},
|
|
3279
|
-
"delete": {
|
|
3280
|
-
"summary": "DeleteWorkflowNode deletes a WorkflowNode by name. If the WorkflowNode does not exist an error\nis returned.",
|
|
3281
|
-
"operationId": "WorkflowNodeService_DeleteWorkflowNode",
|
|
3282
|
-
"responses": {
|
|
3283
|
-
"200": {
|
|
3284
|
-
"description": "A successful response.",
|
|
3285
|
-
"schema": {
|
|
3286
|
-
"$ref": "#/definitions/v1DeleteWorkflowNodeResponse"
|
|
3287
|
-
}
|
|
3288
|
-
},
|
|
3289
|
-
"default": {
|
|
3290
|
-
"description": "An unexpected error response.",
|
|
3291
|
-
"schema": {
|
|
3292
|
-
"$ref": "#/definitions/rpcStatus"
|
|
3293
|
-
}
|
|
3294
|
-
}
|
|
3295
|
-
},
|
|
3296
|
-
"parameters": [
|
|
3297
|
-
{
|
|
3298
|
-
"name": "name_7",
|
|
3299
|
-
"description": "Required. The name of the WorkflowNode to delete.",
|
|
3300
|
-
"in": "path",
|
|
3301
|
-
"required": true,
|
|
3302
|
-
"type": "string",
|
|
3303
|
-
"pattern": "workflows/[^/]+/nodes/[^/]+"
|
|
3304
|
-
}
|
|
3305
|
-
],
|
|
3306
|
-
"tags": [
|
|
3307
|
-
"WorkflowNodeService"
|
|
3308
|
-
]
|
|
3309
2775
|
}
|
|
3310
2776
|
},
|
|
3311
2777
|
"/v1/{name_8}": {
|
|
@@ -3338,37 +2804,6 @@
|
|
|
3338
2804
|
"tags": [
|
|
3339
2805
|
"TestClassService"
|
|
3340
2806
|
]
|
|
3341
|
-
},
|
|
3342
|
-
"delete": {
|
|
3343
|
-
"summary": "DeleteWorkflow deletes a Workflow by name. If the Workflow does not exist an error is returned.",
|
|
3344
|
-
"operationId": "WorkflowService_DeleteWorkflow",
|
|
3345
|
-
"responses": {
|
|
3346
|
-
"200": {
|
|
3347
|
-
"description": "A successful response.",
|
|
3348
|
-
"schema": {
|
|
3349
|
-
"$ref": "#/definitions/v1DeleteWorkflowResponse"
|
|
3350
|
-
}
|
|
3351
|
-
},
|
|
3352
|
-
"default": {
|
|
3353
|
-
"description": "An unexpected error response.",
|
|
3354
|
-
"schema": {
|
|
3355
|
-
"$ref": "#/definitions/rpcStatus"
|
|
3356
|
-
}
|
|
3357
|
-
}
|
|
3358
|
-
},
|
|
3359
|
-
"parameters": [
|
|
3360
|
-
{
|
|
3361
|
-
"name": "name_8",
|
|
3362
|
-
"description": "Required. The name of the Workflow to delete.",
|
|
3363
|
-
"in": "path",
|
|
3364
|
-
"required": true,
|
|
3365
|
-
"type": "string",
|
|
3366
|
-
"pattern": "workflows/[^/]+"
|
|
3367
|
-
}
|
|
3368
|
-
],
|
|
3369
|
-
"tags": [
|
|
3370
|
-
"WorkflowService"
|
|
3371
|
-
]
|
|
3372
2807
|
}
|
|
3373
2808
|
},
|
|
3374
2809
|
"/v1/{name_9}": {
|
|
@@ -3527,18 +2962,11 @@
|
|
|
3527
2962
|
"items": {
|
|
3528
2963
|
"$ref": "#/definitions/v1TestCasesGenerator"
|
|
3529
2964
|
},
|
|
3530
|
-
"description": "Optional.
|
|
2965
|
+
"description": "Optional. Topics to generate TestCases for. If not specified, all topics are selected."
|
|
3531
2966
|
},
|
|
3532
2967
|
"h2ogpteCollectionId": {
|
|
3533
2968
|
"type": "string",
|
|
3534
2969
|
"description": "Optional. The ID of the h2oGPTe collection to use. If empty, new temporary collection will be\ncreated."
|
|
3535
|
-
},
|
|
3536
|
-
"topics": {
|
|
3537
|
-
"type": "array",
|
|
3538
|
-
"items": {
|
|
3539
|
-
"type": "string"
|
|
3540
|
-
},
|
|
3541
|
-
"description": "Optional. Topics to generate questions for. If not specified, use document summarization as topic generation."
|
|
3542
2970
|
}
|
|
3543
2971
|
}
|
|
3544
2972
|
}
|
|
@@ -3605,13 +3033,6 @@
|
|
|
3605
3033
|
"h2ogpteCollectionId": {
|
|
3606
3034
|
"type": "string",
|
|
3607
3035
|
"description": "Optional. The ID of the h2oGPTe collection to use. If empty, new temporary collection will be\ncreated."
|
|
3608
|
-
},
|
|
3609
|
-
"topics": {
|
|
3610
|
-
"type": "array",
|
|
3611
|
-
"items": {
|
|
3612
|
-
"type": "string"
|
|
3613
|
-
},
|
|
3614
|
-
"description": "Optional. Optional. Topics to generate questions for. If not specified, use document summarization as topic generation."
|
|
3615
3036
|
}
|
|
3616
3037
|
}
|
|
3617
3038
|
}
|
|
@@ -3622,15 +3043,14 @@
|
|
|
3622
3043
|
]
|
|
3623
3044
|
}
|
|
3624
3045
|
},
|
|
3625
|
-
"/v1/{name}:
|
|
3626
|
-
"
|
|
3627
|
-
"
|
|
3628
|
-
"operationId": "WorkflowNodeService_GetWorkflowNodePrerequisites",
|
|
3046
|
+
"/v1/{name}:perturb": {
|
|
3047
|
+
"post": {
|
|
3048
|
+
"operationId": "TestService_PerturbTest",
|
|
3629
3049
|
"responses": {
|
|
3630
3050
|
"200": {
|
|
3631
3051
|
"description": "A successful response.",
|
|
3632
3052
|
"schema": {
|
|
3633
|
-
"$ref": "#/definitions/
|
|
3053
|
+
"$ref": "#/definitions/v1PerturbTestResponse"
|
|
3634
3054
|
}
|
|
3635
3055
|
},
|
|
3636
3056
|
"default": {
|
|
@@ -3643,186 +3063,11 @@
|
|
|
3643
3063
|
"parameters": [
|
|
3644
3064
|
{
|
|
3645
3065
|
"name": "name",
|
|
3646
|
-
"description": "Required. The name of the
|
|
3066
|
+
"description": "Required. The name of the Test to perturb.",
|
|
3647
3067
|
"in": "path",
|
|
3648
3068
|
"required": true,
|
|
3649
3069
|
"type": "string",
|
|
3650
|
-
"pattern": "
|
|
3651
|
-
}
|
|
3652
|
-
],
|
|
3653
|
-
"tags": [
|
|
3654
|
-
"WorkflowNodeService"
|
|
3655
|
-
]
|
|
3656
|
-
}
|
|
3657
|
-
},
|
|
3658
|
-
"/v1/{name}:importTestCasesFromLibrary": {
|
|
3659
|
-
"post": {
|
|
3660
|
-
"operationId": "TestService_ImportTestCasesFromLibrary",
|
|
3661
|
-
"responses": {
|
|
3662
|
-
"200": {
|
|
3663
|
-
"description": "A successful response.",
|
|
3664
|
-
"schema": {
|
|
3665
|
-
"$ref": "#/definitions/v1ImportTestCasesFromLibraryResponse"
|
|
3666
|
-
}
|
|
3667
|
-
},
|
|
3668
|
-
"default": {
|
|
3669
|
-
"description": "An unexpected error response.",
|
|
3670
|
-
"schema": {
|
|
3671
|
-
"$ref": "#/definitions/rpcStatus"
|
|
3672
|
-
}
|
|
3673
|
-
}
|
|
3674
|
-
},
|
|
3675
|
-
"parameters": [
|
|
3676
|
-
{
|
|
3677
|
-
"name": "name",
|
|
3678
|
-
"description": "Required. The Test for which to get TestCases.",
|
|
3679
|
-
"in": "path",
|
|
3680
|
-
"required": true,
|
|
3681
|
-
"type": "string",
|
|
3682
|
-
"pattern": "tests/[^/]+"
|
|
3683
|
-
},
|
|
3684
|
-
{
|
|
3685
|
-
"name": "body",
|
|
3686
|
-
"in": "body",
|
|
3687
|
-
"required": true,
|
|
3688
|
-
"schema": {
|
|
3689
|
-
"type": "object",
|
|
3690
|
-
"properties": {
|
|
3691
|
-
"operation": {
|
|
3692
|
-
"type": "string",
|
|
3693
|
-
"description": "Required. The Operation processing this prompt library retrieval process."
|
|
3694
|
-
},
|
|
3695
|
-
"testSuiteUrl": {
|
|
3696
|
-
"type": "string",
|
|
3697
|
-
"description": "Required. The URL of the library test suite to get TestCases from (sample)."
|
|
3698
|
-
},
|
|
3699
|
-
"count": {
|
|
3700
|
-
"type": "integer",
|
|
3701
|
-
"format": "int64",
|
|
3702
|
-
"description": "Required. The number of TestCases to get from the library."
|
|
3703
|
-
},
|
|
3704
|
-
"testDocumentUrls": {
|
|
3705
|
-
"type": "array",
|
|
3706
|
-
"items": {
|
|
3707
|
-
"type": "string"
|
|
3708
|
-
},
|
|
3709
|
-
"description": "Optional. The list of target Test corpus document URLs to skip when returning library\nTestCases corpus."
|
|
3710
|
-
}
|
|
3711
|
-
}
|
|
3712
|
-
}
|
|
3713
|
-
}
|
|
3714
|
-
],
|
|
3715
|
-
"tags": [
|
|
3716
|
-
"TestService"
|
|
3717
|
-
]
|
|
3718
|
-
}
|
|
3719
|
-
},
|
|
3720
|
-
"/v1/{name}:listTestCaseLibraryItems": {
|
|
3721
|
-
"post": {
|
|
3722
|
-
"operationId": "TestService_ListTestCaseLibraryItems",
|
|
3723
|
-
"responses": {
|
|
3724
|
-
"200": {
|
|
3725
|
-
"description": "A successful response.",
|
|
3726
|
-
"schema": {
|
|
3727
|
-
"$ref": "#/definitions/v1ListTestCaseLibraryItemsResponse"
|
|
3728
|
-
}
|
|
3729
|
-
},
|
|
3730
|
-
"default": {
|
|
3731
|
-
"description": "An unexpected error response.",
|
|
3732
|
-
"schema": {
|
|
3733
|
-
"$ref": "#/definitions/rpcStatus"
|
|
3734
|
-
}
|
|
3735
|
-
}
|
|
3736
|
-
},
|
|
3737
|
-
"parameters": [
|
|
3738
|
-
{
|
|
3739
|
-
"name": "name",
|
|
3740
|
-
"description": "Required. The Test for which to list the items.",
|
|
3741
|
-
"in": "path",
|
|
3742
|
-
"required": true,
|
|
3743
|
-
"type": "string",
|
|
3744
|
-
"pattern": "tests/[^/]+"
|
|
3745
|
-
},
|
|
3746
|
-
{
|
|
3747
|
-
"name": "body",
|
|
3748
|
-
"in": "body",
|
|
3749
|
-
"required": true,
|
|
3750
|
-
"schema": {
|
|
3751
|
-
"type": "object",
|
|
3752
|
-
"properties": {
|
|
3753
|
-
"filterByCategories": {
|
|
3754
|
-
"type": "array",
|
|
3755
|
-
"items": {
|
|
3756
|
-
"type": "string"
|
|
3757
|
-
},
|
|
3758
|
-
"description": "Optional. Filter by categories."
|
|
3759
|
-
},
|
|
3760
|
-
"filterByPurposes": {
|
|
3761
|
-
"type": "array",
|
|
3762
|
-
"items": {
|
|
3763
|
-
"type": "string"
|
|
3764
|
-
},
|
|
3765
|
-
"description": "Optional. Filter by purposes."
|
|
3766
|
-
},
|
|
3767
|
-
"filterByEvaluates": {
|
|
3768
|
-
"type": "array",
|
|
3769
|
-
"items": {
|
|
3770
|
-
"type": "string"
|
|
3771
|
-
},
|
|
3772
|
-
"description": "Optional. Filter by evaluates."
|
|
3773
|
-
},
|
|
3774
|
-
"filterByOrigin": {
|
|
3775
|
-
"type": "string",
|
|
3776
|
-
"description": "Optional. Filter by origin."
|
|
3777
|
-
},
|
|
3778
|
-
"filterByTestCaseCount": {
|
|
3779
|
-
"type": "integer",
|
|
3780
|
-
"format": "int64",
|
|
3781
|
-
"description": "Optional. Filter by test case count."
|
|
3782
|
-
},
|
|
3783
|
-
"filterByTestCount": {
|
|
3784
|
-
"type": "integer",
|
|
3785
|
-
"format": "int64",
|
|
3786
|
-
"description": "Optional. Filter by test count."
|
|
3787
|
-
},
|
|
3788
|
-
"filterByFts": {
|
|
3789
|
-
"type": "string",
|
|
3790
|
-
"description": "Optional. Filter by FTS."
|
|
3791
|
-
}
|
|
3792
|
-
}
|
|
3793
|
-
}
|
|
3794
|
-
}
|
|
3795
|
-
],
|
|
3796
|
-
"tags": [
|
|
3797
|
-
"TestService"
|
|
3798
|
-
]
|
|
3799
|
-
}
|
|
3800
|
-
},
|
|
3801
|
-
"/v1/{name}:perturb": {
|
|
3802
|
-
"post": {
|
|
3803
|
-
"operationId": "TestService_PerturbTest",
|
|
3804
|
-
"responses": {
|
|
3805
|
-
"200": {
|
|
3806
|
-
"description": "A successful response.",
|
|
3807
|
-
"schema": {
|
|
3808
|
-
"$ref": "#/definitions/v1PerturbTestResponse"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
|
-
"default": {
|
|
3812
|
-
"description": "An unexpected error response.",
|
|
3813
|
-
"schema": {
|
|
3814
|
-
"$ref": "#/definitions/rpcStatus"
|
|
3815
|
-
}
|
|
3816
|
-
}
|
|
3817
|
-
},
|
|
3818
|
-
"parameters": [
|
|
3819
|
-
{
|
|
3820
|
-
"name": "name",
|
|
3821
|
-
"description": "Required. The name of the Test to perturb.",
|
|
3822
|
-
"in": "path",
|
|
3823
|
-
"required": true,
|
|
3824
|
-
"type": "string",
|
|
3825
|
-
"pattern": "tests/[^/]+"
|
|
3070
|
+
"pattern": "tests/[^/]+"
|
|
3826
3071
|
},
|
|
3827
3072
|
{
|
|
3828
3073
|
"name": "body",
|
|
@@ -3846,13 +3091,6 @@
|
|
|
3846
3091
|
"newTestDescription": {
|
|
3847
3092
|
"type": "string",
|
|
3848
3093
|
"description": "Optional. Description of the newly created Test."
|
|
3849
|
-
},
|
|
3850
|
-
"testCaseNames": {
|
|
3851
|
-
"type": "array",
|
|
3852
|
-
"items": {
|
|
3853
|
-
"type": "string"
|
|
3854
|
-
},
|
|
3855
|
-
"description": "Optional. Perturbation apply only to selected testCases."
|
|
3856
3094
|
}
|
|
3857
3095
|
}
|
|
3858
3096
|
}
|
|
@@ -3863,166 +3101,6 @@
|
|
|
3863
3101
|
]
|
|
3864
3102
|
}
|
|
3865
3103
|
},
|
|
3866
|
-
"/v1/{name}:process": {
|
|
3867
|
-
"post": {
|
|
3868
|
-
"summary": "ProcessWorkflowNode processes a WorkflowNode.",
|
|
3869
|
-
"operationId": "WorkflowNodeService_ProcessWorkflowNode",
|
|
3870
|
-
"responses": {
|
|
3871
|
-
"200": {
|
|
3872
|
-
"description": "A successful response.",
|
|
3873
|
-
"schema": {
|
|
3874
|
-
"$ref": "#/definitions/v1ProcessWorkflowNodeResponse"
|
|
3875
|
-
}
|
|
3876
|
-
},
|
|
3877
|
-
"default": {
|
|
3878
|
-
"description": "An unexpected error response.",
|
|
3879
|
-
"schema": {
|
|
3880
|
-
"$ref": "#/definitions/rpcStatus"
|
|
3881
|
-
}
|
|
3882
|
-
}
|
|
3883
|
-
},
|
|
3884
|
-
"parameters": [
|
|
3885
|
-
{
|
|
3886
|
-
"name": "name",
|
|
3887
|
-
"description": "Required. The name of the WorkflowNode to process.",
|
|
3888
|
-
"in": "path",
|
|
3889
|
-
"required": true,
|
|
3890
|
-
"type": "string",
|
|
3891
|
-
"pattern": "workflows/[^/]+/nodes/[^/]+"
|
|
3892
|
-
}
|
|
3893
|
-
],
|
|
3894
|
-
"tags": [
|
|
3895
|
-
"WorkflowNodeService"
|
|
3896
|
-
]
|
|
3897
|
-
}
|
|
3898
|
-
},
|
|
3899
|
-
"/v1/{node.name}": {
|
|
3900
|
-
"patch": {
|
|
3901
|
-
"summary": "UpdateWorkflowNode updates a WorkflowNode. The update_mask is used to specify the fields to be\nupdated.",
|
|
3902
|
-
"operationId": "WorkflowNodeService_UpdateWorkflowNode",
|
|
3903
|
-
"responses": {
|
|
3904
|
-
"200": {
|
|
3905
|
-
"description": "A successful response.",
|
|
3906
|
-
"schema": {
|
|
3907
|
-
"$ref": "#/definitions/v1UpdateWorkflowNodeResponse"
|
|
3908
|
-
}
|
|
3909
|
-
},
|
|
3910
|
-
"default": {
|
|
3911
|
-
"description": "An unexpected error response.",
|
|
3912
|
-
"schema": {
|
|
3913
|
-
"$ref": "#/definitions/rpcStatus"
|
|
3914
|
-
}
|
|
3915
|
-
}
|
|
3916
|
-
},
|
|
3917
|
-
"parameters": [
|
|
3918
|
-
{
|
|
3919
|
-
"name": "node.name",
|
|
3920
|
-
"description": "Output only. Immutable. Resource name of the Workflow in format of\n`workflows/{workflow_id}/nodes/{node_id}`.",
|
|
3921
|
-
"in": "path",
|
|
3922
|
-
"required": true,
|
|
3923
|
-
"type": "string",
|
|
3924
|
-
"pattern": "workflows/[^/]+/nodes/[^/]+"
|
|
3925
|
-
},
|
|
3926
|
-
{
|
|
3927
|
-
"name": "node",
|
|
3928
|
-
"description": "Required. The updated WorkflowNode.",
|
|
3929
|
-
"in": "body",
|
|
3930
|
-
"required": true,
|
|
3931
|
-
"schema": {
|
|
3932
|
-
"type": "object",
|
|
3933
|
-
"properties": {
|
|
3934
|
-
"parent": {
|
|
3935
|
-
"type": "string",
|
|
3936
|
-
"description": "Output only. Immutable. Resource name of the parent Workflow in format of\n`workflows/{workflow_id}/`.",
|
|
3937
|
-
"readOnly": true
|
|
3938
|
-
},
|
|
3939
|
-
"displayName": {
|
|
3940
|
-
"type": "string",
|
|
3941
|
-
"description": "Human-readable name of the WorkflowNode."
|
|
3942
|
-
},
|
|
3943
|
-
"description": {
|
|
3944
|
-
"type": "string",
|
|
3945
|
-
"description": "Optional description of the WorkflowNode."
|
|
3946
|
-
},
|
|
3947
|
-
"createTime": {
|
|
3948
|
-
"type": "string",
|
|
3949
|
-
"format": "date-time",
|
|
3950
|
-
"description": "Output only. Immutable. Creation time of the WorkflowNode.",
|
|
3951
|
-
"readOnly": true
|
|
3952
|
-
},
|
|
3953
|
-
"creator": {
|
|
3954
|
-
"type": "string",
|
|
3955
|
-
"description": "Output only. Immutable. Name of the user or service that requested creation of the\nWorkflowNode.",
|
|
3956
|
-
"readOnly": true
|
|
3957
|
-
},
|
|
3958
|
-
"updateTime": {
|
|
3959
|
-
"type": "string",
|
|
3960
|
-
"format": "date-time",
|
|
3961
|
-
"description": "Output only. Optional. Last update time of the WorkflowNode.",
|
|
3962
|
-
"readOnly": true
|
|
3963
|
-
},
|
|
3964
|
-
"updater": {
|
|
3965
|
-
"type": "string",
|
|
3966
|
-
"description": "Output only. Name of the user or service that requested update of the WorkflowNode.",
|
|
3967
|
-
"readOnly": true
|
|
3968
|
-
},
|
|
3969
|
-
"deleteTime": {
|
|
3970
|
-
"type": "string",
|
|
3971
|
-
"format": "date-time",
|
|
3972
|
-
"description": "Output only. Optional. Deletion time of the WorkflowNode.",
|
|
3973
|
-
"readOnly": true
|
|
3974
|
-
},
|
|
3975
|
-
"deleter": {
|
|
3976
|
-
"type": "string",
|
|
3977
|
-
"description": "Output only. Name of the user or service that requested deletion of the WorkflowNode.",
|
|
3978
|
-
"readOnly": true
|
|
3979
|
-
},
|
|
3980
|
-
"type": {
|
|
3981
|
-
"$ref": "#/definitions/v1WorkflowNodeType",
|
|
3982
|
-
"description": "Immutable. Type of the WorkflowNode."
|
|
3983
|
-
},
|
|
3984
|
-
"parameters": {
|
|
3985
|
-
"type": "object",
|
|
3986
|
-
"description": "User-given parameters for the WorkflowNode."
|
|
3987
|
-
},
|
|
3988
|
-
"outputs": {
|
|
3989
|
-
"type": "object",
|
|
3990
|
-
"description": "Output only. Computed outputs of the WorkflowNode.",
|
|
3991
|
-
"readOnly": true
|
|
3992
|
-
},
|
|
3993
|
-
"outputArtifacts": {
|
|
3994
|
-
"type": "array",
|
|
3995
|
-
"items": {
|
|
3996
|
-
"type": "object",
|
|
3997
|
-
"$ref": "#/definitions/v1WorkflowNodeArtifact"
|
|
3998
|
-
},
|
|
3999
|
-
"description": "Output only. Optional. List of the WorkflowNodeArtifacts produces by the WorkflowNode.",
|
|
4000
|
-
"readOnly": true
|
|
4001
|
-
},
|
|
4002
|
-
"status": {
|
|
4003
|
-
"$ref": "#/definitions/v1WorkflowNodeStatus",
|
|
4004
|
-
"description": "Output only. Status of the WorkflowNode.",
|
|
4005
|
-
"readOnly": true
|
|
4006
|
-
},
|
|
4007
|
-
"attributes": {
|
|
4008
|
-
"$ref": "#/definitions/v1WorkflowNodeAttributes",
|
|
4009
|
-
"description": "Additional attributes/metadata of the WorkflowNode."
|
|
4010
|
-
},
|
|
4011
|
-
"processedByOperation": {
|
|
4012
|
-
"type": "string",
|
|
4013
|
-
"description": "Output only. Optional. Resource name of the latest Operation that has processed or is currently\nprocessing this WorkflowNode.",
|
|
4014
|
-
"readOnly": true
|
|
4015
|
-
}
|
|
4016
|
-
},
|
|
4017
|
-
"title": "Required. The updated WorkflowNode."
|
|
4018
|
-
}
|
|
4019
|
-
}
|
|
4020
|
-
],
|
|
4021
|
-
"tags": [
|
|
4022
|
-
"WorkflowNodeService"
|
|
4023
|
-
]
|
|
4024
|
-
}
|
|
4025
|
-
},
|
|
4026
3104
|
"/v1/{operation.name}": {
|
|
4027
3105
|
"patch": {
|
|
4028
3106
|
"operationId": "OperationService_UpdateOperation",
|
|
@@ -4267,10 +3345,6 @@
|
|
|
4267
3345
|
"$ref": "#/definitions/v1TestCaseRelationship"
|
|
4268
3346
|
},
|
|
4269
3347
|
"description": "Optional. List of relationships between test cases."
|
|
4270
|
-
},
|
|
4271
|
-
"defaultH2ogpteModel": {
|
|
4272
|
-
"$ref": "#/definitions/v1Model",
|
|
4273
|
-
"description": "Optional. The default h2oGPTe model host."
|
|
4274
3348
|
}
|
|
4275
3349
|
}
|
|
4276
3350
|
}
|
|
@@ -4626,14 +3700,6 @@
|
|
|
4626
3700
|
"condition": {
|
|
4627
3701
|
"type": "string",
|
|
4628
3702
|
"description": "Optional. Test case output condition, in a form of AIP-160 compliant filter expression."
|
|
4629
|
-
},
|
|
4630
|
-
"perturbedBy": {
|
|
4631
|
-
"type": "array",
|
|
4632
|
-
"items": {
|
|
4633
|
-
"type": "string"
|
|
4634
|
-
},
|
|
4635
|
-
"description": "Output only. The list of perturbators applied to this test case.",
|
|
4636
|
-
"readOnly": true
|
|
4637
3703
|
}
|
|
4638
3704
|
},
|
|
4639
3705
|
"title": "Required. The TestCase to update."
|
|
@@ -4644,173 +3710,6 @@
|
|
|
4644
3710
|
"TestCaseService"
|
|
4645
3711
|
]
|
|
4646
3712
|
}
|
|
4647
|
-
},
|
|
4648
|
-
"/v1/{workflow.name}": {
|
|
4649
|
-
"patch": {
|
|
4650
|
-
"summary": "UpdateWorkflow updates a Workflow. The update_mask is used to specify the fields to be updated.",
|
|
4651
|
-
"operationId": "WorkflowService_UpdateWorkflow",
|
|
4652
|
-
"responses": {
|
|
4653
|
-
"200": {
|
|
4654
|
-
"description": "A successful response.",
|
|
4655
|
-
"schema": {
|
|
4656
|
-
"$ref": "#/definitions/v1UpdateWorkflowResponse"
|
|
4657
|
-
}
|
|
4658
|
-
},
|
|
4659
|
-
"default": {
|
|
4660
|
-
"description": "An unexpected error response.",
|
|
4661
|
-
"schema": {
|
|
4662
|
-
"$ref": "#/definitions/rpcStatus"
|
|
4663
|
-
}
|
|
4664
|
-
}
|
|
4665
|
-
},
|
|
4666
|
-
"parameters": [
|
|
4667
|
-
{
|
|
4668
|
-
"name": "workflow.name",
|
|
4669
|
-
"description": "Output only. Immutable. Resource name of the Workflow in format of `workflows/{workflow_id}`.",
|
|
4670
|
-
"in": "path",
|
|
4671
|
-
"required": true,
|
|
4672
|
-
"type": "string",
|
|
4673
|
-
"pattern": "workflows/[^/]+"
|
|
4674
|
-
},
|
|
4675
|
-
{
|
|
4676
|
-
"name": "workflow",
|
|
4677
|
-
"description": "Required. The updated Workflow.",
|
|
4678
|
-
"in": "body",
|
|
4679
|
-
"required": true,
|
|
4680
|
-
"schema": {
|
|
4681
|
-
"type": "object",
|
|
4682
|
-
"properties": {
|
|
4683
|
-
"displayName": {
|
|
4684
|
-
"type": "string",
|
|
4685
|
-
"description": "Human-readable name of the Workflow."
|
|
4686
|
-
},
|
|
4687
|
-
"description": {
|
|
4688
|
-
"type": "string",
|
|
4689
|
-
"description": "Optional description of the Workflow."
|
|
4690
|
-
},
|
|
4691
|
-
"createTime": {
|
|
4692
|
-
"type": "string",
|
|
4693
|
-
"format": "date-time",
|
|
4694
|
-
"description": "Output only. Immutable. Creation time of the Workflow.",
|
|
4695
|
-
"readOnly": true
|
|
4696
|
-
},
|
|
4697
|
-
"creator": {
|
|
4698
|
-
"type": "string",
|
|
4699
|
-
"description": "Output only. Immutable. Name of the user or service that requested creation of the Workflow.",
|
|
4700
|
-
"readOnly": true
|
|
4701
|
-
},
|
|
4702
|
-
"updateTime": {
|
|
4703
|
-
"type": "string",
|
|
4704
|
-
"format": "date-time",
|
|
4705
|
-
"description": "Output only. Optional. Last update time of the Workflow.",
|
|
4706
|
-
"readOnly": true
|
|
4707
|
-
},
|
|
4708
|
-
"updater": {
|
|
4709
|
-
"type": "string",
|
|
4710
|
-
"description": "Output only. Name of the user or service that requested update of the Workflow.",
|
|
4711
|
-
"readOnly": true
|
|
4712
|
-
},
|
|
4713
|
-
"deleteTime": {
|
|
4714
|
-
"type": "string",
|
|
4715
|
-
"format": "date-time",
|
|
4716
|
-
"description": "Output only. Optional. Deletion time of the Workflow.",
|
|
4717
|
-
"readOnly": true
|
|
4718
|
-
},
|
|
4719
|
-
"deleter": {
|
|
4720
|
-
"type": "string",
|
|
4721
|
-
"description": "Output only. Name of the user or service that requested deletion of the Workflow.",
|
|
4722
|
-
"readOnly": true
|
|
4723
|
-
},
|
|
4724
|
-
"type": {
|
|
4725
|
-
"$ref": "#/definitions/v1WorkflowType",
|
|
4726
|
-
"description": "Immutable. Type of the Workflow."
|
|
4727
|
-
},
|
|
4728
|
-
"model": {
|
|
4729
|
-
"type": "string",
|
|
4730
|
-
"description": "Immutable. Resource name of the Model associated with this Workflow."
|
|
4731
|
-
},
|
|
4732
|
-
"nodes": {
|
|
4733
|
-
"type": "array",
|
|
4734
|
-
"items": {
|
|
4735
|
-
"type": "string"
|
|
4736
|
-
},
|
|
4737
|
-
"description": "Output only. List of the WorkflowNodes in the Workflow.",
|
|
4738
|
-
"readOnly": true
|
|
4739
|
-
},
|
|
4740
|
-
"edges": {
|
|
4741
|
-
"type": "array",
|
|
4742
|
-
"items": {
|
|
4743
|
-
"type": "string"
|
|
4744
|
-
},
|
|
4745
|
-
"description": "Output only. List of the WorkflowEdges in the Workflow.",
|
|
4746
|
-
"readOnly": true
|
|
4747
|
-
},
|
|
4748
|
-
"outputs": {
|
|
4749
|
-
"type": "object",
|
|
4750
|
-
"additionalProperties": {
|
|
4751
|
-
"type": "object"
|
|
4752
|
-
},
|
|
4753
|
-
"description": "Output only. Optional. Computed outputs of all the WorkflowNodes in the Workflow.",
|
|
4754
|
-
"readOnly": true
|
|
4755
|
-
},
|
|
4756
|
-
"outputArtifacts": {
|
|
4757
|
-
"type": "object",
|
|
4758
|
-
"additionalProperties": {
|
|
4759
|
-
"$ref": "#/definitions/v1WorkflowNodeArtifacts"
|
|
4760
|
-
},
|
|
4761
|
-
"description": "Output only. Optional. List of the WorkflowNodeArtifacts produces by all the WorkflowNodes in the\nWorkflow.",
|
|
4762
|
-
"readOnly": true
|
|
4763
|
-
},
|
|
4764
|
-
"llmModel": {
|
|
4765
|
-
"type": "string",
|
|
4766
|
-
"description": "Immutable. LLM Model to use."
|
|
4767
|
-
},
|
|
4768
|
-
"modelParameters": {
|
|
4769
|
-
"type": "string",
|
|
4770
|
-
"description": "Optional. Immutable. Model parameter overrides in JSON format."
|
|
4771
|
-
}
|
|
4772
|
-
},
|
|
4773
|
-
"title": "Required. The updated Workflow."
|
|
4774
|
-
}
|
|
4775
|
-
}
|
|
4776
|
-
],
|
|
4777
|
-
"tags": [
|
|
4778
|
-
"WorkflowService"
|
|
4779
|
-
]
|
|
4780
|
-
}
|
|
4781
|
-
},
|
|
4782
|
-
"/v1:estimateThreshold": {
|
|
4783
|
-
"post": {
|
|
4784
|
-
"summary": "EstimateThreshold runs a threshold estimation process based on human labeling of randomly sampled test-cases.",
|
|
4785
|
-
"operationId": "HumanCalibrationService_EstimateThreshold",
|
|
4786
|
-
"responses": {
|
|
4787
|
-
"200": {
|
|
4788
|
-
"description": "A successful response.",
|
|
4789
|
-
"schema": {
|
|
4790
|
-
"$ref": "#/definitions/v1Operation"
|
|
4791
|
-
}
|
|
4792
|
-
},
|
|
4793
|
-
"default": {
|
|
4794
|
-
"description": "An unexpected error response.",
|
|
4795
|
-
"schema": {
|
|
4796
|
-
"$ref": "#/definitions/rpcStatus"
|
|
4797
|
-
}
|
|
4798
|
-
}
|
|
4799
|
-
},
|
|
4800
|
-
"parameters": [
|
|
4801
|
-
{
|
|
4802
|
-
"name": "body",
|
|
4803
|
-
"in": "body",
|
|
4804
|
-
"required": true,
|
|
4805
|
-
"schema": {
|
|
4806
|
-
"$ref": "#/definitions/v1EstimateThresholdRequest"
|
|
4807
|
-
}
|
|
4808
|
-
}
|
|
4809
|
-
],
|
|
4810
|
-
"tags": [
|
|
4811
|
-
"HumanCalibrationService"
|
|
4812
|
-
]
|
|
4813
|
-
}
|
|
4814
3713
|
}
|
|
4815
3714
|
},
|
|
4816
3715
|
"definitions": {
|
|
@@ -4825,14 +3724,6 @@
|
|
|
4825
3724
|
"additionalProperties": {},
|
|
4826
3725
|
"description": "`Any` contains an arbitrary serialized protocol buffer message along with a\nURL that describes the type of the serialized message.\n\nProtobuf library provides support to pack/unpack Any values in the form\nof utility functions or additional generated methods of the Any type.\n\nExample 1: Pack and unpack a message in C++.\n\n Foo foo = ...;\n Any any;\n any.PackFrom(foo);\n ...\n if (any.UnpackTo(\u0026foo)) {\n ...\n }\n\nExample 2: Pack and unpack a message in Java.\n\n Foo foo = ...;\n Any any = Any.pack(foo);\n ...\n if (any.is(Foo.class)) {\n foo = any.unpack(Foo.class);\n }\n // or ...\n if (any.isSameTypeAs(Foo.getDefaultInstance())) {\n foo = any.unpack(Foo.getDefaultInstance());\n }\n\n Example 3: Pack and unpack a message in Python.\n\n foo = Foo(...)\n any = Any()\n any.Pack(foo)\n ...\n if any.Is(Foo.DESCRIPTOR):\n any.Unpack(foo)\n ...\n\n Example 4: Pack and unpack a message in Go\n\n foo := \u0026pb.Foo{...}\n any, err := anypb.New(foo)\n if err != nil {\n ...\n }\n ...\n foo := \u0026pb.Foo{}\n if err := any.UnmarshalTo(foo); err != nil {\n ...\n }\n\nThe pack methods provided by protobuf library will by default use\n'type.googleapis.com/full.type.name' as the type URL and the unpack\nmethods only use the fully qualified type name after the last '/'\nin the type URL, for example \"foo.bar.com/x/y.z\" will yield type\nname \"y.z\".\n\nJSON\n====\nThe JSON representation of an `Any` value uses the regular\nrepresentation of the deserialized, embedded message, with an\nadditional field `@type` which contains the type URL. Example:\n\n package google.profile;\n message Person {\n string first_name = 1;\n string last_name = 2;\n }\n\n {\n \"@type\": \"type.googleapis.com/google.profile.Person\",\n \"firstName\": \u003cstring\u003e,\n \"lastName\": \u003cstring\u003e\n }\n\nIf the embedded message type is well-known and has a custom JSON\nrepresentation, that representation will be embedded adding a field\n`value` which holds the custom JSON in addition to the `@type`\nfield. Example (for message [google.protobuf.Duration][]):\n\n {\n \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\n \"value\": \"1.212s\"\n }"
|
|
4827
3726
|
},
|
|
4828
|
-
"protobufNullValue": {
|
|
4829
|
-
"type": "string",
|
|
4830
|
-
"enum": [
|
|
4831
|
-
"NULL_VALUE"
|
|
4832
|
-
],
|
|
4833
|
-
"default": "NULL_VALUE",
|
|
4834
|
-
"description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\nThe JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value."
|
|
4835
|
-
},
|
|
4836
3727
|
"rpcStatus": {
|
|
4837
3728
|
"type": "object",
|
|
4838
3729
|
"properties": {
|
|
@@ -5058,31 +3949,6 @@
|
|
|
5058
3949
|
}
|
|
5059
3950
|
}
|
|
5060
3951
|
},
|
|
5061
|
-
"v1BatchDeleteWorkflowsRequest": {
|
|
5062
|
-
"type": "object",
|
|
5063
|
-
"properties": {
|
|
5064
|
-
"names": {
|
|
5065
|
-
"type": "array",
|
|
5066
|
-
"items": {
|
|
5067
|
-
"type": "string"
|
|
5068
|
-
},
|
|
5069
|
-
"description": "Required. The names of the Workflows to delete. A maximum of 1000 can be specified."
|
|
5070
|
-
}
|
|
5071
|
-
}
|
|
5072
|
-
},
|
|
5073
|
-
"v1BatchDeleteWorkflowsResponse": {
|
|
5074
|
-
"type": "object",
|
|
5075
|
-
"properties": {
|
|
5076
|
-
"workflows": {
|
|
5077
|
-
"type": "array",
|
|
5078
|
-
"items": {
|
|
5079
|
-
"type": "object",
|
|
5080
|
-
"$ref": "#/definitions/v1Workflow"
|
|
5081
|
-
},
|
|
5082
|
-
"description": "The deleted Workflows."
|
|
5083
|
-
}
|
|
5084
|
-
}
|
|
5085
|
-
},
|
|
5086
3952
|
"v1BatchGetDashboardsResponse": {
|
|
5087
3953
|
"type": "object",
|
|
5088
3954
|
"properties": {
|
|
@@ -5161,32 +4027,6 @@
|
|
|
5161
4027
|
}
|
|
5162
4028
|
}
|
|
5163
4029
|
},
|
|
5164
|
-
"v1BatchGetWorkflowEdgesResponse": {
|
|
5165
|
-
"type": "object",
|
|
5166
|
-
"properties": {
|
|
5167
|
-
"edges": {
|
|
5168
|
-
"type": "array",
|
|
5169
|
-
"items": {
|
|
5170
|
-
"type": "object",
|
|
5171
|
-
"$ref": "#/definitions/v1WorkflowEdge"
|
|
5172
|
-
},
|
|
5173
|
-
"description": "The WorkflowEdges requested."
|
|
5174
|
-
}
|
|
5175
|
-
}
|
|
5176
|
-
},
|
|
5177
|
-
"v1BatchGetWorkflowNodesResponse": {
|
|
5178
|
-
"type": "object",
|
|
5179
|
-
"properties": {
|
|
5180
|
-
"nodes": {
|
|
5181
|
-
"type": "array",
|
|
5182
|
-
"items": {
|
|
5183
|
-
"type": "object",
|
|
5184
|
-
"$ref": "#/definitions/v1WorkflowNode"
|
|
5185
|
-
},
|
|
5186
|
-
"description": "The WorkflowNodes requested."
|
|
5187
|
-
}
|
|
5188
|
-
}
|
|
5189
|
-
},
|
|
5190
4030
|
"v1BatchImportLeaderboardRequest": {
|
|
5191
4031
|
"type": "object",
|
|
5192
4032
|
"properties": {
|
|
@@ -5380,10 +4220,6 @@
|
|
|
5380
4220
|
"h2ogpteCollection": {
|
|
5381
4221
|
"type": "string",
|
|
5382
4222
|
"description": "The existing collection name in H2OGPTe."
|
|
5383
|
-
},
|
|
5384
|
-
"defaultH2ogpteModel": {
|
|
5385
|
-
"$ref": "#/definitions/v1Model",
|
|
5386
|
-
"description": "Optional. The default h2oGPTe model host."
|
|
5387
4223
|
}
|
|
5388
4224
|
}
|
|
5389
4225
|
},
|
|
@@ -5468,15 +4304,6 @@
|
|
|
5468
4304
|
}
|
|
5469
4305
|
}
|
|
5470
4306
|
},
|
|
5471
|
-
"v1CreateWorkflowResponse": {
|
|
5472
|
-
"type": "object",
|
|
5473
|
-
"properties": {
|
|
5474
|
-
"workflow": {
|
|
5475
|
-
"$ref": "#/definitions/v1Workflow",
|
|
5476
|
-
"description": "The Workflow created."
|
|
5477
|
-
}
|
|
5478
|
-
}
|
|
5479
|
-
},
|
|
5480
4307
|
"v1Dashboard": {
|
|
5481
4308
|
"type": "object",
|
|
5482
4309
|
"properties": {
|
|
@@ -5624,24 +4451,6 @@
|
|
|
5624
4451
|
}
|
|
5625
4452
|
}
|
|
5626
4453
|
},
|
|
5627
|
-
"v1DeleteWorkflowNodeResponse": {
|
|
5628
|
-
"type": "object",
|
|
5629
|
-
"properties": {
|
|
5630
|
-
"node": {
|
|
5631
|
-
"$ref": "#/definitions/v1WorkflowNode",
|
|
5632
|
-
"description": "The WorkflowNode that was deleted."
|
|
5633
|
-
}
|
|
5634
|
-
}
|
|
5635
|
-
},
|
|
5636
|
-
"v1DeleteWorkflowResponse": {
|
|
5637
|
-
"type": "object",
|
|
5638
|
-
"properties": {
|
|
5639
|
-
"workflow": {
|
|
5640
|
-
"$ref": "#/definitions/v1Workflow",
|
|
5641
|
-
"description": "The deleted Workflow."
|
|
5642
|
-
}
|
|
5643
|
-
}
|
|
5644
|
-
},
|
|
5645
4454
|
"v1Document": {
|
|
5646
4455
|
"type": "object",
|
|
5647
4456
|
"properties": {
|
|
@@ -5697,36 +4506,6 @@
|
|
|
5697
4506
|
}
|
|
5698
4507
|
}
|
|
5699
4508
|
},
|
|
5700
|
-
"v1EstimateThresholdRequest": {
|
|
5701
|
-
"type": "object",
|
|
5702
|
-
"properties": {
|
|
5703
|
-
"operation": {
|
|
5704
|
-
"type": "string",
|
|
5705
|
-
"description": "Required. The Operation processing the estimation."
|
|
5706
|
-
},
|
|
5707
|
-
"originalThreshold": {
|
|
5708
|
-
"type": "number",
|
|
5709
|
-
"format": "float",
|
|
5710
|
-
"description": "Required. Original threshold."
|
|
5711
|
-
},
|
|
5712
|
-
"evaluator": {
|
|
5713
|
-
"type": "string",
|
|
5714
|
-
"description": "Required. The evaluator resource name."
|
|
5715
|
-
},
|
|
5716
|
-
"metric": {
|
|
5717
|
-
"type": "string",
|
|
5718
|
-
"description": "Optional. The metric name. If no metric is provided, the evaluator's primary metric is used."
|
|
5719
|
-
},
|
|
5720
|
-
"trainSet": {
|
|
5721
|
-
"type": "array",
|
|
5722
|
-
"items": {
|
|
5723
|
-
"type": "object",
|
|
5724
|
-
"$ref": "#/definitions/v1LabeledTestCase"
|
|
5725
|
-
},
|
|
5726
|
-
"description": "Required. Test cases with metric value and labels used for estimating the threshold."
|
|
5727
|
-
}
|
|
5728
|
-
}
|
|
5729
|
-
},
|
|
5730
4509
|
"v1EvaluationTest": {
|
|
5731
4510
|
"type": "object",
|
|
5732
4511
|
"properties": {
|
|
@@ -6097,43 +4876,6 @@
|
|
|
6097
4876
|
}
|
|
6098
4877
|
}
|
|
6099
4878
|
},
|
|
6100
|
-
"v1GetWorkflowNodePrerequisitesResponse": {
|
|
6101
|
-
"type": "object",
|
|
6102
|
-
"properties": {
|
|
6103
|
-
"nodes": {
|
|
6104
|
-
"type": "array",
|
|
6105
|
-
"items": {
|
|
6106
|
-
"type": "string"
|
|
6107
|
-
},
|
|
6108
|
-
"description": "The WorkflowNodes that are the prerequisites of the specified WorkflowNode."
|
|
6109
|
-
},
|
|
6110
|
-
"edges": {
|
|
6111
|
-
"type": "array",
|
|
6112
|
-
"items": {
|
|
6113
|
-
"type": "string"
|
|
6114
|
-
},
|
|
6115
|
-
"description": "The WorkflowEdges that are the prerequisites of the specified WorkflowNode."
|
|
6116
|
-
}
|
|
6117
|
-
}
|
|
6118
|
-
},
|
|
6119
|
-
"v1GetWorkflowNodeResponse": {
|
|
6120
|
-
"type": "object",
|
|
6121
|
-
"properties": {
|
|
6122
|
-
"node": {
|
|
6123
|
-
"$ref": "#/definitions/v1WorkflowNode",
|
|
6124
|
-
"description": "The WorkflowNode requested."
|
|
6125
|
-
}
|
|
6126
|
-
}
|
|
6127
|
-
},
|
|
6128
|
-
"v1GetWorkflowResponse": {
|
|
6129
|
-
"type": "object",
|
|
6130
|
-
"properties": {
|
|
6131
|
-
"workflow": {
|
|
6132
|
-
"$ref": "#/definitions/v1Workflow",
|
|
6133
|
-
"description": "The Workflow requested."
|
|
6134
|
-
}
|
|
6135
|
-
}
|
|
6136
|
-
},
|
|
6137
4879
|
"v1ImportEvaluationRequest": {
|
|
6138
4880
|
"type": "object",
|
|
6139
4881
|
"properties": {
|
|
@@ -6162,10 +4904,6 @@
|
|
|
6162
4904
|
"type": "string"
|
|
6163
4905
|
},
|
|
6164
4906
|
"description": "Optional. Additional evaluators configuration, for all the evaluators used in the evaluation.\nKey is the evaluator identifier, and the value is a JSON string containing the configuration dictionary."
|
|
6165
|
-
},
|
|
6166
|
-
"defaultH2ogpteModel": {
|
|
6167
|
-
"$ref": "#/definitions/v1Model",
|
|
6168
|
-
"description": "Optional. The default h2oGPTe model host."
|
|
6169
4907
|
}
|
|
6170
4908
|
}
|
|
6171
4909
|
},
|
|
@@ -6219,64 +4957,26 @@
|
|
|
6219
4957
|
}
|
|
6220
4958
|
}
|
|
6221
4959
|
},
|
|
6222
|
-
"
|
|
6223
|
-
"type": "object",
|
|
6224
|
-
"properties": {
|
|
6225
|
-
"operation": {
|
|
6226
|
-
"$ref": "#/definitions/v1Operation",
|
|
6227
|
-
"description": "The Operation handling the prompt generation process."
|
|
6228
|
-
}
|
|
6229
|
-
}
|
|
6230
|
-
},
|
|
6231
|
-
"v1ImportTestCasesRequest": {
|
|
4960
|
+
"v1Info": {
|
|
6232
4961
|
"type": "object",
|
|
6233
4962
|
"properties": {
|
|
6234
|
-
"
|
|
4963
|
+
"baseUrl": {
|
|
6235
4964
|
"type": "string",
|
|
6236
|
-
"description": "
|
|
4965
|
+
"description": "The base absolute URL of the Eval Studio instance."
|
|
6237
4966
|
},
|
|
6238
|
-
"
|
|
4967
|
+
"version": {
|
|
6239
4968
|
"type": "string",
|
|
6240
|
-
"description": "
|
|
4969
|
+
"description": "The version of the Eval Studio instance."
|
|
6241
4970
|
},
|
|
6242
|
-
"
|
|
4971
|
+
"oauth2LoginUrl": {
|
|
6243
4972
|
"type": "string",
|
|
6244
|
-
"description": "
|
|
4973
|
+
"description": "The URL for initiating the OAuth2 flow."
|
|
6245
4974
|
},
|
|
6246
|
-
"
|
|
6247
|
-
"type": "
|
|
6248
|
-
"
|
|
6249
|
-
"description": "Required. The number of TestCases to get from the library."
|
|
4975
|
+
"oauth2LogoutUrl": {
|
|
4976
|
+
"type": "string",
|
|
4977
|
+
"description": "The URL for logging out."
|
|
6250
4978
|
},
|
|
6251
|
-
"
|
|
6252
|
-
"type": "array",
|
|
6253
|
-
"items": {
|
|
6254
|
-
"type": "string"
|
|
6255
|
-
},
|
|
6256
|
-
"description": "Optional. The list of target Test corpus document URLs which don't have to be\nincluded when returning library TestCases corpus as they are already in the Test."
|
|
6257
|
-
}
|
|
6258
|
-
}
|
|
6259
|
-
},
|
|
6260
|
-
"v1Info": {
|
|
6261
|
-
"type": "object",
|
|
6262
|
-
"properties": {
|
|
6263
|
-
"baseUrl": {
|
|
6264
|
-
"type": "string",
|
|
6265
|
-
"description": "The base absolute URL of the Eval Studio instance."
|
|
6266
|
-
},
|
|
6267
|
-
"version": {
|
|
6268
|
-
"type": "string",
|
|
6269
|
-
"description": "The version of the Eval Studio instance."
|
|
6270
|
-
},
|
|
6271
|
-
"oauth2LoginUrl": {
|
|
6272
|
-
"type": "string",
|
|
6273
|
-
"description": "The URL for initiating the OAuth2 flow."
|
|
6274
|
-
},
|
|
6275
|
-
"oauth2LogoutUrl": {
|
|
6276
|
-
"type": "string",
|
|
6277
|
-
"description": "The URL for logging out."
|
|
6278
|
-
},
|
|
6279
|
-
"h2oGpteAllowlist": {
|
|
4979
|
+
"h2oGpteAllowlist": {
|
|
6280
4980
|
"type": "array",
|
|
6281
4981
|
"items": {
|
|
6282
4982
|
"type": "string"
|
|
@@ -6352,24 +5052,6 @@
|
|
|
6352
5052
|
},
|
|
6353
5053
|
"description": "Insight represents additional information about the evaluation."
|
|
6354
5054
|
},
|
|
6355
|
-
"v1LabeledTestCase": {
|
|
6356
|
-
"type": "object",
|
|
6357
|
-
"properties": {
|
|
6358
|
-
"name": {
|
|
6359
|
-
"type": "string",
|
|
6360
|
-
"description": "Required. The test case resource name."
|
|
6361
|
-
},
|
|
6362
|
-
"metricValue": {
|
|
6363
|
-
"type": "number",
|
|
6364
|
-
"format": "float",
|
|
6365
|
-
"description": "Required. The metric value."
|
|
6366
|
-
},
|
|
6367
|
-
"label": {
|
|
6368
|
-
"type": "boolean",
|
|
6369
|
-
"description": "Required. Human label. True means the test case should be labeled as passed (positive), false means failed (negative)."
|
|
6370
|
-
}
|
|
6371
|
-
}
|
|
6372
|
-
},
|
|
6373
5055
|
"v1Leaderboard": {
|
|
6374
5056
|
"type": "object",
|
|
6375
5057
|
"properties": {
|
|
@@ -6728,19 +5410,6 @@
|
|
|
6728
5410
|
}
|
|
6729
5411
|
}
|
|
6730
5412
|
},
|
|
6731
|
-
"v1ListPromptLibraryItemsResponse": {
|
|
6732
|
-
"type": "object",
|
|
6733
|
-
"properties": {
|
|
6734
|
-
"promptLibraryItems": {
|
|
6735
|
-
"type": "array",
|
|
6736
|
-
"items": {
|
|
6737
|
-
"type": "object",
|
|
6738
|
-
"$ref": "#/definitions/v1PromptLibraryItem"
|
|
6739
|
-
},
|
|
6740
|
-
"description": "Prompt library items (test suites)."
|
|
6741
|
-
}
|
|
6742
|
-
}
|
|
6743
|
-
},
|
|
6744
5413
|
"v1ListRAGCollectionsResponse": {
|
|
6745
5414
|
"type": "object",
|
|
6746
5415
|
"properties": {
|
|
@@ -6754,19 +5423,6 @@
|
|
|
6754
5423
|
}
|
|
6755
5424
|
}
|
|
6756
5425
|
},
|
|
6757
|
-
"v1ListTestCaseLibraryItemsResponse": {
|
|
6758
|
-
"type": "object",
|
|
6759
|
-
"properties": {
|
|
6760
|
-
"promptLibraryItems": {
|
|
6761
|
-
"type": "array",
|
|
6762
|
-
"items": {
|
|
6763
|
-
"type": "object",
|
|
6764
|
-
"$ref": "#/definitions/v1PromptLibraryItem"
|
|
6765
|
-
},
|
|
6766
|
-
"description": "Test suites library items."
|
|
6767
|
-
}
|
|
6768
|
-
}
|
|
6769
|
-
},
|
|
6770
5426
|
"v1ListTestCasesResponse": {
|
|
6771
5427
|
"type": "object",
|
|
6772
5428
|
"properties": {
|
|
@@ -6806,19 +5462,6 @@
|
|
|
6806
5462
|
}
|
|
6807
5463
|
}
|
|
6808
5464
|
},
|
|
6809
|
-
"v1ListWorkflowsResponse": {
|
|
6810
|
-
"type": "object",
|
|
6811
|
-
"properties": {
|
|
6812
|
-
"workflows": {
|
|
6813
|
-
"type": "array",
|
|
6814
|
-
"items": {
|
|
6815
|
-
"type": "object",
|
|
6816
|
-
"$ref": "#/definitions/v1Workflow"
|
|
6817
|
-
},
|
|
6818
|
-
"description": "The Workflows requested."
|
|
6819
|
-
}
|
|
6820
|
-
}
|
|
6821
|
-
},
|
|
6822
5465
|
"v1Model": {
|
|
6823
5466
|
"type": "object",
|
|
6824
5467
|
"properties": {
|
|
@@ -7159,94 +5802,6 @@
|
|
|
7159
5802
|
}
|
|
7160
5803
|
}
|
|
7161
5804
|
},
|
|
7162
|
-
"v1ProcessWorkflowNodeResponse": {
|
|
7163
|
-
"type": "object",
|
|
7164
|
-
"properties": {
|
|
7165
|
-
"operation": {
|
|
7166
|
-
"$ref": "#/definitions/v1Operation",
|
|
7167
|
-
"description": "The operation that processes the WorkflowNode."
|
|
7168
|
-
}
|
|
7169
|
-
}
|
|
7170
|
-
},
|
|
7171
|
-
"v1PromptLibraryItem": {
|
|
7172
|
-
"type": "object",
|
|
7173
|
-
"properties": {
|
|
7174
|
-
"name": {
|
|
7175
|
-
"type": "string",
|
|
7176
|
-
"title": "Output only. Name of the item resource. e.g.: \"promptLibraryItem/\u003cUUID\u003e\"",
|
|
7177
|
-
"readOnly": true
|
|
7178
|
-
},
|
|
7179
|
-
"createTime": {
|
|
7180
|
-
"type": "string",
|
|
7181
|
-
"format": "date-time",
|
|
7182
|
-
"description": "Output only. Timestamp when the item was created.",
|
|
7183
|
-
"readOnly": true
|
|
7184
|
-
},
|
|
7185
|
-
"creator": {
|
|
7186
|
-
"type": "string",
|
|
7187
|
-
"description": "Output only. Name of the user or service that requested creation of the item.",
|
|
7188
|
-
"readOnly": true
|
|
7189
|
-
},
|
|
7190
|
-
"updateTime": {
|
|
7191
|
-
"type": "string",
|
|
7192
|
-
"format": "date-time",
|
|
7193
|
-
"description": "Output only. Optional. Timestamp when the item was last updated.",
|
|
7194
|
-
"readOnly": true
|
|
7195
|
-
},
|
|
7196
|
-
"updater": {
|
|
7197
|
-
"type": "string",
|
|
7198
|
-
"description": "Output only. Optional. Name of the user or service that requested update of the item.",
|
|
7199
|
-
"readOnly": true
|
|
7200
|
-
},
|
|
7201
|
-
"deleteTime": {
|
|
7202
|
-
"type": "string",
|
|
7203
|
-
"format": "date-time",
|
|
7204
|
-
"description": "Output only. Optional. Set when the item is deleted. When set, item should be considered as\ndeleted.",
|
|
7205
|
-
"readOnly": true
|
|
7206
|
-
},
|
|
7207
|
-
"deleter": {
|
|
7208
|
-
"type": "string",
|
|
7209
|
-
"description": "Output only. Optional. Name of the user or service that requested deletion of the item.",
|
|
7210
|
-
"readOnly": true
|
|
7211
|
-
},
|
|
7212
|
-
"displayName": {
|
|
7213
|
-
"type": "string",
|
|
7214
|
-
"description": "Human readable name of the item."
|
|
7215
|
-
},
|
|
7216
|
-
"description": {
|
|
7217
|
-
"type": "string",
|
|
7218
|
-
"description": "Optional. Arbitrary description of the item."
|
|
7219
|
-
},
|
|
7220
|
-
"testSuiteUrl": {
|
|
7221
|
-
"type": "string",
|
|
7222
|
-
"description": "URL of the test suite which is represented by this library item."
|
|
7223
|
-
},
|
|
7224
|
-
"testCount": {
|
|
7225
|
-
"type": "integer",
|
|
7226
|
-
"format": "int64",
|
|
7227
|
-
"description": "Number of tests in the test suite."
|
|
7228
|
-
},
|
|
7229
|
-
"testCaseCount": {
|
|
7230
|
-
"type": "integer",
|
|
7231
|
-
"format": "int64",
|
|
7232
|
-
"description": "Number of test cases in the test suite."
|
|
7233
|
-
},
|
|
7234
|
-
"evaluates": {
|
|
7235
|
-
"type": "array",
|
|
7236
|
-
"items": {
|
|
7237
|
-
"$ref": "#/definitions/v1TestSuiteEvaluates"
|
|
7238
|
-
},
|
|
7239
|
-
"description": "Types of systems evaluated by this item - like RAG (has corpus), LLM (no corpus) or agents."
|
|
7240
|
-
},
|
|
7241
|
-
"categories": {
|
|
7242
|
-
"type": "array",
|
|
7243
|
-
"items": {
|
|
7244
|
-
"type": "string"
|
|
7245
|
-
},
|
|
7246
|
-
"description": "Categories of test cases in the item - like question_answering or summarization."
|
|
7247
|
-
}
|
|
7248
|
-
}
|
|
7249
|
-
},
|
|
7250
5805
|
"v1Test": {
|
|
7251
5806
|
"type": "object",
|
|
7252
5807
|
"properties": {
|
|
@@ -7380,14 +5935,6 @@
|
|
|
7380
5935
|
"condition": {
|
|
7381
5936
|
"type": "string",
|
|
7382
5937
|
"description": "Optional. Test case output condition, in a form of AIP-160 compliant filter expression."
|
|
7383
|
-
},
|
|
7384
|
-
"perturbedBy": {
|
|
7385
|
-
"type": "array",
|
|
7386
|
-
"items": {
|
|
7387
|
-
"type": "string"
|
|
7388
|
-
},
|
|
7389
|
-
"description": "Output only. The list of perturbators applied to this test case.",
|
|
7390
|
-
"readOnly": true
|
|
7391
5938
|
}
|
|
7392
5939
|
}
|
|
7393
5940
|
},
|
|
@@ -7593,16 +6140,6 @@
|
|
|
7593
6140
|
}
|
|
7594
6141
|
}
|
|
7595
6142
|
},
|
|
7596
|
-
"v1TestSuiteEvaluates": {
|
|
7597
|
-
"type": "string",
|
|
7598
|
-
"enum": [
|
|
7599
|
-
"TEST_SUITE_EVALUATES_UNSPECIFIED",
|
|
7600
|
-
"TEST_SUITE_EVALUATES_RAG",
|
|
7601
|
-
"TEST_SUITE_EVALUATES_LLM",
|
|
7602
|
-
"TEST_SUITE_EVALUATES_AGENT"
|
|
7603
|
-
],
|
|
7604
|
-
"default": "TEST_SUITE_EVALUATES_UNSPECIFIED"
|
|
7605
|
-
},
|
|
7606
6143
|
"v1UpdateDashboardResponse": {
|
|
7607
6144
|
"type": "object",
|
|
7608
6145
|
"properties": {
|
|
@@ -7666,24 +6203,6 @@
|
|
|
7666
6203
|
}
|
|
7667
6204
|
}
|
|
7668
6205
|
},
|
|
7669
|
-
"v1UpdateWorkflowNodeResponse": {
|
|
7670
|
-
"type": "object",
|
|
7671
|
-
"properties": {
|
|
7672
|
-
"node": {
|
|
7673
|
-
"$ref": "#/definitions/v1WorkflowNode",
|
|
7674
|
-
"description": "The updated WorkflowNode."
|
|
7675
|
-
}
|
|
7676
|
-
}
|
|
7677
|
-
},
|
|
7678
|
-
"v1UpdateWorkflowResponse": {
|
|
7679
|
-
"type": "object",
|
|
7680
|
-
"properties": {
|
|
7681
|
-
"workflow": {
|
|
7682
|
-
"$ref": "#/definitions/v1Workflow",
|
|
7683
|
-
"description": "The Workflow updated."
|
|
7684
|
-
}
|
|
7685
|
-
}
|
|
7686
|
-
},
|
|
7687
6206
|
"v1WhoAmIResponse": {
|
|
7688
6207
|
"type": "object",
|
|
7689
6208
|
"properties": {
|
|
@@ -7700,396 +6219,6 @@
|
|
|
7700
6219
|
"description": "The caller's email address. Might be empty."
|
|
7701
6220
|
}
|
|
7702
6221
|
}
|
|
7703
|
-
},
|
|
7704
|
-
"v1Workflow": {
|
|
7705
|
-
"type": "object",
|
|
7706
|
-
"properties": {
|
|
7707
|
-
"name": {
|
|
7708
|
-
"type": "string",
|
|
7709
|
-
"description": "Output only. Immutable. Resource name of the Workflow in format of `workflows/{workflow_id}`.",
|
|
7710
|
-
"readOnly": true
|
|
7711
|
-
},
|
|
7712
|
-
"displayName": {
|
|
7713
|
-
"type": "string",
|
|
7714
|
-
"description": "Human-readable name of the Workflow."
|
|
7715
|
-
},
|
|
7716
|
-
"description": {
|
|
7717
|
-
"type": "string",
|
|
7718
|
-
"description": "Optional description of the Workflow."
|
|
7719
|
-
},
|
|
7720
|
-
"createTime": {
|
|
7721
|
-
"type": "string",
|
|
7722
|
-
"format": "date-time",
|
|
7723
|
-
"description": "Output only. Immutable. Creation time of the Workflow.",
|
|
7724
|
-
"readOnly": true
|
|
7725
|
-
},
|
|
7726
|
-
"creator": {
|
|
7727
|
-
"type": "string",
|
|
7728
|
-
"description": "Output only. Immutable. Name of the user or service that requested creation of the Workflow.",
|
|
7729
|
-
"readOnly": true
|
|
7730
|
-
},
|
|
7731
|
-
"updateTime": {
|
|
7732
|
-
"type": "string",
|
|
7733
|
-
"format": "date-time",
|
|
7734
|
-
"description": "Output only. Optional. Last update time of the Workflow.",
|
|
7735
|
-
"readOnly": true
|
|
7736
|
-
},
|
|
7737
|
-
"updater": {
|
|
7738
|
-
"type": "string",
|
|
7739
|
-
"description": "Output only. Name of the user or service that requested update of the Workflow.",
|
|
7740
|
-
"readOnly": true
|
|
7741
|
-
},
|
|
7742
|
-
"deleteTime": {
|
|
7743
|
-
"type": "string",
|
|
7744
|
-
"format": "date-time",
|
|
7745
|
-
"description": "Output only. Optional. Deletion time of the Workflow.",
|
|
7746
|
-
"readOnly": true
|
|
7747
|
-
},
|
|
7748
|
-
"deleter": {
|
|
7749
|
-
"type": "string",
|
|
7750
|
-
"description": "Output only. Name of the user or service that requested deletion of the Workflow.",
|
|
7751
|
-
"readOnly": true
|
|
7752
|
-
},
|
|
7753
|
-
"type": {
|
|
7754
|
-
"$ref": "#/definitions/v1WorkflowType",
|
|
7755
|
-
"description": "Immutable. Type of the Workflow."
|
|
7756
|
-
},
|
|
7757
|
-
"model": {
|
|
7758
|
-
"type": "string",
|
|
7759
|
-
"description": "Immutable. Resource name of the Model associated with this Workflow."
|
|
7760
|
-
},
|
|
7761
|
-
"nodes": {
|
|
7762
|
-
"type": "array",
|
|
7763
|
-
"items": {
|
|
7764
|
-
"type": "string"
|
|
7765
|
-
},
|
|
7766
|
-
"description": "Output only. List of the WorkflowNodes in the Workflow.",
|
|
7767
|
-
"readOnly": true
|
|
7768
|
-
},
|
|
7769
|
-
"edges": {
|
|
7770
|
-
"type": "array",
|
|
7771
|
-
"items": {
|
|
7772
|
-
"type": "string"
|
|
7773
|
-
},
|
|
7774
|
-
"description": "Output only. List of the WorkflowEdges in the Workflow.",
|
|
7775
|
-
"readOnly": true
|
|
7776
|
-
},
|
|
7777
|
-
"outputs": {
|
|
7778
|
-
"type": "object",
|
|
7779
|
-
"additionalProperties": {
|
|
7780
|
-
"type": "object"
|
|
7781
|
-
},
|
|
7782
|
-
"description": "Output only. Optional. Computed outputs of all the WorkflowNodes in the Workflow.",
|
|
7783
|
-
"readOnly": true
|
|
7784
|
-
},
|
|
7785
|
-
"outputArtifacts": {
|
|
7786
|
-
"type": "object",
|
|
7787
|
-
"additionalProperties": {
|
|
7788
|
-
"$ref": "#/definitions/v1WorkflowNodeArtifacts"
|
|
7789
|
-
},
|
|
7790
|
-
"description": "Output only. Optional. List of the WorkflowNodeArtifacts produces by all the WorkflowNodes in the\nWorkflow.",
|
|
7791
|
-
"readOnly": true
|
|
7792
|
-
},
|
|
7793
|
-
"llmModel": {
|
|
7794
|
-
"type": "string",
|
|
7795
|
-
"description": "Immutable. LLM Model to use."
|
|
7796
|
-
},
|
|
7797
|
-
"modelParameters": {
|
|
7798
|
-
"type": "string",
|
|
7799
|
-
"description": "Optional. Immutable. Model parameter overrides in JSON format."
|
|
7800
|
-
}
|
|
7801
|
-
},
|
|
7802
|
-
"description": "Workflow represents a workflow in Eval Studio. It consists of WorkflowNodes and WorkflowEdges."
|
|
7803
|
-
},
|
|
7804
|
-
"v1WorkflowEdge": {
|
|
7805
|
-
"type": "object",
|
|
7806
|
-
"properties": {
|
|
7807
|
-
"name": {
|
|
7808
|
-
"type": "string",
|
|
7809
|
-
"description": "Resource name of the Workflow in format of `workflow/{workflow_id}/edges/{edge_id}`."
|
|
7810
|
-
},
|
|
7811
|
-
"parent": {
|
|
7812
|
-
"type": "string",
|
|
7813
|
-
"description": "Output only. Immutable. Resource name of the parent Workflow in format of\n`workflow/{workflow_id}`.",
|
|
7814
|
-
"readOnly": true
|
|
7815
|
-
},
|
|
7816
|
-
"createTime": {
|
|
7817
|
-
"type": "string",
|
|
7818
|
-
"format": "date-time",
|
|
7819
|
-
"description": "Output only. Immutable. Creation time of the WorkflowEdge.",
|
|
7820
|
-
"readOnly": true
|
|
7821
|
-
},
|
|
7822
|
-
"creator": {
|
|
7823
|
-
"type": "string",
|
|
7824
|
-
"description": "Output only. Immutable. Name of the user or service that requested creation of the\nWorkflowEdge.",
|
|
7825
|
-
"readOnly": true
|
|
7826
|
-
},
|
|
7827
|
-
"updateTime": {
|
|
7828
|
-
"type": "string",
|
|
7829
|
-
"format": "date-time",
|
|
7830
|
-
"description": "Output only. Optional. Last update time of the WorkflowEdge.",
|
|
7831
|
-
"readOnly": true
|
|
7832
|
-
},
|
|
7833
|
-
"updater": {
|
|
7834
|
-
"type": "string",
|
|
7835
|
-
"description": "Output only. Name of the user or service that requested update of the WorkflowEdge.",
|
|
7836
|
-
"readOnly": true
|
|
7837
|
-
},
|
|
7838
|
-
"deleteTime": {
|
|
7839
|
-
"type": "string",
|
|
7840
|
-
"format": "date-time",
|
|
7841
|
-
"description": "Output only. Optional. Deletion time of the WorkflowEdge.",
|
|
7842
|
-
"readOnly": true
|
|
7843
|
-
},
|
|
7844
|
-
"deleter": {
|
|
7845
|
-
"type": "string",
|
|
7846
|
-
"description": "Output only. Name of the user or service that requested deletion of the WorkflowEdge.",
|
|
7847
|
-
"readOnly": true
|
|
7848
|
-
},
|
|
7849
|
-
"type": {
|
|
7850
|
-
"$ref": "#/definitions/v1WorkflowEdgeType",
|
|
7851
|
-
"description": "Type of the WorkflowEdge."
|
|
7852
|
-
},
|
|
7853
|
-
"from": {
|
|
7854
|
-
"type": "string",
|
|
7855
|
-
"description": "Resource name of the source WorkflowNode in format of `workflow/{workflow_id}/nodes/{node_id}`."
|
|
7856
|
-
},
|
|
7857
|
-
"to": {
|
|
7858
|
-
"type": "string",
|
|
7859
|
-
"description": "Resource name of the target WorkflowNode in format of `workflow/{workflow_id}/nodes/{node_id}`."
|
|
7860
|
-
}
|
|
7861
|
-
},
|
|
7862
|
-
"description": "WorkflowEdge represents an oriented edge between two WorkflowNodes in an Eval Studio Workflow."
|
|
7863
|
-
},
|
|
7864
|
-
"v1WorkflowEdgeType": {
|
|
7865
|
-
"type": "string",
|
|
7866
|
-
"enum": [
|
|
7867
|
-
"WORKFLOW_EDGE_TYPE_UNSPECIFIED",
|
|
7868
|
-
"WORKFLOW_EDGE_TYPE_SIMPLE"
|
|
7869
|
-
],
|
|
7870
|
-
"default": "WORKFLOW_EDGE_TYPE_UNSPECIFIED",
|
|
7871
|
-
"description": "WorkflowEdgeType represents the type of a WorkflowEdge.\n\n - WORKFLOW_EDGE_TYPE_UNSPECIFIED: Unspecified type.\n - WORKFLOW_EDGE_TYPE_SIMPLE: Simple edge without any conditions."
|
|
7872
|
-
},
|
|
7873
|
-
"v1WorkflowNode": {
|
|
7874
|
-
"type": "object",
|
|
7875
|
-
"properties": {
|
|
7876
|
-
"name": {
|
|
7877
|
-
"type": "string",
|
|
7878
|
-
"description": "Output only. Immutable. Resource name of the Workflow in format of\n`workflows/{workflow_id}/nodes/{node_id}`.",
|
|
7879
|
-
"readOnly": true
|
|
7880
|
-
},
|
|
7881
|
-
"parent": {
|
|
7882
|
-
"type": "string",
|
|
7883
|
-
"description": "Output only. Immutable. Resource name of the parent Workflow in format of\n`workflows/{workflow_id}/`.",
|
|
7884
|
-
"readOnly": true
|
|
7885
|
-
},
|
|
7886
|
-
"displayName": {
|
|
7887
|
-
"type": "string",
|
|
7888
|
-
"description": "Human-readable name of the WorkflowNode."
|
|
7889
|
-
},
|
|
7890
|
-
"description": {
|
|
7891
|
-
"type": "string",
|
|
7892
|
-
"description": "Optional description of the WorkflowNode."
|
|
7893
|
-
},
|
|
7894
|
-
"createTime": {
|
|
7895
|
-
"type": "string",
|
|
7896
|
-
"format": "date-time",
|
|
7897
|
-
"description": "Output only. Immutable. Creation time of the WorkflowNode.",
|
|
7898
|
-
"readOnly": true
|
|
7899
|
-
},
|
|
7900
|
-
"creator": {
|
|
7901
|
-
"type": "string",
|
|
7902
|
-
"description": "Output only. Immutable. Name of the user or service that requested creation of the\nWorkflowNode.",
|
|
7903
|
-
"readOnly": true
|
|
7904
|
-
},
|
|
7905
|
-
"updateTime": {
|
|
7906
|
-
"type": "string",
|
|
7907
|
-
"format": "date-time",
|
|
7908
|
-
"description": "Output only. Optional. Last update time of the WorkflowNode.",
|
|
7909
|
-
"readOnly": true
|
|
7910
|
-
},
|
|
7911
|
-
"updater": {
|
|
7912
|
-
"type": "string",
|
|
7913
|
-
"description": "Output only. Name of the user or service that requested update of the WorkflowNode.",
|
|
7914
|
-
"readOnly": true
|
|
7915
|
-
},
|
|
7916
|
-
"deleteTime": {
|
|
7917
|
-
"type": "string",
|
|
7918
|
-
"format": "date-time",
|
|
7919
|
-
"description": "Output only. Optional. Deletion time of the WorkflowNode.",
|
|
7920
|
-
"readOnly": true
|
|
7921
|
-
},
|
|
7922
|
-
"deleter": {
|
|
7923
|
-
"type": "string",
|
|
7924
|
-
"description": "Output only. Name of the user or service that requested deletion of the WorkflowNode.",
|
|
7925
|
-
"readOnly": true
|
|
7926
|
-
},
|
|
7927
|
-
"type": {
|
|
7928
|
-
"$ref": "#/definitions/v1WorkflowNodeType",
|
|
7929
|
-
"description": "Immutable. Type of the WorkflowNode."
|
|
7930
|
-
},
|
|
7931
|
-
"parameters": {
|
|
7932
|
-
"type": "object",
|
|
7933
|
-
"description": "User-given parameters for the WorkflowNode."
|
|
7934
|
-
},
|
|
7935
|
-
"outputs": {
|
|
7936
|
-
"type": "object",
|
|
7937
|
-
"description": "Output only. Computed outputs of the WorkflowNode.",
|
|
7938
|
-
"readOnly": true
|
|
7939
|
-
},
|
|
7940
|
-
"outputArtifacts": {
|
|
7941
|
-
"type": "array",
|
|
7942
|
-
"items": {
|
|
7943
|
-
"type": "object",
|
|
7944
|
-
"$ref": "#/definitions/v1WorkflowNodeArtifact"
|
|
7945
|
-
},
|
|
7946
|
-
"description": "Output only. Optional. List of the WorkflowNodeArtifacts produces by the WorkflowNode.",
|
|
7947
|
-
"readOnly": true
|
|
7948
|
-
},
|
|
7949
|
-
"status": {
|
|
7950
|
-
"$ref": "#/definitions/v1WorkflowNodeStatus",
|
|
7951
|
-
"description": "Output only. Status of the WorkflowNode.",
|
|
7952
|
-
"readOnly": true
|
|
7953
|
-
},
|
|
7954
|
-
"attributes": {
|
|
7955
|
-
"$ref": "#/definitions/v1WorkflowNodeAttributes",
|
|
7956
|
-
"description": "Additional attributes/metadata of the WorkflowNode."
|
|
7957
|
-
},
|
|
7958
|
-
"processedByOperation": {
|
|
7959
|
-
"type": "string",
|
|
7960
|
-
"description": "Output only. Optional. Resource name of the latest Operation that has processed or is currently\nprocessing this WorkflowNode.",
|
|
7961
|
-
"readOnly": true
|
|
7962
|
-
}
|
|
7963
|
-
},
|
|
7964
|
-
"description": "WorkflowNode represents a node in an Eval Studio Workflow."
|
|
7965
|
-
},
|
|
7966
|
-
"v1WorkflowNodeArtifact": {
|
|
7967
|
-
"type": "object",
|
|
7968
|
-
"properties": {
|
|
7969
|
-
"name": {
|
|
7970
|
-
"type": "string",
|
|
7971
|
-
"description": "Resource name of the Workflow in format of\n`workflows/{workflow_id}/nodes/{node_id}/artifacts/{artifact_id}`."
|
|
7972
|
-
},
|
|
7973
|
-
"parent": {
|
|
7974
|
-
"type": "string",
|
|
7975
|
-
"description": "Output only. Immutable. Resource name of the parent WorkflowNode in format of\n`workflows/{workflow_id}/nodes/{node_id}`.",
|
|
7976
|
-
"readOnly": true
|
|
7977
|
-
},
|
|
7978
|
-
"displayName": {
|
|
7979
|
-
"type": "string",
|
|
7980
|
-
"description": "Human-readable name of the WorkflowNodeArtifact."
|
|
7981
|
-
},
|
|
7982
|
-
"description": {
|
|
7983
|
-
"type": "string",
|
|
7984
|
-
"description": "Optional description of the WorkflowNodeArtifact."
|
|
7985
|
-
},
|
|
7986
|
-
"createTime": {
|
|
7987
|
-
"type": "string",
|
|
7988
|
-
"format": "date-time",
|
|
7989
|
-
"description": "Output only. Immutable. Creation time of the WorkflowNodeArtifact.",
|
|
7990
|
-
"readOnly": true
|
|
7991
|
-
},
|
|
7992
|
-
"creator": {
|
|
7993
|
-
"type": "string",
|
|
7994
|
-
"description": "Output only. Immutable. Name of the user or service that requested creation of the\nWorkflowNodeArtifact.",
|
|
7995
|
-
"readOnly": true
|
|
7996
|
-
},
|
|
7997
|
-
"updateTime": {
|
|
7998
|
-
"type": "string",
|
|
7999
|
-
"format": "date-time",
|
|
8000
|
-
"description": "Output only. Optional. Last update time of the WorkflowNodeArtifact.",
|
|
8001
|
-
"readOnly": true
|
|
8002
|
-
},
|
|
8003
|
-
"updater": {
|
|
8004
|
-
"type": "string",
|
|
8005
|
-
"description": "Output only. Name of the user or service that requested update of the WorkflowNodeArtifact.",
|
|
8006
|
-
"readOnly": true
|
|
8007
|
-
},
|
|
8008
|
-
"deleteTime": {
|
|
8009
|
-
"type": "string",
|
|
8010
|
-
"format": "date-time",
|
|
8011
|
-
"description": "Output only. Optional. Deletion time of the WorkflowNodeArtifact.",
|
|
8012
|
-
"readOnly": true
|
|
8013
|
-
},
|
|
8014
|
-
"deleter": {
|
|
8015
|
-
"type": "string",
|
|
8016
|
-
"description": "Output only. Name of the user or service that requested deletion of the WorkflowNodeArtifact.",
|
|
8017
|
-
"readOnly": true
|
|
8018
|
-
},
|
|
8019
|
-
"mimeType": {
|
|
8020
|
-
"type": "string",
|
|
8021
|
-
"description": "Optional MIME type of the WorkflowNodeArtifact."
|
|
8022
|
-
}
|
|
8023
|
-
},
|
|
8024
|
-
"description": "WorkflowNodeArtifact represents an artifact produced/consumed by a WorkflowNode."
|
|
8025
|
-
},
|
|
8026
|
-
"v1WorkflowNodeArtifacts": {
|
|
8027
|
-
"type": "object",
|
|
8028
|
-
"properties": {
|
|
8029
|
-
"artifacts": {
|
|
8030
|
-
"type": "array",
|
|
8031
|
-
"items": {
|
|
8032
|
-
"type": "object",
|
|
8033
|
-
"$ref": "#/definitions/v1WorkflowNodeArtifact"
|
|
8034
|
-
},
|
|
8035
|
-
"description": "Output only. List of the WorkflowNodeArtifacts produced by the WorkflowNode.",
|
|
8036
|
-
"readOnly": true
|
|
8037
|
-
}
|
|
8038
|
-
}
|
|
8039
|
-
},
|
|
8040
|
-
"v1WorkflowNodeAttributes": {
|
|
8041
|
-
"type": "object",
|
|
8042
|
-
"properties": {
|
|
8043
|
-
"canDelete": {
|
|
8044
|
-
"type": "boolean",
|
|
8045
|
-
"description": "Whether the WorkflowNode can be deleted."
|
|
8046
|
-
}
|
|
8047
|
-
},
|
|
8048
|
-
"description": "WorkflowNodeAttributes represents additional attributes of a WorkflowNode."
|
|
8049
|
-
},
|
|
8050
|
-
"v1WorkflowNodeStatus": {
|
|
8051
|
-
"type": "string",
|
|
8052
|
-
"enum": [
|
|
8053
|
-
"WORKFLOW_NODE_STATUS_UNSPECIFIED",
|
|
8054
|
-
"WORKFLOW_NODE_STATUS_PENDING",
|
|
8055
|
-
"WORKFLOW_NODE_STATUS_RUNNING",
|
|
8056
|
-
"WORKFLOW_NODE_STATUS_COMPLETED",
|
|
8057
|
-
"WORKFLOW_NODE_STATUS_FAILED"
|
|
8058
|
-
],
|
|
8059
|
-
"default": "WORKFLOW_NODE_STATUS_UNSPECIFIED",
|
|
8060
|
-
"description": "WorkflowNodeStatus represents the status of a WorkflowNode.\n\n - WORKFLOW_NODE_STATUS_UNSPECIFIED: Unspecified status.\n - WORKFLOW_NODE_STATUS_PENDING: WorkflowNode is pending.\n - WORKFLOW_NODE_STATUS_RUNNING: WorkflowNode is running.\n - WORKFLOW_NODE_STATUS_COMPLETED: WorkflowNode is completed successfully.\n - WORKFLOW_NODE_STATUS_FAILED: WorkflowNode failed."
|
|
8061
|
-
},
|
|
8062
|
-
"v1WorkflowNodeType": {
|
|
8063
|
-
"type": "string",
|
|
8064
|
-
"enum": [
|
|
8065
|
-
"WORKFLOW_NODE_TYPE_UNSPECIFIED",
|
|
8066
|
-
"WORKFLOW_NODE_TYPE_TOPIC_MODELLING",
|
|
8067
|
-
"WORKFLOW_NODE_TYPE_TEST_GENERATION",
|
|
8068
|
-
"WORKFLOW_NODE_TYPE_PERTURBATION",
|
|
8069
|
-
"WORKFLOW_NODE_TYPE_AUTOMATED_EVALUATION",
|
|
8070
|
-
"WORKFLOW_NODE_TYPE_HUMAN_EVALUATION"
|
|
8071
|
-
],
|
|
8072
|
-
"default": "WORKFLOW_NODE_TYPE_UNSPECIFIED",
|
|
8073
|
-
"description": "WorkflowNodeType represents the type of a WorkflowNode."
|
|
8074
|
-
},
|
|
8075
|
-
"v1WorkflowNodeView": {
|
|
8076
|
-
"type": "string",
|
|
8077
|
-
"enum": [
|
|
8078
|
-
"WORKFLOW_NODE_VIEW_UNSPECIFIED",
|
|
8079
|
-
"WORKFLOW_NODE_VIEW_BASIC",
|
|
8080
|
-
"WORKFLOW_NODE_VIEW_FULL"
|
|
8081
|
-
],
|
|
8082
|
-
"default": "WORKFLOW_NODE_VIEW_UNSPECIFIED",
|
|
8083
|
-
"description": "WorkflowNodeView specifies the level of detail to include in the response.\n\n - WORKFLOW_NODE_VIEW_UNSPECIFIED: Unspecified view.\n - WORKFLOW_NODE_VIEW_BASIC: Basic view. Lacks large data fields. TODO: describe what fields are omitted.\n - WORKFLOW_NODE_VIEW_FULL: Full view. Contains all fields."
|
|
8084
|
-
},
|
|
8085
|
-
"v1WorkflowType": {
|
|
8086
|
-
"type": "string",
|
|
8087
|
-
"enum": [
|
|
8088
|
-
"WORKFLOW_TYPE_UNSPECIFIED",
|
|
8089
|
-
"WORKFLOW_TYPE_MRM"
|
|
8090
|
-
],
|
|
8091
|
-
"default": "WORKFLOW_TYPE_UNSPECIFIED",
|
|
8092
|
-
"description": "WorkflowType represents the type of a Workflow."
|
|
8093
6222
|
}
|
|
8094
6223
|
}
|
|
8095
6224
|
}
|