vellum-ai 0.8.16 → 0.8.17
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.
- package/.mock/definition/__package__.yml +297 -5
- package/.mock/definition/metricDefinitions.yml +49 -0
- package/.mock/definition/testSuites.yml +4 -4
- package/.mock/openapi/openapi.yml +470 -12
- package/Client.d.ts +28 -0
- package/Client.js +97 -19
- package/api/client/requests/CodeExecutorRequest.d.ts +28 -0
- package/api/client/requests/CodeExecutorRequest.js +5 -0
- package/api/client/requests/index.d.ts +1 -0
- package/api/resources/adHoc/client/Client.js +1 -1
- package/api/resources/deployments/client/Client.js +5 -5
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/folderEntities/client/Client.js +1 -1
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/metricDefinitions/client/Client.d.ts +44 -0
- package/api/resources/metricDefinitions/client/Client.js +118 -0
- package/api/resources/metricDefinitions/client/index.d.ts +1 -0
- package/api/resources/metricDefinitions/client/index.js +17 -0
- package/api/resources/metricDefinitions/client/requests/ExecuteMetricDefinitionRequest.d.ts +18 -0
- package/api/resources/metricDefinitions/client/requests/ExecuteMetricDefinitionRequest.js +5 -0
- package/api/resources/metricDefinitions/client/requests/index.d.ts +1 -0
- package/api/resources/metricDefinitions/client/requests/index.js +2 -0
- package/api/resources/metricDefinitions/index.d.ts +1 -0
- package/api/resources/metricDefinitions/index.js +17 -0
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.d.ts +3 -3
- package/api/resources/testSuites/client/Client.js +7 -7
- package/api/resources/workflowDeployments/client/Client.js +4 -4
- package/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/api/types/ArrayInputRequest.d.ts +13 -0
- package/api/types/ArrayInputRequest.js +5 -0
- package/api/types/CodeExecutionPackageRequest.d.ts +7 -0
- package/api/types/CodeExecutionPackageRequest.js +5 -0
- package/api/types/CodeExecutionRuntime.d.ts +12 -0
- package/api/types/CodeExecutionRuntime.js +10 -0
- package/api/types/CodeExecutorInputRequest.d.ts +5 -0
- package/api/types/CodeExecutorInputRequest.js +5 -0
- package/api/types/CodeExecutorResponse.d.ts +8 -0
- package/api/types/CodeExecutorResponse.js +5 -0
- package/api/types/ConditionCombinator.d.ts +12 -0
- package/api/types/ConditionCombinator.js +10 -0
- package/api/types/ErrorInputRequest.d.ts +13 -0
- package/api/types/ErrorInputRequest.js +5 -0
- package/api/types/FunctionCallInputRequest.d.ts +13 -0
- package/api/types/FunctionCallInputRequest.js +5 -0
- package/api/types/GoogleVertexAiVectorizerConfig.d.ts +7 -0
- package/api/types/GoogleVertexAiVectorizerConfig.js +5 -0
- package/api/types/GoogleVertexAiVectorizerConfigRequest.d.ts +7 -0
- package/api/types/GoogleVertexAiVectorizerConfigRequest.js +5 -0
- package/api/types/GoogleVertexAiVectorizerTextEmbedding004.d.ts +8 -0
- package/api/types/GoogleVertexAiVectorizerTextEmbedding004.js +5 -0
- package/api/types/GoogleVertexAiVectorizerTextEmbedding004Request.d.ts +8 -0
- package/api/types/GoogleVertexAiVectorizerTextEmbedding004Request.js +5 -0
- package/api/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002.d.ts +8 -0
- package/api/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002.js +5 -0
- package/api/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.d.ts +8 -0
- package/api/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.js +5 -0
- package/api/types/IndexingConfigVectorizer.d.ts +1 -1
- package/api/types/IndexingConfigVectorizerRequest.d.ts +1 -1
- package/api/types/JsonInputRequest.d.ts +1 -1
- package/api/types/LogicalOperator.d.ts +5 -1
- package/api/types/LogicalOperator.js +2 -0
- package/api/types/MetadataFilterConfigRequest.d.ts +3 -0
- package/api/types/MetadataFiltersRequest.d.ts +5 -0
- package/api/types/MetadataFiltersRequest.js +5 -0
- package/api/types/MetricDefinitionExecution.d.ts +7 -0
- package/api/types/MetricDefinitionExecution.js +5 -0
- package/api/types/MetricDefinitionInputRequest.d.ts +5 -0
- package/api/types/MetricDefinitionInputRequest.js +5 -0
- package/api/types/NumberInputRequest.d.ts +12 -0
- package/api/types/NumberInputRequest.js +5 -0
- package/api/types/SearchFiltersRequest.d.ts +1 -1
- package/api/types/SearchResultsInputRequest.d.ts +13 -0
- package/api/types/SearchResultsInputRequest.js +5 -0
- package/api/types/StringInputRequest.d.ts +1 -1
- package/api/types/VellumValue.d.ts +5 -0
- package/api/types/VellumValue.js +5 -0
- package/api/types/VellumValueLogicalConditionGroupRequest.d.ts +13 -0
- package/api/types/VellumValueLogicalConditionGroupRequest.js +5 -0
- package/api/types/VellumValueLogicalConditionRequest.d.ts +13 -0
- package/api/types/VellumValueLogicalConditionRequest.js +5 -0
- package/api/types/VellumValueLogicalExpressionRequest.d.ts +5 -0
- package/api/types/VellumValueLogicalExpressionRequest.js +5 -0
- package/api/types/VellumValueRequest.d.ts +5 -0
- package/api/types/VellumValueRequest.js +5 -0
- package/api/types/index.d.ts +24 -0
- package/api/types/index.js +24 -0
- package/dist/Client.d.ts +28 -0
- package/dist/Client.js +97 -19
- package/dist/api/client/requests/CodeExecutorRequest.d.ts +28 -0
- package/dist/api/client/requests/CodeExecutorRequest.js +5 -0
- package/dist/api/client/requests/index.d.ts +1 -0
- package/dist/api/resources/adHoc/client/Client.js +1 -1
- package/dist/api/resources/deployments/client/Client.js +5 -5
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/folderEntities/client/Client.js +1 -1
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/metricDefinitions/client/Client.d.ts +44 -0
- package/dist/api/resources/metricDefinitions/client/Client.js +118 -0
- package/dist/api/resources/metricDefinitions/client/index.d.ts +1 -0
- package/dist/api/resources/metricDefinitions/client/index.js +17 -0
- package/dist/api/resources/metricDefinitions/client/requests/ExecuteMetricDefinitionRequest.d.ts +18 -0
- package/dist/api/resources/metricDefinitions/client/requests/ExecuteMetricDefinitionRequest.js +5 -0
- package/dist/api/resources/metricDefinitions/client/requests/index.d.ts +1 -0
- package/dist/api/resources/metricDefinitions/client/requests/index.js +2 -0
- package/dist/api/resources/metricDefinitions/index.d.ts +1 -0
- package/dist/api/resources/metricDefinitions/index.js +17 -0
- package/dist/api/resources/sandboxes/client/Client.js +3 -3
- package/dist/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/dist/api/resources/testSuites/client/Client.d.ts +3 -3
- package/dist/api/resources/testSuites/client/Client.js +7 -7
- package/dist/api/resources/workflowDeployments/client/Client.js +4 -4
- package/dist/api/resources/workflowSandboxes/client/Client.js +1 -1
- package/dist/api/types/ArrayInputRequest.d.ts +13 -0
- package/dist/api/types/ArrayInputRequest.js +5 -0
- package/dist/api/types/CodeExecutionPackageRequest.d.ts +7 -0
- package/dist/api/types/CodeExecutionPackageRequest.js +5 -0
- package/dist/api/types/CodeExecutionRuntime.d.ts +12 -0
- package/dist/api/types/CodeExecutionRuntime.js +10 -0
- package/dist/api/types/CodeExecutorInputRequest.d.ts +5 -0
- package/dist/api/types/CodeExecutorInputRequest.js +5 -0
- package/dist/api/types/CodeExecutorResponse.d.ts +8 -0
- package/dist/api/types/CodeExecutorResponse.js +5 -0
- package/dist/api/types/ConditionCombinator.d.ts +12 -0
- package/dist/api/types/ConditionCombinator.js +10 -0
- package/dist/api/types/ErrorInputRequest.d.ts +13 -0
- package/dist/api/types/ErrorInputRequest.js +5 -0
- package/dist/api/types/FunctionCallInputRequest.d.ts +13 -0
- package/dist/api/types/FunctionCallInputRequest.js +5 -0
- package/dist/api/types/GoogleVertexAiVectorizerConfig.d.ts +7 -0
- package/dist/api/types/GoogleVertexAiVectorizerConfig.js +5 -0
- package/dist/api/types/GoogleVertexAiVectorizerConfigRequest.d.ts +7 -0
- package/dist/api/types/GoogleVertexAiVectorizerConfigRequest.js +5 -0
- package/dist/api/types/GoogleVertexAiVectorizerTextEmbedding004.d.ts +8 -0
- package/dist/api/types/GoogleVertexAiVectorizerTextEmbedding004.js +5 -0
- package/dist/api/types/GoogleVertexAiVectorizerTextEmbedding004Request.d.ts +8 -0
- package/dist/api/types/GoogleVertexAiVectorizerTextEmbedding004Request.js +5 -0
- package/dist/api/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002.d.ts +8 -0
- package/dist/api/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002.js +5 -0
- package/dist/api/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.d.ts +8 -0
- package/dist/api/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.js +5 -0
- package/dist/api/types/IndexingConfigVectorizer.d.ts +1 -1
- package/dist/api/types/IndexingConfigVectorizerRequest.d.ts +1 -1
- package/dist/api/types/JsonInputRequest.d.ts +1 -1
- package/dist/api/types/LogicalOperator.d.ts +5 -1
- package/dist/api/types/LogicalOperator.js +2 -0
- package/dist/api/types/MetadataFilterConfigRequest.d.ts +3 -0
- package/dist/api/types/MetadataFiltersRequest.d.ts +5 -0
- package/dist/api/types/MetadataFiltersRequest.js +5 -0
- package/dist/api/types/MetricDefinitionExecution.d.ts +7 -0
- package/dist/api/types/MetricDefinitionExecution.js +5 -0
- package/dist/api/types/MetricDefinitionInputRequest.d.ts +5 -0
- package/dist/api/types/MetricDefinitionInputRequest.js +5 -0
- package/dist/api/types/NumberInputRequest.d.ts +12 -0
- package/dist/api/types/NumberInputRequest.js +5 -0
- package/dist/api/types/SearchFiltersRequest.d.ts +1 -1
- package/dist/api/types/SearchResultsInputRequest.d.ts +13 -0
- package/dist/api/types/SearchResultsInputRequest.js +5 -0
- package/dist/api/types/StringInputRequest.d.ts +1 -1
- package/dist/api/types/VellumValue.d.ts +5 -0
- package/dist/api/types/VellumValue.js +5 -0
- package/dist/api/types/VellumValueLogicalConditionGroupRequest.d.ts +13 -0
- package/dist/api/types/VellumValueLogicalConditionGroupRequest.js +5 -0
- package/dist/api/types/VellumValueLogicalConditionRequest.d.ts +13 -0
- package/dist/api/types/VellumValueLogicalConditionRequest.js +5 -0
- package/dist/api/types/VellumValueLogicalExpressionRequest.d.ts +5 -0
- package/dist/api/types/VellumValueLogicalExpressionRequest.js +5 -0
- package/dist/api/types/VellumValueRequest.d.ts +5 -0
- package/dist/api/types/VellumValueRequest.js +5 -0
- package/dist/api/types/index.d.ts +24 -0
- package/dist/api/types/index.js +24 -0
- package/dist/serialization/client/requests/CodeExecutorRequest.d.ts +20 -0
- package/dist/serialization/client/requests/CodeExecutorRequest.js +41 -0
- package/dist/serialization/client/requests/index.d.ts +1 -0
- package/dist/serialization/client/requests/index.js +3 -1
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/metricDefinitions/client/index.d.ts +1 -0
- package/dist/serialization/resources/metricDefinitions/client/index.js +17 -0
- package/dist/serialization/resources/metricDefinitions/client/requests/ExecuteMetricDefinitionRequest.d.ts +14 -0
- package/dist/serialization/resources/metricDefinitions/client/requests/ExecuteMetricDefinitionRequest.js +35 -0
- package/dist/serialization/resources/metricDefinitions/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/metricDefinitions/client/requests/index.js +5 -0
- package/dist/serialization/resources/metricDefinitions/index.d.ts +1 -0
- package/dist/serialization/resources/metricDefinitions/index.js +17 -0
- package/dist/serialization/types/ArrayInputRequest.d.ts +14 -0
- package/dist/serialization/types/ArrayInputRequest.js +36 -0
- package/dist/serialization/types/CodeExecutionPackageRequest.d.ts +13 -0
- package/dist/serialization/types/CodeExecutionPackageRequest.js +34 -0
- package/dist/serialization/types/CodeExecutionRuntime.d.ts +10 -0
- package/dist/serialization/types/CodeExecutionRuntime.js +31 -0
- package/dist/serialization/types/CodeExecutorInputRequest.d.ts +18 -0
- package/dist/serialization/types/CodeExecutorInputRequest.js +48 -0
- package/dist/serialization/types/CodeExecutorResponse.d.ts +14 -0
- package/dist/serialization/types/CodeExecutorResponse.js +35 -0
- package/dist/serialization/types/ConditionCombinator.d.ts +10 -0
- package/dist/serialization/types/ConditionCombinator.js +31 -0
- package/dist/serialization/types/ErrorInputRequest.d.ts +15 -0
- package/dist/serialization/types/ErrorInputRequest.js +36 -0
- package/dist/serialization/types/FunctionCallInputRequest.d.ts +15 -0
- package/dist/serialization/types/FunctionCallInputRequest.js +36 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerConfig.d.ts +13 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerConfig.js +34 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerConfigRequest.d.ts +13 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerConfigRequest.js +34 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerTextEmbedding004.d.ts +14 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerTextEmbedding004.js +35 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerTextEmbedding004Request.d.ts +14 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerTextEmbedding004Request.js +35 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002.d.ts +14 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002.js +35 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.d.ts +14 -0
- package/dist/serialization/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.js +35 -0
- package/dist/serialization/types/IndexingConfigVectorizer.d.ts +3 -1
- package/dist/serialization/types/IndexingConfigVectorizer.js +4 -0
- package/dist/serialization/types/IndexingConfigVectorizerRequest.d.ts +3 -1
- package/dist/serialization/types/IndexingConfigVectorizerRequest.js +4 -0
- package/dist/serialization/types/LogicalOperator.d.ts +1 -1
- package/dist/serialization/types/LogicalOperator.js +2 -0
- package/dist/serialization/types/MetadataFiltersRequest.d.ts +11 -0
- package/dist/serialization/types/MetadataFiltersRequest.js +36 -0
- package/dist/serialization/types/MetricDefinitionExecution.d.ts +13 -0
- package/dist/serialization/types/MetricDefinitionExecution.js +34 -0
- package/dist/serialization/types/MetricDefinitionInputRequest.d.ts +14 -0
- package/dist/serialization/types/MetricDefinitionInputRequest.js +40 -0
- package/dist/serialization/types/NumberInputRequest.d.ts +14 -0
- package/dist/serialization/types/NumberInputRequest.js +35 -0
- package/dist/serialization/types/SearchFiltersRequest.d.ts +2 -2
- package/dist/serialization/types/SearchFiltersRequest.js +2 -2
- package/dist/serialization/types/SearchResultsInputRequest.d.ts +15 -0
- package/dist/serialization/types/SearchResultsInputRequest.js +36 -0
- package/dist/serialization/types/VellumValue.d.ts +18 -0
- package/dist/serialization/types/VellumValue.js +50 -0
- package/dist/serialization/types/VellumValueLogicalConditionGroupRequest.d.ts +16 -0
- package/dist/serialization/types/VellumValueLogicalConditionGroupRequest.js +38 -0
- package/dist/serialization/types/VellumValueLogicalConditionRequest.d.ts +17 -0
- package/dist/serialization/types/VellumValueLogicalConditionRequest.js +38 -0
- package/dist/serialization/types/VellumValueLogicalExpressionRequest.d.ts +11 -0
- package/dist/serialization/types/VellumValueLogicalExpressionRequest.js +36 -0
- package/dist/serialization/types/VellumValueRequest.d.ts +18 -0
- package/dist/serialization/types/VellumValueRequest.js +50 -0
- package/dist/serialization/types/index.d.ts +24 -0
- package/dist/serialization/types/index.js +24 -0
- package/package.json +1 -1
- package/reference.md +85 -4
- package/serialization/client/requests/CodeExecutorRequest.d.ts +20 -0
- package/serialization/client/requests/CodeExecutorRequest.js +41 -0
- package/serialization/client/requests/index.d.ts +1 -0
- package/serialization/client/requests/index.js +3 -1
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/metricDefinitions/client/index.d.ts +1 -0
- package/serialization/resources/metricDefinitions/client/index.js +17 -0
- package/serialization/resources/metricDefinitions/client/requests/ExecuteMetricDefinitionRequest.d.ts +14 -0
- package/serialization/resources/metricDefinitions/client/requests/ExecuteMetricDefinitionRequest.js +35 -0
- package/serialization/resources/metricDefinitions/client/requests/index.d.ts +1 -0
- package/serialization/resources/metricDefinitions/client/requests/index.js +5 -0
- package/serialization/resources/metricDefinitions/index.d.ts +1 -0
- package/serialization/resources/metricDefinitions/index.js +17 -0
- package/serialization/types/ArrayInputRequest.d.ts +14 -0
- package/serialization/types/ArrayInputRequest.js +36 -0
- package/serialization/types/CodeExecutionPackageRequest.d.ts +13 -0
- package/serialization/types/CodeExecutionPackageRequest.js +34 -0
- package/serialization/types/CodeExecutionRuntime.d.ts +10 -0
- package/serialization/types/CodeExecutionRuntime.js +31 -0
- package/serialization/types/CodeExecutorInputRequest.d.ts +18 -0
- package/serialization/types/CodeExecutorInputRequest.js +48 -0
- package/serialization/types/CodeExecutorResponse.d.ts +14 -0
- package/serialization/types/CodeExecutorResponse.js +35 -0
- package/serialization/types/ConditionCombinator.d.ts +10 -0
- package/serialization/types/ConditionCombinator.js +31 -0
- package/serialization/types/ErrorInputRequest.d.ts +15 -0
- package/serialization/types/ErrorInputRequest.js +36 -0
- package/serialization/types/FunctionCallInputRequest.d.ts +15 -0
- package/serialization/types/FunctionCallInputRequest.js +36 -0
- package/serialization/types/GoogleVertexAiVectorizerConfig.d.ts +13 -0
- package/serialization/types/GoogleVertexAiVectorizerConfig.js +34 -0
- package/serialization/types/GoogleVertexAiVectorizerConfigRequest.d.ts +13 -0
- package/serialization/types/GoogleVertexAiVectorizerConfigRequest.js +34 -0
- package/serialization/types/GoogleVertexAiVectorizerTextEmbedding004.d.ts +14 -0
- package/serialization/types/GoogleVertexAiVectorizerTextEmbedding004.js +35 -0
- package/serialization/types/GoogleVertexAiVectorizerTextEmbedding004Request.d.ts +14 -0
- package/serialization/types/GoogleVertexAiVectorizerTextEmbedding004Request.js +35 -0
- package/serialization/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002.d.ts +14 -0
- package/serialization/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002.js +35 -0
- package/serialization/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.d.ts +14 -0
- package/serialization/types/GoogleVertexAiVectorizerTextMultilingualEmbedding002Request.js +35 -0
- package/serialization/types/IndexingConfigVectorizer.d.ts +3 -1
- package/serialization/types/IndexingConfigVectorizer.js +4 -0
- package/serialization/types/IndexingConfigVectorizerRequest.d.ts +3 -1
- package/serialization/types/IndexingConfigVectorizerRequest.js +4 -0
- package/serialization/types/LogicalOperator.d.ts +1 -1
- package/serialization/types/LogicalOperator.js +2 -0
- package/serialization/types/MetadataFiltersRequest.d.ts +11 -0
- package/serialization/types/MetadataFiltersRequest.js +36 -0
- package/serialization/types/MetricDefinitionExecution.d.ts +13 -0
- package/serialization/types/MetricDefinitionExecution.js +34 -0
- package/serialization/types/MetricDefinitionInputRequest.d.ts +14 -0
- package/serialization/types/MetricDefinitionInputRequest.js +40 -0
- package/serialization/types/NumberInputRequest.d.ts +14 -0
- package/serialization/types/NumberInputRequest.js +35 -0
- package/serialization/types/SearchFiltersRequest.d.ts +2 -2
- package/serialization/types/SearchFiltersRequest.js +2 -2
- package/serialization/types/SearchResultsInputRequest.d.ts +15 -0
- package/serialization/types/SearchResultsInputRequest.js +36 -0
- package/serialization/types/VellumValue.d.ts +18 -0
- package/serialization/types/VellumValue.js +50 -0
- package/serialization/types/VellumValueLogicalConditionGroupRequest.d.ts +16 -0
- package/serialization/types/VellumValueLogicalConditionGroupRequest.js +38 -0
- package/serialization/types/VellumValueLogicalConditionRequest.d.ts +17 -0
- package/serialization/types/VellumValueLogicalConditionRequest.js +38 -0
- package/serialization/types/VellumValueLogicalExpressionRequest.d.ts +11 -0
- package/serialization/types/VellumValueLogicalExpressionRequest.js +36 -0
- package/serialization/types/VellumValueRequest.d.ts +18 -0
- package/serialization/types/VellumValueRequest.js +50 -0
- package/serialization/types/index.d.ts +24 -0
- package/serialization/types/index.js +24 -0
|
@@ -15,6 +15,52 @@ service:
|
|
|
15
15
|
auth: false
|
|
16
16
|
base-path: ''
|
|
17
17
|
endpoints:
|
|
18
|
+
execute-code:
|
|
19
|
+
path: /v1/execute-code
|
|
20
|
+
method: POST
|
|
21
|
+
auth: true
|
|
22
|
+
docs: >-
|
|
23
|
+
An internal-only endpoint that's subject to breaking changes without
|
|
24
|
+
notice. Not intended for public use.
|
|
25
|
+
request:
|
|
26
|
+
name: CodeExecutorRequest
|
|
27
|
+
body:
|
|
28
|
+
properties:
|
|
29
|
+
code:
|
|
30
|
+
type: string
|
|
31
|
+
validation:
|
|
32
|
+
minLength: 1
|
|
33
|
+
runtime: CodeExecutionRuntime
|
|
34
|
+
input_values: list<CodeExecutorInputRequest>
|
|
35
|
+
packages: list<CodeExecutionPackageRequest>
|
|
36
|
+
output_type: VellumVariableType
|
|
37
|
+
response:
|
|
38
|
+
docs: ''
|
|
39
|
+
type: CodeExecutorResponse
|
|
40
|
+
url: Default
|
|
41
|
+
availability: pre-release
|
|
42
|
+
errors:
|
|
43
|
+
- BadRequestError
|
|
44
|
+
examples:
|
|
45
|
+
- request:
|
|
46
|
+
code: code
|
|
47
|
+
runtime: PYTHON_3_11_6
|
|
48
|
+
input_values:
|
|
49
|
+
- name: name
|
|
50
|
+
type: STRING
|
|
51
|
+
value: value
|
|
52
|
+
packages:
|
|
53
|
+
- version: version
|
|
54
|
+
name: name
|
|
55
|
+
output_type: STRING
|
|
56
|
+
response:
|
|
57
|
+
body:
|
|
58
|
+
log: log
|
|
59
|
+
output:
|
|
60
|
+
type: STRING
|
|
61
|
+
value: value
|
|
62
|
+
audiences:
|
|
63
|
+
- internal
|
|
18
64
|
execute-prompt:
|
|
19
65
|
path: /v1/execute-prompt
|
|
20
66
|
method: POST
|
|
@@ -748,6 +794,18 @@ types:
|
|
|
748
794
|
source:
|
|
749
795
|
openapi: openapi/openapi.yml
|
|
750
796
|
ArrayEnum: literal<"ARRAY">
|
|
797
|
+
ArrayInputRequest:
|
|
798
|
+
docs: A user input representing a Vellum Array value
|
|
799
|
+
properties:
|
|
800
|
+
name:
|
|
801
|
+
type: string
|
|
802
|
+
docs: The variable's name
|
|
803
|
+
validation:
|
|
804
|
+
minLength: 1
|
|
805
|
+
type: literal<"ARRAY">
|
|
806
|
+
value: list<ArrayVellumValueItemRequest>
|
|
807
|
+
source:
|
|
808
|
+
openapi: openapi/openapi.yml
|
|
751
809
|
ArrayVariableValue:
|
|
752
810
|
properties:
|
|
753
811
|
type: literal<"ARRAY">
|
|
@@ -1050,6 +1108,52 @@ types:
|
|
|
1050
1108
|
value: optional<string>
|
|
1051
1109
|
source:
|
|
1052
1110
|
openapi: openapi/openapi.yml
|
|
1111
|
+
CodeExecutionPackageRequest:
|
|
1112
|
+
properties:
|
|
1113
|
+
version:
|
|
1114
|
+
type: string
|
|
1115
|
+
validation:
|
|
1116
|
+
minLength: 1
|
|
1117
|
+
name:
|
|
1118
|
+
type: string
|
|
1119
|
+
validation:
|
|
1120
|
+
minLength: 1
|
|
1121
|
+
source:
|
|
1122
|
+
openapi: openapi/openapi.yml
|
|
1123
|
+
CodeExecutionRuntime:
|
|
1124
|
+
enum:
|
|
1125
|
+
- PYTHON_3_11_6
|
|
1126
|
+
- TYPESCRIPT_5_3_3
|
|
1127
|
+
docs: |-
|
|
1128
|
+
* `PYTHON_3_11_6` - PYTHON_3_11_6
|
|
1129
|
+
* `TYPESCRIPT_5_3_3` - TYPESCRIPT_5_3_3
|
|
1130
|
+
source:
|
|
1131
|
+
openapi: openapi/openapi.yml
|
|
1132
|
+
CodeExecutorErrorResponse:
|
|
1133
|
+
properties:
|
|
1134
|
+
message: string
|
|
1135
|
+
log: string
|
|
1136
|
+
source:
|
|
1137
|
+
openapi: openapi/openapi.yml
|
|
1138
|
+
CodeExecutorInputRequest:
|
|
1139
|
+
discriminated: false
|
|
1140
|
+
union:
|
|
1141
|
+
- StringInputRequest
|
|
1142
|
+
- JsonInputRequest
|
|
1143
|
+
- ChatHistoryInputRequest
|
|
1144
|
+
- NumberInputRequest
|
|
1145
|
+
- SearchResultsInputRequest
|
|
1146
|
+
- ErrorInputRequest
|
|
1147
|
+
- ArrayInputRequest
|
|
1148
|
+
- FunctionCallInputRequest
|
|
1149
|
+
source:
|
|
1150
|
+
openapi: openapi/openapi.yml
|
|
1151
|
+
CodeExecutorResponse:
|
|
1152
|
+
properties:
|
|
1153
|
+
log: string
|
|
1154
|
+
output: VellumValue
|
|
1155
|
+
source:
|
|
1156
|
+
openapi: openapi/openapi.yml
|
|
1053
1157
|
CompilePromptDeploymentExpandMetaRequest:
|
|
1054
1158
|
properties:
|
|
1055
1159
|
model_name:
|
|
@@ -1079,6 +1183,15 @@ types:
|
|
|
1079
1183
|
prompt_version_id: optional<string>
|
|
1080
1184
|
source:
|
|
1081
1185
|
openapi: openapi/openapi.yml
|
|
1186
|
+
ConditionCombinator:
|
|
1187
|
+
enum:
|
|
1188
|
+
- OR
|
|
1189
|
+
- AND
|
|
1190
|
+
docs: |-
|
|
1191
|
+
* `OR` - OR
|
|
1192
|
+
* `AND` - AND
|
|
1193
|
+
source:
|
|
1194
|
+
openapi: openapi/openapi.yml
|
|
1082
1195
|
ConditionalNodeResult:
|
|
1083
1196
|
docs: A Node Result Event emitted from a Conditional Node.
|
|
1084
1197
|
properties:
|
|
@@ -1417,6 +1530,18 @@ types:
|
|
|
1417
1530
|
type: literal<"EPHEMERAL">
|
|
1418
1531
|
docs: '* `EPHEMERAL` - EPHEMERAL'
|
|
1419
1532
|
ErrorEnum: literal<"ERROR">
|
|
1533
|
+
ErrorInputRequest:
|
|
1534
|
+
docs: A user input representing a Vellum Error value
|
|
1535
|
+
properties:
|
|
1536
|
+
name:
|
|
1537
|
+
type: string
|
|
1538
|
+
docs: The variable's name
|
|
1539
|
+
validation:
|
|
1540
|
+
minLength: 1
|
|
1541
|
+
type: literal<"ERROR">
|
|
1542
|
+
value: VellumErrorRequest
|
|
1543
|
+
source:
|
|
1544
|
+
openapi: openapi/openapi.yml
|
|
1420
1545
|
ErrorVariableValue:
|
|
1421
1546
|
properties:
|
|
1422
1547
|
type: literal<"ERROR">
|
|
@@ -1748,6 +1873,18 @@ types:
|
|
|
1748
1873
|
source:
|
|
1749
1874
|
openapi: openapi/openapi.yml
|
|
1750
1875
|
FunctionCallEnum: literal<"FUNCTION_CALL">
|
|
1876
|
+
FunctionCallInputRequest:
|
|
1877
|
+
docs: A user input representing a Vellum Function Call value
|
|
1878
|
+
properties:
|
|
1879
|
+
name:
|
|
1880
|
+
type: string
|
|
1881
|
+
docs: The variable's name
|
|
1882
|
+
validation:
|
|
1883
|
+
minLength: 1
|
|
1884
|
+
type: literal<"FUNCTION_CALL">
|
|
1885
|
+
value: FunctionCallRequest
|
|
1886
|
+
source:
|
|
1887
|
+
openapi: openapi/openapi.yml
|
|
1751
1888
|
FunctionCallRequest:
|
|
1752
1889
|
docs: The final resolved function call value.
|
|
1753
1890
|
properties:
|
|
@@ -1915,6 +2052,48 @@ types:
|
|
|
1915
2052
|
completion: EnrichedNormalizedCompletion
|
|
1916
2053
|
source:
|
|
1917
2054
|
openapi: openapi/openapi.yml
|
|
2055
|
+
GoogleVertexAiVectorizerConfig:
|
|
2056
|
+
properties:
|
|
2057
|
+
project_id: string
|
|
2058
|
+
region: string
|
|
2059
|
+
source:
|
|
2060
|
+
openapi: openapi/openapi.yml
|
|
2061
|
+
GoogleVertexAiVectorizerConfigRequest:
|
|
2062
|
+
properties:
|
|
2063
|
+
project_id:
|
|
2064
|
+
type: string
|
|
2065
|
+
validation:
|
|
2066
|
+
minLength: 1
|
|
2067
|
+
region:
|
|
2068
|
+
type: string
|
|
2069
|
+
validation:
|
|
2070
|
+
minLength: 1
|
|
2071
|
+
source:
|
|
2072
|
+
openapi: openapi/openapi.yml
|
|
2073
|
+
GoogleVertexAiVectorizerTextEmbedding004:
|
|
2074
|
+
properties:
|
|
2075
|
+
model_name: literal<"text-embedding-004">
|
|
2076
|
+
config: GoogleVertexAiVectorizerConfig
|
|
2077
|
+
source:
|
|
2078
|
+
openapi: openapi/openapi.yml
|
|
2079
|
+
GoogleVertexAiVectorizerTextEmbedding004Request:
|
|
2080
|
+
properties:
|
|
2081
|
+
model_name: literal<"text-embedding-004">
|
|
2082
|
+
config: GoogleVertexAiVectorizerConfigRequest
|
|
2083
|
+
source:
|
|
2084
|
+
openapi: openapi/openapi.yml
|
|
2085
|
+
GoogleVertexAiVectorizerTextMultilingualEmbedding002:
|
|
2086
|
+
properties:
|
|
2087
|
+
model_name: literal<"text-multilingual-embedding-002">
|
|
2088
|
+
config: GoogleVertexAiVectorizerConfig
|
|
2089
|
+
source:
|
|
2090
|
+
openapi: openapi/openapi.yml
|
|
2091
|
+
GoogleVertexAiVectorizerTextMultilingualEmbedding002Request:
|
|
2092
|
+
properties:
|
|
2093
|
+
model_name: literal<"text-multilingual-embedding-002">
|
|
2094
|
+
config: GoogleVertexAiVectorizerConfigRequest
|
|
2095
|
+
source:
|
|
2096
|
+
openapi: openapi/openapi.yml
|
|
1918
2097
|
HkunlpInstructorXlVectorizer:
|
|
1919
2098
|
docs: Vectorizer for hkunlp/instructor-xl.
|
|
1920
2099
|
properties:
|
|
@@ -1975,6 +2154,8 @@ types:
|
|
|
1975
2154
|
- BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1
|
|
1976
2155
|
- BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1
|
|
1977
2156
|
- HkunlpInstructorXlVectorizer
|
|
2157
|
+
- GoogleVertexAiVectorizerTextEmbedding004
|
|
2158
|
+
- GoogleVertexAiVectorizerTextMultilingualEmbedding002
|
|
1978
2159
|
source:
|
|
1979
2160
|
openapi: openapi/openapi.yml
|
|
1980
2161
|
IndexingConfigVectorizerRequest:
|
|
@@ -1987,6 +2168,8 @@ types:
|
|
|
1987
2168
|
- BasicVectorizerSentenceTransformersMultiQaMpnetBaseCosV1Request
|
|
1988
2169
|
- BasicVectorizerSentenceTransformersMultiQaMpnetBaseDotV1Request
|
|
1989
2170
|
- HkunlpInstructorXlVectorizerRequest
|
|
2171
|
+
- GoogleVertexAiVectorizerTextEmbedding004Request
|
|
2172
|
+
- GoogleVertexAiVectorizerTextMultilingualEmbedding002Request
|
|
1990
2173
|
source:
|
|
1991
2174
|
openapi: openapi/openapi.yml
|
|
1992
2175
|
IndexingStateEnum:
|
|
@@ -2087,7 +2270,7 @@ types:
|
|
|
2087
2270
|
properties:
|
|
2088
2271
|
name:
|
|
2089
2272
|
type: string
|
|
2090
|
-
docs: The variable's name
|
|
2273
|
+
docs: The variable's name
|
|
2091
2274
|
validation:
|
|
2092
2275
|
minLength: 1
|
|
2093
2276
|
type: literal<"JSON">
|
|
@@ -2135,6 +2318,8 @@ types:
|
|
|
2135
2318
|
value: unknown
|
|
2136
2319
|
source:
|
|
2137
2320
|
openapi: openapi/openapi.yml
|
|
2321
|
+
LogicalConditionEnum: literal<"LOGICAL_CONDITION">
|
|
2322
|
+
LogicalConditionGroupEnum: literal<"LOGICAL_CONDITION_GROUP">
|
|
2138
2323
|
LogicalOperator:
|
|
2139
2324
|
enum:
|
|
2140
2325
|
- value: '='
|
|
@@ -2191,6 +2376,8 @@ types:
|
|
|
2191
2376
|
- value: notBetween
|
|
2192
2377
|
name: NOT_BETWEEN
|
|
2193
2378
|
docs: Not between
|
|
2379
|
+
- blank
|
|
2380
|
+
- notBlank
|
|
2194
2381
|
docs: |-
|
|
2195
2382
|
* `=` - EQUALS
|
|
2196
2383
|
* `!=` - DOES_NOT_EQUAL
|
|
@@ -2210,6 +2397,8 @@ types:
|
|
|
2210
2397
|
* `notIn` - NOT_IN
|
|
2211
2398
|
* `between` - BETWEEN
|
|
2212
2399
|
* `notBetween` - NOT_BETWEEN
|
|
2400
|
+
* `blank` - BLANK
|
|
2401
|
+
* `notBlank` - NOT_BLANK
|
|
2213
2402
|
source:
|
|
2214
2403
|
openapi: openapi/openapi.yml
|
|
2215
2404
|
LogprobsEnum:
|
|
@@ -2260,6 +2449,9 @@ types:
|
|
|
2260
2449
|
source:
|
|
2261
2450
|
openapi: openapi/openapi.yml
|
|
2262
2451
|
MetadataFilterConfigRequest:
|
|
2452
|
+
docs: >-
|
|
2453
|
+
A deprecated pattern for filtering on metadata. Please use MetadataFilters
|
|
2454
|
+
instead.
|
|
2263
2455
|
properties:
|
|
2264
2456
|
combinator: optional<MetadataFilterRuleCombinator>
|
|
2265
2457
|
negated: optional<boolean>
|
|
@@ -2300,6 +2492,27 @@ types:
|
|
|
2300
2492
|
minLength: 1
|
|
2301
2493
|
source:
|
|
2302
2494
|
openapi: openapi/openapi.yml
|
|
2495
|
+
MetadataFiltersRequest:
|
|
2496
|
+
discriminated: false
|
|
2497
|
+
union:
|
|
2498
|
+
- MetadataFilterConfigRequest
|
|
2499
|
+
- VellumValueLogicalExpressionRequest
|
|
2500
|
+
source:
|
|
2501
|
+
openapi: openapi/openapi.yml
|
|
2502
|
+
MetricDefinitionExecution:
|
|
2503
|
+
properties:
|
|
2504
|
+
outputs: list<TestSuiteRunMetricOutput>
|
|
2505
|
+
source:
|
|
2506
|
+
openapi: openapi/openapi.yml
|
|
2507
|
+
MetricDefinitionInputRequest:
|
|
2508
|
+
discriminated: false
|
|
2509
|
+
union:
|
|
2510
|
+
- StringInputRequest
|
|
2511
|
+
- JsonInputRequest
|
|
2512
|
+
- ChatHistoryInputRequest
|
|
2513
|
+
- NumberInputRequest
|
|
2514
|
+
source:
|
|
2515
|
+
openapi: openapi/openapi.yml
|
|
2303
2516
|
MetricEnum: literal<"METRIC">
|
|
2304
2517
|
MetricNodeResult:
|
|
2305
2518
|
docs: A Node Result Event emitted from a Metric Node.
|
|
@@ -2703,6 +2916,18 @@ types:
|
|
|
2703
2916
|
source:
|
|
2704
2917
|
openapi: openapi/openapi.yml
|
|
2705
2918
|
NumberEnum: literal<"NUMBER">
|
|
2919
|
+
NumberInputRequest:
|
|
2920
|
+
docs: A user input representing a number value
|
|
2921
|
+
properties:
|
|
2922
|
+
name:
|
|
2923
|
+
type: string
|
|
2924
|
+
docs: The variable's name
|
|
2925
|
+
validation:
|
|
2926
|
+
minLength: 1
|
|
2927
|
+
type: literal<"NUMBER">
|
|
2928
|
+
value: double
|
|
2929
|
+
source:
|
|
2930
|
+
openapi: openapi/openapi.yml
|
|
2706
2931
|
NumberVariableValue:
|
|
2707
2932
|
properties:
|
|
2708
2933
|
type: literal<"NUMBER">
|
|
@@ -3341,7 +3566,7 @@ types:
|
|
|
3341
3566
|
type: optional<list<string>>
|
|
3342
3567
|
docs: The document external IDs to filter by
|
|
3343
3568
|
metadata:
|
|
3344
|
-
type: optional<
|
|
3569
|
+
type: optional<MetadataFiltersRequest>
|
|
3345
3570
|
docs: The metadata filters to apply to the search
|
|
3346
3571
|
source:
|
|
3347
3572
|
openapi: openapi/openapi.yml
|
|
@@ -3489,8 +3714,6 @@ types:
|
|
|
3489
3714
|
text:
|
|
3490
3715
|
type: string
|
|
3491
3716
|
docs: The text of the chunk that matched the search query.
|
|
3492
|
-
validation:
|
|
3493
|
-
minLength: 1
|
|
3494
3717
|
score:
|
|
3495
3718
|
type: double
|
|
3496
3719
|
docs: A score representing how well the chunk matches the search query.
|
|
@@ -3504,6 +3727,18 @@ types:
|
|
|
3504
3727
|
source:
|
|
3505
3728
|
openapi: openapi/openapi.yml
|
|
3506
3729
|
SearchResultsEnum: literal<"SEARCH_RESULTS">
|
|
3730
|
+
SearchResultsInputRequest:
|
|
3731
|
+
docs: A user input representing a search results value
|
|
3732
|
+
properties:
|
|
3733
|
+
name:
|
|
3734
|
+
type: string
|
|
3735
|
+
docs: The variable's name
|
|
3736
|
+
validation:
|
|
3737
|
+
minLength: 1
|
|
3738
|
+
type: literal<"SEARCH_RESULTS">
|
|
3739
|
+
value: list<SearchResultRequest>
|
|
3740
|
+
source:
|
|
3741
|
+
openapi: openapi/openapi.yml
|
|
3507
3742
|
SearchResultsVariableValue:
|
|
3508
3743
|
properties:
|
|
3509
3744
|
type: literal<"SEARCH_RESULTS">
|
|
@@ -3817,7 +4052,7 @@ types:
|
|
|
3817
4052
|
properties:
|
|
3818
4053
|
name:
|
|
3819
4054
|
type: string
|
|
3820
|
-
docs: The variable's name
|
|
4055
|
+
docs: The variable's name
|
|
3821
4056
|
validation:
|
|
3822
4057
|
minLength: 1
|
|
3823
4058
|
type: literal<"STRING">
|
|
@@ -4981,6 +5216,61 @@ types:
|
|
|
4981
5216
|
metadata: optional<map<string, unknown>>
|
|
4982
5217
|
source:
|
|
4983
5218
|
openapi: openapi/openapi.yml
|
|
5219
|
+
VellumValue:
|
|
5220
|
+
discriminated: false
|
|
5221
|
+
union:
|
|
5222
|
+
- StringVellumValue
|
|
5223
|
+
- NumberVellumValue
|
|
5224
|
+
- JsonVellumValue
|
|
5225
|
+
- ImageVellumValue
|
|
5226
|
+
- FunctionCallVellumValue
|
|
5227
|
+
- ErrorVellumValue
|
|
5228
|
+
- ArrayVellumValue
|
|
5229
|
+
- ChatHistoryVellumValue
|
|
5230
|
+
- SearchResultsVellumValue
|
|
5231
|
+
source:
|
|
5232
|
+
openapi: openapi/openapi.yml
|
|
5233
|
+
VellumValueLogicalConditionGroupRequest:
|
|
5234
|
+
docs: >-
|
|
5235
|
+
A higher-order condition that combines one or more basic conditions or
|
|
5236
|
+
other higher-order conditions.
|
|
5237
|
+
properties:
|
|
5238
|
+
type: literal<"LOGICAL_CONDITION_GROUP">
|
|
5239
|
+
conditions: list<VellumValueLogicalExpressionRequest>
|
|
5240
|
+
combinator: ConditionCombinator
|
|
5241
|
+
negated: boolean
|
|
5242
|
+
source:
|
|
5243
|
+
openapi: openapi/openapi.yml
|
|
5244
|
+
VellumValueLogicalConditionRequest:
|
|
5245
|
+
docs: A basic condition comparing two Vellum values.
|
|
5246
|
+
properties:
|
|
5247
|
+
type: literal<"LOGICAL_CONDITION">
|
|
5248
|
+
lhs_variable: VellumValueRequest
|
|
5249
|
+
operator: LogicalOperator
|
|
5250
|
+
rhs_variable: VellumValueRequest
|
|
5251
|
+
source:
|
|
5252
|
+
openapi: openapi/openapi.yml
|
|
5253
|
+
VellumValueLogicalExpressionRequest:
|
|
5254
|
+
discriminated: false
|
|
5255
|
+
union:
|
|
5256
|
+
- VellumValueLogicalConditionRequest
|
|
5257
|
+
- VellumValueLogicalConditionGroupRequest
|
|
5258
|
+
source:
|
|
5259
|
+
openapi: openapi/openapi.yml
|
|
5260
|
+
VellumValueRequest:
|
|
5261
|
+
discriminated: false
|
|
5262
|
+
union:
|
|
5263
|
+
- StringVellumValueRequest
|
|
5264
|
+
- NumberVellumValueRequest
|
|
5265
|
+
- JsonVellumValueRequest
|
|
5266
|
+
- ImageVellumValueRequest
|
|
5267
|
+
- FunctionCallVellumValueRequest
|
|
5268
|
+
- ErrorVellumValueRequest
|
|
5269
|
+
- ArrayVellumValueRequest
|
|
5270
|
+
- ChatHistoryVellumValueRequest
|
|
5271
|
+
- SearchResultsVellumValueRequest
|
|
5272
|
+
source:
|
|
5273
|
+
openapi: openapi/openapi.yml
|
|
4984
5274
|
VellumVariable:
|
|
4985
5275
|
properties:
|
|
4986
5276
|
id: string
|
|
@@ -5722,7 +6012,9 @@ types:
|
|
|
5722
6012
|
SentenceChunkerEnum: literal<"sentence-chunker">
|
|
5723
6013
|
SentenceTransformersMultiQaMpnetBaseCosV1Enum: literal<"sentence-transformers/multi-qa-mpnet-base-cos-v1">
|
|
5724
6014
|
SentenceTransformersMultiQaMpnetBaseDotV1Enum: literal<"sentence-transformers/multi-qa-mpnet-base-dot-v1">
|
|
6015
|
+
TextEmbedding004Enum: literal<"text-embedding-004">
|
|
5725
6016
|
TextEmbedding3LargeEnum: literal<"text-embedding-3-large">
|
|
5726
6017
|
TextEmbedding3SmallEnum: literal<"text-embedding-3-small">
|
|
5727
6018
|
TextEmbeddingAda002Enum: literal<"text-embedding-ada-002">
|
|
6019
|
+
TextMultilingualEmbedding002Enum: literal<"text-multilingual-embedding-002">
|
|
5728
6020
|
TokenOverlappingWindowChunkerEnum: literal<"token-overlapping-window-chunker">
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
imports:
|
|
2
|
+
root: __package__.yml
|
|
3
|
+
service:
|
|
4
|
+
auth: false
|
|
5
|
+
base-path: ''
|
|
6
|
+
endpoints:
|
|
7
|
+
execute_metric_definition:
|
|
8
|
+
path: /v1/metric-definitions/{id}/execute
|
|
9
|
+
method: POST
|
|
10
|
+
auth: true
|
|
11
|
+
docs: >-
|
|
12
|
+
An internal-only endpoint that's subject to breaking changes without
|
|
13
|
+
notice. Not intended for public use.
|
|
14
|
+
path-parameters:
|
|
15
|
+
id:
|
|
16
|
+
type: string
|
|
17
|
+
docs: Either the Metric Definition's ID or its unique name
|
|
18
|
+
request:
|
|
19
|
+
name: ExecuteMetricDefinitionRequest
|
|
20
|
+
body:
|
|
21
|
+
properties:
|
|
22
|
+
inputs: list<root.MetricDefinitionInputRequest>
|
|
23
|
+
release_tag:
|
|
24
|
+
type: optional<string>
|
|
25
|
+
validation:
|
|
26
|
+
minLength: 1
|
|
27
|
+
response:
|
|
28
|
+
docs: ''
|
|
29
|
+
type: root.MetricDefinitionExecution
|
|
30
|
+
url: Default
|
|
31
|
+
availability: pre-release
|
|
32
|
+
examples:
|
|
33
|
+
- path-parameters:
|
|
34
|
+
id: id
|
|
35
|
+
request:
|
|
36
|
+
inputs:
|
|
37
|
+
- name: name
|
|
38
|
+
type: STRING
|
|
39
|
+
value: value
|
|
40
|
+
response:
|
|
41
|
+
body:
|
|
42
|
+
outputs:
|
|
43
|
+
- value: value
|
|
44
|
+
type: STRING
|
|
45
|
+
name: name
|
|
46
|
+
audiences:
|
|
47
|
+
- internal
|
|
48
|
+
source:
|
|
49
|
+
openapi: openapi/openapi.yml
|
|
@@ -12,7 +12,7 @@ service:
|
|
|
12
12
|
path-parameters:
|
|
13
13
|
id:
|
|
14
14
|
type: string
|
|
15
|
-
docs:
|
|
15
|
+
docs: Either the Test Suites' ID or its unique name
|
|
16
16
|
request:
|
|
17
17
|
name: ListTestSuiteTestCasesRequest
|
|
18
18
|
query-parameters:
|
|
@@ -71,7 +71,7 @@ service:
|
|
|
71
71
|
path-parameters:
|
|
72
72
|
id:
|
|
73
73
|
type: string
|
|
74
|
-
docs:
|
|
74
|
+
docs: Either the Test Suites' ID or its unique name
|
|
75
75
|
request:
|
|
76
76
|
body: root.UpsertTestSuiteTestCaseRequest
|
|
77
77
|
response:
|
|
@@ -116,7 +116,7 @@ service:
|
|
|
116
116
|
path-parameters:
|
|
117
117
|
id:
|
|
118
118
|
type: string
|
|
119
|
-
docs:
|
|
119
|
+
docs: Either the Test Suites' ID or its unique name
|
|
120
120
|
request:
|
|
121
121
|
body: list<root.TestSuiteTestCaseBulkOperationRequest>
|
|
122
122
|
response-stream:
|
|
@@ -137,7 +137,7 @@ service:
|
|
|
137
137
|
path-parameters:
|
|
138
138
|
id:
|
|
139
139
|
type: string
|
|
140
|
-
docs:
|
|
140
|
+
docs: Either the Test Suites' ID or its unique name
|
|
141
141
|
test_case_id:
|
|
142
142
|
type: string
|
|
143
143
|
docs: An id identifying the test case that you'd like to delete
|