eval-studio-client 1.0.1__py3-none-any.whl → 1.0.2__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 +0 -7
- 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.2.dist-info}/METADATA +3 -2
- {eval_studio_client-1.0.1.dist-info → eval_studio_client-1.0.2.dist-info}/RECORD +50 -179
- {eval_studio_client-1.0.1.dist-info → eval_studio_client-1.0.2.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
|
@@ -21,7 +21,6 @@ from eval_studio_client.api.api.dashboard_service_api import DashboardServiceApi
|
|
|
21
21
|
from eval_studio_client.api.api.document_service_api import DocumentServiceApi
|
|
22
22
|
from eval_studio_client.api.api.evaluation_service_api import EvaluationServiceApi
|
|
23
23
|
from eval_studio_client.api.api.evaluator_service_api import EvaluatorServiceApi
|
|
24
|
-
from eval_studio_client.api.api.human_calibration_service_api import HumanCalibrationServiceApi
|
|
25
24
|
from eval_studio_client.api.api.info_service_api import InfoServiceApi
|
|
26
25
|
from eval_studio_client.api.api.leaderboard_service_api import LeaderboardServiceApi
|
|
27
26
|
from eval_studio_client.api.api.model_service_api import ModelServiceApi
|
|
@@ -30,15 +29,11 @@ from eval_studio_client.api.api.operation_service_api import OperationServiceApi
|
|
|
30
29
|
from eval_studio_client.api.api.perturbation_service_api import PerturbationServiceApi
|
|
31
30
|
from eval_studio_client.api.api.perturbator_service_api import PerturbatorServiceApi
|
|
32
31
|
from eval_studio_client.api.api.prompt_generation_service_api import PromptGenerationServiceApi
|
|
33
|
-
from eval_studio_client.api.api.prompt_library_service_api import PromptLibraryServiceApi
|
|
34
32
|
from eval_studio_client.api.api.test_case_service_api import TestCaseServiceApi
|
|
35
33
|
from eval_studio_client.api.api.test_class_service_api import TestClassServiceApi
|
|
36
34
|
from eval_studio_client.api.api.test_lab_service_api import TestLabServiceApi
|
|
37
35
|
from eval_studio_client.api.api.test_service_api import TestServiceApi
|
|
38
36
|
from eval_studio_client.api.api.who_am_i_service_api import WhoAmIServiceApi
|
|
39
|
-
from eval_studio_client.api.api.workflow_edge_service_api import WorkflowEdgeServiceApi
|
|
40
|
-
from eval_studio_client.api.api.workflow_node_service_api import WorkflowNodeServiceApi
|
|
41
|
-
from eval_studio_client.api.api.workflow_service_api import WorkflowServiceApi
|
|
42
37
|
|
|
43
38
|
# import ApiClient
|
|
44
39
|
from eval_studio_client.api.api_response import ApiResponse
|
|
@@ -55,7 +50,6 @@ from eval_studio_client.api.exceptions import ApiException
|
|
|
55
50
|
from eval_studio_client.api.models.perturbation_service_create_perturbation_request import PerturbationServiceCreatePerturbationRequest
|
|
56
51
|
from eval_studio_client.api.models.prompt_generation_service_auto_generate_prompts_request import PromptGenerationServiceAutoGeneratePromptsRequest
|
|
57
52
|
from eval_studio_client.api.models.protobuf_any import ProtobufAny
|
|
58
|
-
from eval_studio_client.api.models.protobuf_null_value import ProtobufNullValue
|
|
59
53
|
from eval_studio_client.api.models.required_the_dashboard_to_update import RequiredTheDashboardToUpdate
|
|
60
54
|
from eval_studio_client.api.models.required_the_document_to_update import RequiredTheDocumentToUpdate
|
|
61
55
|
from eval_studio_client.api.models.required_the_leaderboard_to_update import RequiredTheLeaderboardToUpdate
|
|
@@ -64,13 +58,9 @@ from eval_studio_client.api.models.required_the_operation_to_finalize import Req
|
|
|
64
58
|
from eval_studio_client.api.models.required_the_operation_to_update import RequiredTheOperationToUpdate
|
|
65
59
|
from eval_studio_client.api.models.required_the_test_case_to_update import RequiredTheTestCaseToUpdate
|
|
66
60
|
from eval_studio_client.api.models.required_the_test_to_update import RequiredTheTestToUpdate
|
|
67
|
-
from eval_studio_client.api.models.required_the_updated_workflow import RequiredTheUpdatedWorkflow
|
|
68
|
-
from eval_studio_client.api.models.required_the_updated_workflow_node import RequiredTheUpdatedWorkflowNode
|
|
69
61
|
from eval_studio_client.api.models.rpc_status import RpcStatus
|
|
70
62
|
from eval_studio_client.api.models.test_case_service_batch_delete_test_cases_request import TestCaseServiceBatchDeleteTestCasesRequest
|
|
71
63
|
from eval_studio_client.api.models.test_service_generate_test_cases_request import TestServiceGenerateTestCasesRequest
|
|
72
|
-
from eval_studio_client.api.models.test_service_import_test_cases_from_library_request import TestServiceImportTestCasesFromLibraryRequest
|
|
73
|
-
from eval_studio_client.api.models.test_service_list_test_case_library_items_request import TestServiceListTestCaseLibraryItemsRequest
|
|
74
64
|
from eval_studio_client.api.models.test_service_perturb_test_request import TestServicePerturbTestRequest
|
|
75
65
|
from eval_studio_client.api.models.v1_batch_create_leaderboards_request import V1BatchCreateLeaderboardsRequest
|
|
76
66
|
from eval_studio_client.api.models.v1_batch_create_leaderboards_response import V1BatchCreateLeaderboardsResponse
|
|
@@ -87,16 +77,12 @@ from eval_studio_client.api.models.v1_batch_delete_models_response import V1Batc
|
|
|
87
77
|
from eval_studio_client.api.models.v1_batch_delete_test_cases_response import V1BatchDeleteTestCasesResponse
|
|
88
78
|
from eval_studio_client.api.models.v1_batch_delete_tests_request import V1BatchDeleteTestsRequest
|
|
89
79
|
from eval_studio_client.api.models.v1_batch_delete_tests_response import V1BatchDeleteTestsResponse
|
|
90
|
-
from eval_studio_client.api.models.v1_batch_delete_workflows_request import V1BatchDeleteWorkflowsRequest
|
|
91
|
-
from eval_studio_client.api.models.v1_batch_delete_workflows_response import V1BatchDeleteWorkflowsResponse
|
|
92
80
|
from eval_studio_client.api.models.v1_batch_get_dashboards_response import V1BatchGetDashboardsResponse
|
|
93
81
|
from eval_studio_client.api.models.v1_batch_get_documents_response import V1BatchGetDocumentsResponse
|
|
94
82
|
from eval_studio_client.api.models.v1_batch_get_leaderboards_response import V1BatchGetLeaderboardsResponse
|
|
95
83
|
from eval_studio_client.api.models.v1_batch_get_models_response import V1BatchGetModelsResponse
|
|
96
84
|
from eval_studio_client.api.models.v1_batch_get_operations_response import V1BatchGetOperationsResponse
|
|
97
85
|
from eval_studio_client.api.models.v1_batch_get_tests_response import V1BatchGetTestsResponse
|
|
98
|
-
from eval_studio_client.api.models.v1_batch_get_workflow_edges_response import V1BatchGetWorkflowEdgesResponse
|
|
99
|
-
from eval_studio_client.api.models.v1_batch_get_workflow_nodes_response import V1BatchGetWorkflowNodesResponse
|
|
100
86
|
from eval_studio_client.api.models.v1_batch_import_leaderboard_request import V1BatchImportLeaderboardRequest
|
|
101
87
|
from eval_studio_client.api.models.v1_batch_import_leaderboard_response import V1BatchImportLeaderboardResponse
|
|
102
88
|
from eval_studio_client.api.models.v1_batch_import_tests_request import V1BatchImportTestsRequest
|
|
@@ -115,7 +101,6 @@ from eval_studio_client.api.models.v1_create_perturbation_response import V1Crea
|
|
|
115
101
|
from eval_studio_client.api.models.v1_create_test_case_response import V1CreateTestCaseResponse
|
|
116
102
|
from eval_studio_client.api.models.v1_create_test_lab_response import V1CreateTestLabResponse
|
|
117
103
|
from eval_studio_client.api.models.v1_create_test_response import V1CreateTestResponse
|
|
118
|
-
from eval_studio_client.api.models.v1_create_workflow_response import V1CreateWorkflowResponse
|
|
119
104
|
from eval_studio_client.api.models.v1_dashboard import V1Dashboard
|
|
120
105
|
from eval_studio_client.api.models.v1_dashboard_status import V1DashboardStatus
|
|
121
106
|
from eval_studio_client.api.models.v1_delete_dashboard_response import V1DeleteDashboardResponse
|
|
@@ -125,10 +110,7 @@ from eval_studio_client.api.models.v1_delete_leaderboard_response import V1Delet
|
|
|
125
110
|
from eval_studio_client.api.models.v1_delete_model_response import V1DeleteModelResponse
|
|
126
111
|
from eval_studio_client.api.models.v1_delete_test_case_response import V1DeleteTestCaseResponse
|
|
127
112
|
from eval_studio_client.api.models.v1_delete_test_response import V1DeleteTestResponse
|
|
128
|
-
from eval_studio_client.api.models.v1_delete_workflow_node_response import V1DeleteWorkflowNodeResponse
|
|
129
|
-
from eval_studio_client.api.models.v1_delete_workflow_response import V1DeleteWorkflowResponse
|
|
130
113
|
from eval_studio_client.api.models.v1_document import V1Document
|
|
131
|
-
from eval_studio_client.api.models.v1_estimate_threshold_request import V1EstimateThresholdRequest
|
|
132
114
|
from eval_studio_client.api.models.v1_evaluation_test import V1EvaluationTest
|
|
133
115
|
from eval_studio_client.api.models.v1_evaluator import V1Evaluator
|
|
134
116
|
from eval_studio_client.api.models.v1_evaluator_param_type import V1EvaluatorParamType
|
|
@@ -150,17 +132,11 @@ from eval_studio_client.api.models.v1_get_perturbator_response import V1GetPertu
|
|
|
150
132
|
from eval_studio_client.api.models.v1_get_test_case_response import V1GetTestCaseResponse
|
|
151
133
|
from eval_studio_client.api.models.v1_get_test_class_response import V1GetTestClassResponse
|
|
152
134
|
from eval_studio_client.api.models.v1_get_test_response import V1GetTestResponse
|
|
153
|
-
from eval_studio_client.api.models.v1_get_workflow_node_prerequisites_response import V1GetWorkflowNodePrerequisitesResponse
|
|
154
|
-
from eval_studio_client.api.models.v1_get_workflow_node_response import V1GetWorkflowNodeResponse
|
|
155
|
-
from eval_studio_client.api.models.v1_get_workflow_response import V1GetWorkflowResponse
|
|
156
135
|
from eval_studio_client.api.models.v1_import_evaluation_request import V1ImportEvaluationRequest
|
|
157
136
|
from eval_studio_client.api.models.v1_import_leaderboard_request import V1ImportLeaderboardRequest
|
|
158
137
|
from eval_studio_client.api.models.v1_import_leaderboard_response import V1ImportLeaderboardResponse
|
|
159
|
-
from eval_studio_client.api.models.v1_import_test_cases_from_library_response import V1ImportTestCasesFromLibraryResponse
|
|
160
|
-
from eval_studio_client.api.models.v1_import_test_cases_request import V1ImportTestCasesRequest
|
|
161
138
|
from eval_studio_client.api.models.v1_info import V1Info
|
|
162
139
|
from eval_studio_client.api.models.v1_insight import V1Insight
|
|
163
|
-
from eval_studio_client.api.models.v1_labeled_test_case import V1LabeledTestCase
|
|
164
140
|
from eval_studio_client.api.models.v1_leaderboard import V1Leaderboard
|
|
165
141
|
from eval_studio_client.api.models.v1_leaderboard_status import V1LeaderboardStatus
|
|
166
142
|
from eval_studio_client.api.models.v1_leaderboard_type import V1LeaderboardType
|
|
@@ -179,13 +155,10 @@ from eval_studio_client.api.models.v1_list_most_recent_models_response import V1
|
|
|
179
155
|
from eval_studio_client.api.models.v1_list_most_recent_tests_response import V1ListMostRecentTestsResponse
|
|
180
156
|
from eval_studio_client.api.models.v1_list_operations_response import V1ListOperationsResponse
|
|
181
157
|
from eval_studio_client.api.models.v1_list_perturbators_response import V1ListPerturbatorsResponse
|
|
182
|
-
from eval_studio_client.api.models.v1_list_prompt_library_items_response import V1ListPromptLibraryItemsResponse
|
|
183
158
|
from eval_studio_client.api.models.v1_list_rag_collections_response import V1ListRAGCollectionsResponse
|
|
184
|
-
from eval_studio_client.api.models.v1_list_test_case_library_items_response import V1ListTestCaseLibraryItemsResponse
|
|
185
159
|
from eval_studio_client.api.models.v1_list_test_cases_response import V1ListTestCasesResponse
|
|
186
160
|
from eval_studio_client.api.models.v1_list_test_classes_response import V1ListTestClassesResponse
|
|
187
161
|
from eval_studio_client.api.models.v1_list_tests_response import V1ListTestsResponse
|
|
188
|
-
from eval_studio_client.api.models.v1_list_workflows_response import V1ListWorkflowsResponse
|
|
189
162
|
from eval_studio_client.api.models.v1_model import V1Model
|
|
190
163
|
from eval_studio_client.api.models.v1_model_type import V1ModelType
|
|
191
164
|
from eval_studio_client.api.models.v1_operation import V1Operation
|
|
@@ -195,8 +168,6 @@ from eval_studio_client.api.models.v1_perturbator import V1Perturbator
|
|
|
195
168
|
from eval_studio_client.api.models.v1_perturbator_configuration import V1PerturbatorConfiguration
|
|
196
169
|
from eval_studio_client.api.models.v1_perturbator_intensity import V1PerturbatorIntensity
|
|
197
170
|
from eval_studio_client.api.models.v1_problem_and_action import V1ProblemAndAction
|
|
198
|
-
from eval_studio_client.api.models.v1_process_workflow_node_response import V1ProcessWorkflowNodeResponse
|
|
199
|
-
from eval_studio_client.api.models.v1_prompt_library_item import V1PromptLibraryItem
|
|
200
171
|
from eval_studio_client.api.models.v1_test import V1Test
|
|
201
172
|
from eval_studio_client.api.models.v1_test_case import V1TestCase
|
|
202
173
|
from eval_studio_client.api.models.v1_test_case_relationship import V1TestCaseRelationship
|
|
@@ -204,7 +175,6 @@ from eval_studio_client.api.models.v1_test_cases_generator import V1TestCasesGen
|
|
|
204
175
|
from eval_studio_client.api.models.v1_test_class import V1TestClass
|
|
205
176
|
from eval_studio_client.api.models.v1_test_class_type import V1TestClassType
|
|
206
177
|
from eval_studio_client.api.models.v1_test_lab import V1TestLab
|
|
207
|
-
from eval_studio_client.api.models.v1_test_suite_evaluates import V1TestSuiteEvaluates
|
|
208
178
|
from eval_studio_client.api.models.v1_update_dashboard_response import V1UpdateDashboardResponse
|
|
209
179
|
from eval_studio_client.api.models.v1_update_document_response import V1UpdateDocumentResponse
|
|
210
180
|
from eval_studio_client.api.models.v1_update_leaderboard_response import V1UpdateLeaderboardResponse
|
|
@@ -212,17 +182,4 @@ from eval_studio_client.api.models.v1_update_model_response import V1UpdateModel
|
|
|
212
182
|
from eval_studio_client.api.models.v1_update_operation_response import V1UpdateOperationResponse
|
|
213
183
|
from eval_studio_client.api.models.v1_update_test_case_response import V1UpdateTestCaseResponse
|
|
214
184
|
from eval_studio_client.api.models.v1_update_test_response import V1UpdateTestResponse
|
|
215
|
-
from eval_studio_client.api.models.v1_update_workflow_node_response import V1UpdateWorkflowNodeResponse
|
|
216
|
-
from eval_studio_client.api.models.v1_update_workflow_response import V1UpdateWorkflowResponse
|
|
217
185
|
from eval_studio_client.api.models.v1_who_am_i_response import V1WhoAmIResponse
|
|
218
|
-
from eval_studio_client.api.models.v1_workflow import V1Workflow
|
|
219
|
-
from eval_studio_client.api.models.v1_workflow_edge import V1WorkflowEdge
|
|
220
|
-
from eval_studio_client.api.models.v1_workflow_edge_type import V1WorkflowEdgeType
|
|
221
|
-
from eval_studio_client.api.models.v1_workflow_node import V1WorkflowNode
|
|
222
|
-
from eval_studio_client.api.models.v1_workflow_node_artifact import V1WorkflowNodeArtifact
|
|
223
|
-
from eval_studio_client.api.models.v1_workflow_node_artifacts import V1WorkflowNodeArtifacts
|
|
224
|
-
from eval_studio_client.api.models.v1_workflow_node_attributes import V1WorkflowNodeAttributes
|
|
225
|
-
from eval_studio_client.api.models.v1_workflow_node_status import V1WorkflowNodeStatus
|
|
226
|
-
from eval_studio_client.api.models.v1_workflow_node_type import V1WorkflowNodeType
|
|
227
|
-
from eval_studio_client.api.models.v1_workflow_node_view import V1WorkflowNodeView
|
|
228
|
-
from eval_studio_client.api.models.v1_workflow_type import V1WorkflowType
|
|
@@ -5,7 +5,6 @@ from eval_studio_client.api.api.dashboard_service_api import DashboardServiceApi
|
|
|
5
5
|
from eval_studio_client.api.api.document_service_api import DocumentServiceApi
|
|
6
6
|
from eval_studio_client.api.api.evaluation_service_api import EvaluationServiceApi
|
|
7
7
|
from eval_studio_client.api.api.evaluator_service_api import EvaluatorServiceApi
|
|
8
|
-
from eval_studio_client.api.api.human_calibration_service_api import HumanCalibrationServiceApi
|
|
9
8
|
from eval_studio_client.api.api.info_service_api import InfoServiceApi
|
|
10
9
|
from eval_studio_client.api.api.leaderboard_service_api import LeaderboardServiceApi
|
|
11
10
|
from eval_studio_client.api.api.model_service_api import ModelServiceApi
|
|
@@ -14,13 +13,9 @@ from eval_studio_client.api.api.operation_service_api import OperationServiceApi
|
|
|
14
13
|
from eval_studio_client.api.api.perturbation_service_api import PerturbationServiceApi
|
|
15
14
|
from eval_studio_client.api.api.perturbator_service_api import PerturbatorServiceApi
|
|
16
15
|
from eval_studio_client.api.api.prompt_generation_service_api import PromptGenerationServiceApi
|
|
17
|
-
from eval_studio_client.api.api.prompt_library_service_api import PromptLibraryServiceApi
|
|
18
16
|
from eval_studio_client.api.api.test_case_service_api import TestCaseServiceApi
|
|
19
17
|
from eval_studio_client.api.api.test_class_service_api import TestClassServiceApi
|
|
20
18
|
from eval_studio_client.api.api.test_lab_service_api import TestLabServiceApi
|
|
21
19
|
from eval_studio_client.api.api.test_service_api import TestServiceApi
|
|
22
20
|
from eval_studio_client.api.api.who_am_i_service_api import WhoAmIServiceApi
|
|
23
|
-
from eval_studio_client.api.api.workflow_edge_service_api import WorkflowEdgeServiceApi
|
|
24
|
-
from eval_studio_client.api.api.workflow_node_service_api import WorkflowNodeServiceApi
|
|
25
|
-
from eval_studio_client.api.api.workflow_service_api import WorkflowServiceApi
|
|
26
21
|
|
|
@@ -16,9 +16,7 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
|
|
|
16
16
|
from typing import Any, Dict, List, Optional, Tuple, Union
|
|
17
17
|
from typing_extensions import Annotated
|
|
18
18
|
|
|
19
|
-
from
|
|
20
|
-
from pydantic import Field, StrictBool, StrictStr, field_validator
|
|
21
|
-
from typing import Optional
|
|
19
|
+
from pydantic import Field, field_validator
|
|
22
20
|
from typing_extensions import Annotated
|
|
23
21
|
from eval_studio_client.api.models.v1_get_perturbator_response import V1GetPerturbatorResponse
|
|
24
22
|
from eval_studio_client.api.models.v1_list_perturbators_response import V1ListPerturbatorsResponse
|
|
@@ -298,20 +296,6 @@ class PerturbatorServiceApi:
|
|
|
298
296
|
@validate_call
|
|
299
297
|
def perturbator_service_list_perturbators(
|
|
300
298
|
self,
|
|
301
|
-
default_h2ogpte_model_name: Annotated[Optional[StrictStr], Field(description="Output only. Name of the Model resource. e.g.: \"models/<UUID>\"")] = None,
|
|
302
|
-
default_h2ogpte_model_create_time: Annotated[Optional[datetime], Field(description="Output only. Timestamp when the Model was created.")] = None,
|
|
303
|
-
default_h2ogpte_model_creator: Annotated[Optional[StrictStr], Field(description="Output only. Name of the user or service that requested creation of the Model.")] = None,
|
|
304
|
-
default_h2ogpte_model_update_time: Annotated[Optional[datetime], Field(description="Output only. Optional. Timestamp when the Model was last updated.")] = None,
|
|
305
|
-
default_h2ogpte_model_updater: Annotated[Optional[StrictStr], Field(description="Output only. Optional. Name of the user or service that requested update of the Model.")] = None,
|
|
306
|
-
default_h2ogpte_model_delete_time: Annotated[Optional[datetime], Field(description="Output only. Optional. Set when the Model is deleted. When set Model should be considered as deleted.")] = None,
|
|
307
|
-
default_h2ogpte_model_deleter: Annotated[Optional[StrictStr], Field(description="Output only. Optional. Name of the user or service that requested deletion of the Model.")] = None,
|
|
308
|
-
default_h2ogpte_model_display_name: Annotated[Optional[StrictStr], Field(description="Human readable name of the Model.")] = None,
|
|
309
|
-
default_h2ogpte_model_description: Annotated[Optional[StrictStr], Field(description="Optional. Arbitrary description of the Model.")] = None,
|
|
310
|
-
default_h2ogpte_model_url: Annotated[Optional[StrictStr], Field(description="Optional. Immutable. Absolute URL to the Model.")] = None,
|
|
311
|
-
default_h2ogpte_model_api_key: Annotated[Optional[StrictStr], Field(description="Optional. API key used to access the Model. Not set for read calls (i.e. get, list) by public clients (front-end). Set only for internal (server-to-worker) communication.")] = None,
|
|
312
|
-
default_h2ogpte_model_type: Annotated[Optional[StrictStr], Field(description="Immutable. Type of this Model. - MODEL_TYPE_UNSPECIFIED: Unspecified type. - MODEL_TYPE_H2OGPTE_RAG: h2oGPTe RAG. - MODEL_TYPE_OPENAI_RAG: OpenAI Assistant RAG. - MODEL_TYPE_H2OGPTE_LLM: h2oGPTe LLM. - MODEL_TYPE_H2OGPT_LLM: h2oGPT LLM. - MODEL_TYPE_OPENAI_CHAT: OpenAI chat. - MODEL_TYPE_AZURE_OPENAI_CHAT: Microsoft Azure hosted OpenAI Chat. - MODEL_TYPE_OPENAI_API_CHAT: OpenAI API chat. - MODEL_TYPE_H2OLLMOPS: H2O LLMOps. - MODEL_TYPE_OLLAMA: Ollama. - MODEL_TYPE_AMAZON_BEDROCK: Amazon Bedrock.")] = None,
|
|
313
|
-
default_h2ogpte_model_parameters: Annotated[Optional[StrictStr], Field(description="Optional. Model specific parameters in JSON format.")] = None,
|
|
314
|
-
default_h2ogpte_model_demo: Annotated[Optional[StrictBool], Field(description="Output only. Whether the Model is a demo resource or not. Demo resources are read only.")] = None,
|
|
315
299
|
_request_timeout: Union[
|
|
316
300
|
None,
|
|
317
301
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -328,34 +312,6 @@ class PerturbatorServiceApi:
|
|
|
328
312
|
"""perturbator_service_list_perturbators
|
|
329
313
|
|
|
330
314
|
|
|
331
|
-
:param default_h2ogpte_model_name: Output only. Name of the Model resource. e.g.: \"models/<UUID>\"
|
|
332
|
-
:type default_h2ogpte_model_name: str
|
|
333
|
-
:param default_h2ogpte_model_create_time: Output only. Timestamp when the Model was created.
|
|
334
|
-
:type default_h2ogpte_model_create_time: datetime
|
|
335
|
-
:param default_h2ogpte_model_creator: Output only. Name of the user or service that requested creation of the Model.
|
|
336
|
-
:type default_h2ogpte_model_creator: str
|
|
337
|
-
:param default_h2ogpte_model_update_time: Output only. Optional. Timestamp when the Model was last updated.
|
|
338
|
-
:type default_h2ogpte_model_update_time: datetime
|
|
339
|
-
:param default_h2ogpte_model_updater: Output only. Optional. Name of the user or service that requested update of the Model.
|
|
340
|
-
:type default_h2ogpte_model_updater: str
|
|
341
|
-
:param default_h2ogpte_model_delete_time: Output only. Optional. Set when the Model is deleted. When set Model should be considered as deleted.
|
|
342
|
-
:type default_h2ogpte_model_delete_time: datetime
|
|
343
|
-
:param default_h2ogpte_model_deleter: Output only. Optional. Name of the user or service that requested deletion of the Model.
|
|
344
|
-
:type default_h2ogpte_model_deleter: str
|
|
345
|
-
:param default_h2ogpte_model_display_name: Human readable name of the Model.
|
|
346
|
-
:type default_h2ogpte_model_display_name: str
|
|
347
|
-
:param default_h2ogpte_model_description: Optional. Arbitrary description of the Model.
|
|
348
|
-
:type default_h2ogpte_model_description: str
|
|
349
|
-
:param default_h2ogpte_model_url: Optional. Immutable. Absolute URL to the Model.
|
|
350
|
-
:type default_h2ogpte_model_url: str
|
|
351
|
-
:param default_h2ogpte_model_api_key: Optional. API key used to access the Model. Not set for read calls (i.e. get, list) by public clients (front-end). Set only for internal (server-to-worker) communication.
|
|
352
|
-
:type default_h2ogpte_model_api_key: str
|
|
353
|
-
:param default_h2ogpte_model_type: Immutable. Type of this Model. - MODEL_TYPE_UNSPECIFIED: Unspecified type. - MODEL_TYPE_H2OGPTE_RAG: h2oGPTe RAG. - MODEL_TYPE_OPENAI_RAG: OpenAI Assistant RAG. - MODEL_TYPE_H2OGPTE_LLM: h2oGPTe LLM. - MODEL_TYPE_H2OGPT_LLM: h2oGPT LLM. - MODEL_TYPE_OPENAI_CHAT: OpenAI chat. - MODEL_TYPE_AZURE_OPENAI_CHAT: Microsoft Azure hosted OpenAI Chat. - MODEL_TYPE_OPENAI_API_CHAT: OpenAI API chat. - MODEL_TYPE_H2OLLMOPS: H2O LLMOps. - MODEL_TYPE_OLLAMA: Ollama. - MODEL_TYPE_AMAZON_BEDROCK: Amazon Bedrock.
|
|
354
|
-
:type default_h2ogpte_model_type: str
|
|
355
|
-
:param default_h2ogpte_model_parameters: Optional. Model specific parameters in JSON format.
|
|
356
|
-
:type default_h2ogpte_model_parameters: str
|
|
357
|
-
:param default_h2ogpte_model_demo: Output only. Whether the Model is a demo resource or not. Demo resources are read only.
|
|
358
|
-
:type default_h2ogpte_model_demo: bool
|
|
359
315
|
:param _request_timeout: timeout setting for this request. If one
|
|
360
316
|
number provided, it will be total request
|
|
361
317
|
timeout. It can also be a pair (tuple) of
|
|
@@ -379,20 +335,6 @@ class PerturbatorServiceApi:
|
|
|
379
335
|
""" # noqa: E501
|
|
380
336
|
|
|
381
337
|
_param = self._perturbator_service_list_perturbators_serialize(
|
|
382
|
-
default_h2ogpte_model_name=default_h2ogpte_model_name,
|
|
383
|
-
default_h2ogpte_model_create_time=default_h2ogpte_model_create_time,
|
|
384
|
-
default_h2ogpte_model_creator=default_h2ogpte_model_creator,
|
|
385
|
-
default_h2ogpte_model_update_time=default_h2ogpte_model_update_time,
|
|
386
|
-
default_h2ogpte_model_updater=default_h2ogpte_model_updater,
|
|
387
|
-
default_h2ogpte_model_delete_time=default_h2ogpte_model_delete_time,
|
|
388
|
-
default_h2ogpte_model_deleter=default_h2ogpte_model_deleter,
|
|
389
|
-
default_h2ogpte_model_display_name=default_h2ogpte_model_display_name,
|
|
390
|
-
default_h2ogpte_model_description=default_h2ogpte_model_description,
|
|
391
|
-
default_h2ogpte_model_url=default_h2ogpte_model_url,
|
|
392
|
-
default_h2ogpte_model_api_key=default_h2ogpte_model_api_key,
|
|
393
|
-
default_h2ogpte_model_type=default_h2ogpte_model_type,
|
|
394
|
-
default_h2ogpte_model_parameters=default_h2ogpte_model_parameters,
|
|
395
|
-
default_h2ogpte_model_demo=default_h2ogpte_model_demo,
|
|
396
338
|
_request_auth=_request_auth,
|
|
397
339
|
_content_type=_content_type,
|
|
398
340
|
_headers=_headers,
|
|
@@ -416,20 +358,6 @@ class PerturbatorServiceApi:
|
|
|
416
358
|
@validate_call
|
|
417
359
|
def perturbator_service_list_perturbators_with_http_info(
|
|
418
360
|
self,
|
|
419
|
-
default_h2ogpte_model_name: Annotated[Optional[StrictStr], Field(description="Output only. Name of the Model resource. e.g.: \"models/<UUID>\"")] = None,
|
|
420
|
-
default_h2ogpte_model_create_time: Annotated[Optional[datetime], Field(description="Output only. Timestamp when the Model was created.")] = None,
|
|
421
|
-
default_h2ogpte_model_creator: Annotated[Optional[StrictStr], Field(description="Output only. Name of the user or service that requested creation of the Model.")] = None,
|
|
422
|
-
default_h2ogpte_model_update_time: Annotated[Optional[datetime], Field(description="Output only. Optional. Timestamp when the Model was last updated.")] = None,
|
|
423
|
-
default_h2ogpte_model_updater: Annotated[Optional[StrictStr], Field(description="Output only. Optional. Name of the user or service that requested update of the Model.")] = None,
|
|
424
|
-
default_h2ogpte_model_delete_time: Annotated[Optional[datetime], Field(description="Output only. Optional. Set when the Model is deleted. When set Model should be considered as deleted.")] = None,
|
|
425
|
-
default_h2ogpte_model_deleter: Annotated[Optional[StrictStr], Field(description="Output only. Optional. Name of the user or service that requested deletion of the Model.")] = None,
|
|
426
|
-
default_h2ogpte_model_display_name: Annotated[Optional[StrictStr], Field(description="Human readable name of the Model.")] = None,
|
|
427
|
-
default_h2ogpte_model_description: Annotated[Optional[StrictStr], Field(description="Optional. Arbitrary description of the Model.")] = None,
|
|
428
|
-
default_h2ogpte_model_url: Annotated[Optional[StrictStr], Field(description="Optional. Immutable. Absolute URL to the Model.")] = None,
|
|
429
|
-
default_h2ogpte_model_api_key: Annotated[Optional[StrictStr], Field(description="Optional. API key used to access the Model. Not set for read calls (i.e. get, list) by public clients (front-end). Set only for internal (server-to-worker) communication.")] = None,
|
|
430
|
-
default_h2ogpte_model_type: Annotated[Optional[StrictStr], Field(description="Immutable. Type of this Model. - MODEL_TYPE_UNSPECIFIED: Unspecified type. - MODEL_TYPE_H2OGPTE_RAG: h2oGPTe RAG. - MODEL_TYPE_OPENAI_RAG: OpenAI Assistant RAG. - MODEL_TYPE_H2OGPTE_LLM: h2oGPTe LLM. - MODEL_TYPE_H2OGPT_LLM: h2oGPT LLM. - MODEL_TYPE_OPENAI_CHAT: OpenAI chat. - MODEL_TYPE_AZURE_OPENAI_CHAT: Microsoft Azure hosted OpenAI Chat. - MODEL_TYPE_OPENAI_API_CHAT: OpenAI API chat. - MODEL_TYPE_H2OLLMOPS: H2O LLMOps. - MODEL_TYPE_OLLAMA: Ollama. - MODEL_TYPE_AMAZON_BEDROCK: Amazon Bedrock.")] = None,
|
|
431
|
-
default_h2ogpte_model_parameters: Annotated[Optional[StrictStr], Field(description="Optional. Model specific parameters in JSON format.")] = None,
|
|
432
|
-
default_h2ogpte_model_demo: Annotated[Optional[StrictBool], Field(description="Output only. Whether the Model is a demo resource or not. Demo resources are read only.")] = None,
|
|
433
361
|
_request_timeout: Union[
|
|
434
362
|
None,
|
|
435
363
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -446,34 +374,6 @@ class PerturbatorServiceApi:
|
|
|
446
374
|
"""perturbator_service_list_perturbators
|
|
447
375
|
|
|
448
376
|
|
|
449
|
-
:param default_h2ogpte_model_name: Output only. Name of the Model resource. e.g.: \"models/<UUID>\"
|
|
450
|
-
:type default_h2ogpte_model_name: str
|
|
451
|
-
:param default_h2ogpte_model_create_time: Output only. Timestamp when the Model was created.
|
|
452
|
-
:type default_h2ogpte_model_create_time: datetime
|
|
453
|
-
:param default_h2ogpte_model_creator: Output only. Name of the user or service that requested creation of the Model.
|
|
454
|
-
:type default_h2ogpte_model_creator: str
|
|
455
|
-
:param default_h2ogpte_model_update_time: Output only. Optional. Timestamp when the Model was last updated.
|
|
456
|
-
:type default_h2ogpte_model_update_time: datetime
|
|
457
|
-
:param default_h2ogpte_model_updater: Output only. Optional. Name of the user or service that requested update of the Model.
|
|
458
|
-
:type default_h2ogpte_model_updater: str
|
|
459
|
-
:param default_h2ogpte_model_delete_time: Output only. Optional. Set when the Model is deleted. When set Model should be considered as deleted.
|
|
460
|
-
:type default_h2ogpte_model_delete_time: datetime
|
|
461
|
-
:param default_h2ogpte_model_deleter: Output only. Optional. Name of the user or service that requested deletion of the Model.
|
|
462
|
-
:type default_h2ogpte_model_deleter: str
|
|
463
|
-
:param default_h2ogpte_model_display_name: Human readable name of the Model.
|
|
464
|
-
:type default_h2ogpte_model_display_name: str
|
|
465
|
-
:param default_h2ogpte_model_description: Optional. Arbitrary description of the Model.
|
|
466
|
-
:type default_h2ogpte_model_description: str
|
|
467
|
-
:param default_h2ogpte_model_url: Optional. Immutable. Absolute URL to the Model.
|
|
468
|
-
:type default_h2ogpte_model_url: str
|
|
469
|
-
:param default_h2ogpte_model_api_key: Optional. API key used to access the Model. Not set for read calls (i.e. get, list) by public clients (front-end). Set only for internal (server-to-worker) communication.
|
|
470
|
-
:type default_h2ogpte_model_api_key: str
|
|
471
|
-
:param default_h2ogpte_model_type: Immutable. Type of this Model. - MODEL_TYPE_UNSPECIFIED: Unspecified type. - MODEL_TYPE_H2OGPTE_RAG: h2oGPTe RAG. - MODEL_TYPE_OPENAI_RAG: OpenAI Assistant RAG. - MODEL_TYPE_H2OGPTE_LLM: h2oGPTe LLM. - MODEL_TYPE_H2OGPT_LLM: h2oGPT LLM. - MODEL_TYPE_OPENAI_CHAT: OpenAI chat. - MODEL_TYPE_AZURE_OPENAI_CHAT: Microsoft Azure hosted OpenAI Chat. - MODEL_TYPE_OPENAI_API_CHAT: OpenAI API chat. - MODEL_TYPE_H2OLLMOPS: H2O LLMOps. - MODEL_TYPE_OLLAMA: Ollama. - MODEL_TYPE_AMAZON_BEDROCK: Amazon Bedrock.
|
|
472
|
-
:type default_h2ogpte_model_type: str
|
|
473
|
-
:param default_h2ogpte_model_parameters: Optional. Model specific parameters in JSON format.
|
|
474
|
-
:type default_h2ogpte_model_parameters: str
|
|
475
|
-
:param default_h2ogpte_model_demo: Output only. Whether the Model is a demo resource or not. Demo resources are read only.
|
|
476
|
-
:type default_h2ogpte_model_demo: bool
|
|
477
377
|
:param _request_timeout: timeout setting for this request. If one
|
|
478
378
|
number provided, it will be total request
|
|
479
379
|
timeout. It can also be a pair (tuple) of
|
|
@@ -497,20 +397,6 @@ class PerturbatorServiceApi:
|
|
|
497
397
|
""" # noqa: E501
|
|
498
398
|
|
|
499
399
|
_param = self._perturbator_service_list_perturbators_serialize(
|
|
500
|
-
default_h2ogpte_model_name=default_h2ogpte_model_name,
|
|
501
|
-
default_h2ogpte_model_create_time=default_h2ogpte_model_create_time,
|
|
502
|
-
default_h2ogpte_model_creator=default_h2ogpte_model_creator,
|
|
503
|
-
default_h2ogpte_model_update_time=default_h2ogpte_model_update_time,
|
|
504
|
-
default_h2ogpte_model_updater=default_h2ogpte_model_updater,
|
|
505
|
-
default_h2ogpte_model_delete_time=default_h2ogpte_model_delete_time,
|
|
506
|
-
default_h2ogpte_model_deleter=default_h2ogpte_model_deleter,
|
|
507
|
-
default_h2ogpte_model_display_name=default_h2ogpte_model_display_name,
|
|
508
|
-
default_h2ogpte_model_description=default_h2ogpte_model_description,
|
|
509
|
-
default_h2ogpte_model_url=default_h2ogpte_model_url,
|
|
510
|
-
default_h2ogpte_model_api_key=default_h2ogpte_model_api_key,
|
|
511
|
-
default_h2ogpte_model_type=default_h2ogpte_model_type,
|
|
512
|
-
default_h2ogpte_model_parameters=default_h2ogpte_model_parameters,
|
|
513
|
-
default_h2ogpte_model_demo=default_h2ogpte_model_demo,
|
|
514
400
|
_request_auth=_request_auth,
|
|
515
401
|
_content_type=_content_type,
|
|
516
402
|
_headers=_headers,
|
|
@@ -534,20 +420,6 @@ class PerturbatorServiceApi:
|
|
|
534
420
|
@validate_call
|
|
535
421
|
def perturbator_service_list_perturbators_without_preload_content(
|
|
536
422
|
self,
|
|
537
|
-
default_h2ogpte_model_name: Annotated[Optional[StrictStr], Field(description="Output only. Name of the Model resource. e.g.: \"models/<UUID>\"")] = None,
|
|
538
|
-
default_h2ogpte_model_create_time: Annotated[Optional[datetime], Field(description="Output only. Timestamp when the Model was created.")] = None,
|
|
539
|
-
default_h2ogpte_model_creator: Annotated[Optional[StrictStr], Field(description="Output only. Name of the user or service that requested creation of the Model.")] = None,
|
|
540
|
-
default_h2ogpte_model_update_time: Annotated[Optional[datetime], Field(description="Output only. Optional. Timestamp when the Model was last updated.")] = None,
|
|
541
|
-
default_h2ogpte_model_updater: Annotated[Optional[StrictStr], Field(description="Output only. Optional. Name of the user or service that requested update of the Model.")] = None,
|
|
542
|
-
default_h2ogpte_model_delete_time: Annotated[Optional[datetime], Field(description="Output only. Optional. Set when the Model is deleted. When set Model should be considered as deleted.")] = None,
|
|
543
|
-
default_h2ogpte_model_deleter: Annotated[Optional[StrictStr], Field(description="Output only. Optional. Name of the user or service that requested deletion of the Model.")] = None,
|
|
544
|
-
default_h2ogpte_model_display_name: Annotated[Optional[StrictStr], Field(description="Human readable name of the Model.")] = None,
|
|
545
|
-
default_h2ogpte_model_description: Annotated[Optional[StrictStr], Field(description="Optional. Arbitrary description of the Model.")] = None,
|
|
546
|
-
default_h2ogpte_model_url: Annotated[Optional[StrictStr], Field(description="Optional. Immutable. Absolute URL to the Model.")] = None,
|
|
547
|
-
default_h2ogpte_model_api_key: Annotated[Optional[StrictStr], Field(description="Optional. API key used to access the Model. Not set for read calls (i.e. get, list) by public clients (front-end). Set only for internal (server-to-worker) communication.")] = None,
|
|
548
|
-
default_h2ogpte_model_type: Annotated[Optional[StrictStr], Field(description="Immutable. Type of this Model. - MODEL_TYPE_UNSPECIFIED: Unspecified type. - MODEL_TYPE_H2OGPTE_RAG: h2oGPTe RAG. - MODEL_TYPE_OPENAI_RAG: OpenAI Assistant RAG. - MODEL_TYPE_H2OGPTE_LLM: h2oGPTe LLM. - MODEL_TYPE_H2OGPT_LLM: h2oGPT LLM. - MODEL_TYPE_OPENAI_CHAT: OpenAI chat. - MODEL_TYPE_AZURE_OPENAI_CHAT: Microsoft Azure hosted OpenAI Chat. - MODEL_TYPE_OPENAI_API_CHAT: OpenAI API chat. - MODEL_TYPE_H2OLLMOPS: H2O LLMOps. - MODEL_TYPE_OLLAMA: Ollama. - MODEL_TYPE_AMAZON_BEDROCK: Amazon Bedrock.")] = None,
|
|
549
|
-
default_h2ogpte_model_parameters: Annotated[Optional[StrictStr], Field(description="Optional. Model specific parameters in JSON format.")] = None,
|
|
550
|
-
default_h2ogpte_model_demo: Annotated[Optional[StrictBool], Field(description="Output only. Whether the Model is a demo resource or not. Demo resources are read only.")] = None,
|
|
551
423
|
_request_timeout: Union[
|
|
552
424
|
None,
|
|
553
425
|
Annotated[StrictFloat, Field(gt=0)],
|
|
@@ -564,34 +436,6 @@ class PerturbatorServiceApi:
|
|
|
564
436
|
"""perturbator_service_list_perturbators
|
|
565
437
|
|
|
566
438
|
|
|
567
|
-
:param default_h2ogpte_model_name: Output only. Name of the Model resource. e.g.: \"models/<UUID>\"
|
|
568
|
-
:type default_h2ogpte_model_name: str
|
|
569
|
-
:param default_h2ogpte_model_create_time: Output only. Timestamp when the Model was created.
|
|
570
|
-
:type default_h2ogpte_model_create_time: datetime
|
|
571
|
-
:param default_h2ogpte_model_creator: Output only. Name of the user or service that requested creation of the Model.
|
|
572
|
-
:type default_h2ogpte_model_creator: str
|
|
573
|
-
:param default_h2ogpte_model_update_time: Output only. Optional. Timestamp when the Model was last updated.
|
|
574
|
-
:type default_h2ogpte_model_update_time: datetime
|
|
575
|
-
:param default_h2ogpte_model_updater: Output only. Optional. Name of the user or service that requested update of the Model.
|
|
576
|
-
:type default_h2ogpte_model_updater: str
|
|
577
|
-
:param default_h2ogpte_model_delete_time: Output only. Optional. Set when the Model is deleted. When set Model should be considered as deleted.
|
|
578
|
-
:type default_h2ogpte_model_delete_time: datetime
|
|
579
|
-
:param default_h2ogpte_model_deleter: Output only. Optional. Name of the user or service that requested deletion of the Model.
|
|
580
|
-
:type default_h2ogpte_model_deleter: str
|
|
581
|
-
:param default_h2ogpte_model_display_name: Human readable name of the Model.
|
|
582
|
-
:type default_h2ogpte_model_display_name: str
|
|
583
|
-
:param default_h2ogpte_model_description: Optional. Arbitrary description of the Model.
|
|
584
|
-
:type default_h2ogpte_model_description: str
|
|
585
|
-
:param default_h2ogpte_model_url: Optional. Immutable. Absolute URL to the Model.
|
|
586
|
-
:type default_h2ogpte_model_url: str
|
|
587
|
-
:param default_h2ogpte_model_api_key: Optional. API key used to access the Model. Not set for read calls (i.e. get, list) by public clients (front-end). Set only for internal (server-to-worker) communication.
|
|
588
|
-
:type default_h2ogpte_model_api_key: str
|
|
589
|
-
:param default_h2ogpte_model_type: Immutable. Type of this Model. - MODEL_TYPE_UNSPECIFIED: Unspecified type. - MODEL_TYPE_H2OGPTE_RAG: h2oGPTe RAG. - MODEL_TYPE_OPENAI_RAG: OpenAI Assistant RAG. - MODEL_TYPE_H2OGPTE_LLM: h2oGPTe LLM. - MODEL_TYPE_H2OGPT_LLM: h2oGPT LLM. - MODEL_TYPE_OPENAI_CHAT: OpenAI chat. - MODEL_TYPE_AZURE_OPENAI_CHAT: Microsoft Azure hosted OpenAI Chat. - MODEL_TYPE_OPENAI_API_CHAT: OpenAI API chat. - MODEL_TYPE_H2OLLMOPS: H2O LLMOps. - MODEL_TYPE_OLLAMA: Ollama. - MODEL_TYPE_AMAZON_BEDROCK: Amazon Bedrock.
|
|
590
|
-
:type default_h2ogpte_model_type: str
|
|
591
|
-
:param default_h2ogpte_model_parameters: Optional. Model specific parameters in JSON format.
|
|
592
|
-
:type default_h2ogpte_model_parameters: str
|
|
593
|
-
:param default_h2ogpte_model_demo: Output only. Whether the Model is a demo resource or not. Demo resources are read only.
|
|
594
|
-
:type default_h2ogpte_model_demo: bool
|
|
595
439
|
:param _request_timeout: timeout setting for this request. If one
|
|
596
440
|
number provided, it will be total request
|
|
597
441
|
timeout. It can also be a pair (tuple) of
|
|
@@ -615,20 +459,6 @@ class PerturbatorServiceApi:
|
|
|
615
459
|
""" # noqa: E501
|
|
616
460
|
|
|
617
461
|
_param = self._perturbator_service_list_perturbators_serialize(
|
|
618
|
-
default_h2ogpte_model_name=default_h2ogpte_model_name,
|
|
619
|
-
default_h2ogpte_model_create_time=default_h2ogpte_model_create_time,
|
|
620
|
-
default_h2ogpte_model_creator=default_h2ogpte_model_creator,
|
|
621
|
-
default_h2ogpte_model_update_time=default_h2ogpte_model_update_time,
|
|
622
|
-
default_h2ogpte_model_updater=default_h2ogpte_model_updater,
|
|
623
|
-
default_h2ogpte_model_delete_time=default_h2ogpte_model_delete_time,
|
|
624
|
-
default_h2ogpte_model_deleter=default_h2ogpte_model_deleter,
|
|
625
|
-
default_h2ogpte_model_display_name=default_h2ogpte_model_display_name,
|
|
626
|
-
default_h2ogpte_model_description=default_h2ogpte_model_description,
|
|
627
|
-
default_h2ogpte_model_url=default_h2ogpte_model_url,
|
|
628
|
-
default_h2ogpte_model_api_key=default_h2ogpte_model_api_key,
|
|
629
|
-
default_h2ogpte_model_type=default_h2ogpte_model_type,
|
|
630
|
-
default_h2ogpte_model_parameters=default_h2ogpte_model_parameters,
|
|
631
|
-
default_h2ogpte_model_demo=default_h2ogpte_model_demo,
|
|
632
462
|
_request_auth=_request_auth,
|
|
633
463
|
_content_type=_content_type,
|
|
634
464
|
_headers=_headers,
|
|
@@ -647,20 +477,6 @@ class PerturbatorServiceApi:
|
|
|
647
477
|
|
|
648
478
|
def _perturbator_service_list_perturbators_serialize(
|
|
649
479
|
self,
|
|
650
|
-
default_h2ogpte_model_name,
|
|
651
|
-
default_h2ogpte_model_create_time,
|
|
652
|
-
default_h2ogpte_model_creator,
|
|
653
|
-
default_h2ogpte_model_update_time,
|
|
654
|
-
default_h2ogpte_model_updater,
|
|
655
|
-
default_h2ogpte_model_delete_time,
|
|
656
|
-
default_h2ogpte_model_deleter,
|
|
657
|
-
default_h2ogpte_model_display_name,
|
|
658
|
-
default_h2ogpte_model_description,
|
|
659
|
-
default_h2ogpte_model_url,
|
|
660
|
-
default_h2ogpte_model_api_key,
|
|
661
|
-
default_h2ogpte_model_type,
|
|
662
|
-
default_h2ogpte_model_parameters,
|
|
663
|
-
default_h2ogpte_model_demo,
|
|
664
480
|
_request_auth,
|
|
665
481
|
_content_type,
|
|
666
482
|
_headers,
|
|
@@ -681,89 +497,6 @@ class PerturbatorServiceApi:
|
|
|
681
497
|
|
|
682
498
|
# process the path parameters
|
|
683
499
|
# process the query parameters
|
|
684
|
-
if default_h2ogpte_model_name is not None:
|
|
685
|
-
|
|
686
|
-
_query_params.append(('defaultH2ogpteModel.name', default_h2ogpte_model_name))
|
|
687
|
-
|
|
688
|
-
if default_h2ogpte_model_create_time is not None:
|
|
689
|
-
if isinstance(default_h2ogpte_model_create_time, datetime):
|
|
690
|
-
_query_params.append(
|
|
691
|
-
(
|
|
692
|
-
'defaultH2ogpteModel.createTime',
|
|
693
|
-
default_h2ogpte_model_create_time.strftime(
|
|
694
|
-
self.api_client.configuration.datetime_format
|
|
695
|
-
)
|
|
696
|
-
)
|
|
697
|
-
)
|
|
698
|
-
else:
|
|
699
|
-
_query_params.append(('defaultH2ogpteModel.createTime', default_h2ogpte_model_create_time))
|
|
700
|
-
|
|
701
|
-
if default_h2ogpte_model_creator is not None:
|
|
702
|
-
|
|
703
|
-
_query_params.append(('defaultH2ogpteModel.creator', default_h2ogpte_model_creator))
|
|
704
|
-
|
|
705
|
-
if default_h2ogpte_model_update_time is not None:
|
|
706
|
-
if isinstance(default_h2ogpte_model_update_time, datetime):
|
|
707
|
-
_query_params.append(
|
|
708
|
-
(
|
|
709
|
-
'defaultH2ogpteModel.updateTime',
|
|
710
|
-
default_h2ogpte_model_update_time.strftime(
|
|
711
|
-
self.api_client.configuration.datetime_format
|
|
712
|
-
)
|
|
713
|
-
)
|
|
714
|
-
)
|
|
715
|
-
else:
|
|
716
|
-
_query_params.append(('defaultH2ogpteModel.updateTime', default_h2ogpte_model_update_time))
|
|
717
|
-
|
|
718
|
-
if default_h2ogpte_model_updater is not None:
|
|
719
|
-
|
|
720
|
-
_query_params.append(('defaultH2ogpteModel.updater', default_h2ogpte_model_updater))
|
|
721
|
-
|
|
722
|
-
if default_h2ogpte_model_delete_time is not None:
|
|
723
|
-
if isinstance(default_h2ogpte_model_delete_time, datetime):
|
|
724
|
-
_query_params.append(
|
|
725
|
-
(
|
|
726
|
-
'defaultH2ogpteModel.deleteTime',
|
|
727
|
-
default_h2ogpte_model_delete_time.strftime(
|
|
728
|
-
self.api_client.configuration.datetime_format
|
|
729
|
-
)
|
|
730
|
-
)
|
|
731
|
-
)
|
|
732
|
-
else:
|
|
733
|
-
_query_params.append(('defaultH2ogpteModel.deleteTime', default_h2ogpte_model_delete_time))
|
|
734
|
-
|
|
735
|
-
if default_h2ogpte_model_deleter is not None:
|
|
736
|
-
|
|
737
|
-
_query_params.append(('defaultH2ogpteModel.deleter', default_h2ogpte_model_deleter))
|
|
738
|
-
|
|
739
|
-
if default_h2ogpte_model_display_name is not None:
|
|
740
|
-
|
|
741
|
-
_query_params.append(('defaultH2ogpteModel.displayName', default_h2ogpte_model_display_name))
|
|
742
|
-
|
|
743
|
-
if default_h2ogpte_model_description is not None:
|
|
744
|
-
|
|
745
|
-
_query_params.append(('defaultH2ogpteModel.description', default_h2ogpte_model_description))
|
|
746
|
-
|
|
747
|
-
if default_h2ogpte_model_url is not None:
|
|
748
|
-
|
|
749
|
-
_query_params.append(('defaultH2ogpteModel.url', default_h2ogpte_model_url))
|
|
750
|
-
|
|
751
|
-
if default_h2ogpte_model_api_key is not None:
|
|
752
|
-
|
|
753
|
-
_query_params.append(('defaultH2ogpteModel.apiKey', default_h2ogpte_model_api_key))
|
|
754
|
-
|
|
755
|
-
if default_h2ogpte_model_type is not None:
|
|
756
|
-
|
|
757
|
-
_query_params.append(('defaultH2ogpteModel.type', default_h2ogpte_model_type))
|
|
758
|
-
|
|
759
|
-
if default_h2ogpte_model_parameters is not None:
|
|
760
|
-
|
|
761
|
-
_query_params.append(('defaultH2ogpteModel.parameters', default_h2ogpte_model_parameters))
|
|
762
|
-
|
|
763
|
-
if default_h2ogpte_model_demo is not None:
|
|
764
|
-
|
|
765
|
-
_query_params.append(('defaultH2ogpteModel.demo', default_h2ogpte_model_demo))
|
|
766
|
-
|
|
767
500
|
# process the header parameters
|
|
768
501
|
# process the form parameters
|
|
769
502
|
# process the body parameter
|