vellum-ai 1.2.4 → 1.3.0
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/Client.js +11 -11
- package/api/resources/adHoc/client/Client.js +2 -2
- package/api/resources/containerImages/client/Client.js +4 -4
- package/api/resources/deployments/client/Client.js +8 -8
- package/api/resources/documentIndexes/client/Client.js +8 -8
- package/api/resources/documents/client/Client.js +5 -5
- package/api/resources/events/client/Client.js +1 -1
- package/api/resources/folderEntities/client/Client.js +2 -2
- package/api/resources/metricDefinitions/client/Client.js +2 -2
- package/api/resources/mlModels/client/Client.js +1 -1
- package/api/resources/organizations/client/Client.js +1 -1
- package/api/resources/prompts/client/Client.js +2 -2
- package/api/resources/sandboxes/client/Client.js +3 -3
- package/api/resources/testSuiteRuns/client/Client.js +3 -3
- package/api/resources/testSuites/client/Client.js +4 -4
- package/api/resources/workflowDeployments/client/Client.js +9 -9
- package/api/resources/workflowExecutions/client/Client.js +1 -1
- package/api/resources/workflowSandboxes/client/Client.d.ts +2 -3
- package/api/resources/workflowSandboxes/client/Client.js +9 -10
- package/api/resources/workflows/client/Client.js +9 -3
- package/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
- package/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/api/resources/workspaces/client/Client.js +1 -1
- package/api/types/AudioInput.d.ts +13 -0
- package/api/types/AudioInput.js +5 -0
- package/api/types/CodeExecutorInput.d.ts +1 -1
- package/api/types/DeploymentRead.d.ts +4 -7
- package/api/types/DocumentInput.d.ts +13 -0
- package/api/types/DocumentInput.js +5 -0
- package/api/types/EnvironmentEnum.d.ts +0 -5
- package/api/types/ImageInput.d.ts +13 -0
- package/api/types/ImageInput.js +5 -0
- package/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
- package/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
- package/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
- package/api/types/NamedScenarioInputRequest.d.ts +1 -1
- package/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
- package/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
- package/api/types/NamedTestCaseAudioVariableValue.js +5 -0
- package/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
- package/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
- package/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
- package/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
- package/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
- package/api/types/NamedTestCaseImageVariableValue.js +5 -0
- package/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
- package/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
- package/api/types/NamedTestCaseVariableValue.d.ts +1 -1
- package/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
- package/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
- package/api/types/NamedTestCaseVideoVariableValue.js +5 -0
- package/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
- package/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
- package/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/api/types/ScenarioInput.d.ts +1 -1
- package/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputAudioVariableValue.js +5 -0
- package/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputDocumentVariableValue.js +5 -0
- package/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputImageVariableValue.js +5 -0
- package/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
- package/api/types/ScenarioInputVideoVariableValue.js +5 -0
- package/api/types/SlimDeploymentRead.d.ts +4 -7
- package/api/types/SlimWorkflowDeployment.d.ts +4 -7
- package/api/types/SpanLinkTypeEnum.d.ts +8 -1
- package/api/types/SpanLinkTypeEnum.js +6 -0
- package/api/types/TestCaseAudioVariableValue.d.ts +13 -0
- package/api/types/TestCaseAudioVariableValue.js +5 -0
- package/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
- package/api/types/TestCaseDocumentVariableValue.js +5 -0
- package/api/types/TestCaseImageVariableValue.d.ts +13 -0
- package/api/types/TestCaseImageVariableValue.js +5 -0
- package/api/types/TestCaseVariableValue.d.ts +1 -1
- package/api/types/TestCaseVideoVariableValue.d.ts +13 -0
- package/api/types/TestCaseVideoVariableValue.js +5 -0
- package/api/types/VideoInput.d.ts +13 -0
- package/api/types/VideoInput.js +5 -0
- package/api/types/WorkflowDeploymentRead.d.ts +4 -7
- package/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/api/types/WorkflowRequestAudioInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestAudioInputRequest.js +5 -0
- package/api/types/WorkflowRequestDocumentInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestDocumentInputRequest.js +5 -0
- package/api/types/WorkflowRequestImageInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestImageInputRequest.js +5 -0
- package/api/types/WorkflowRequestInputRequest.d.ts +1 -1
- package/api/types/WorkflowRequestVideoInputRequest.d.ts +13 -0
- package/api/types/WorkflowRequestVideoInputRequest.js +5 -0
- package/api/types/index.d.ts +28 -0
- package/api/types/index.js +28 -0
- package/dist/Client.js +11 -11
- package/dist/api/resources/adHoc/client/Client.js +2 -2
- package/dist/api/resources/containerImages/client/Client.js +4 -4
- package/dist/api/resources/deployments/client/Client.js +8 -8
- package/dist/api/resources/documentIndexes/client/Client.js +8 -8
- package/dist/api/resources/documents/client/Client.js +5 -5
- package/dist/api/resources/events/client/Client.js +1 -1
- package/dist/api/resources/folderEntities/client/Client.js +2 -2
- package/dist/api/resources/metricDefinitions/client/Client.js +2 -2
- package/dist/api/resources/mlModels/client/Client.js +1 -1
- package/dist/api/resources/organizations/client/Client.js +1 -1
- package/dist/api/resources/prompts/client/Client.js +2 -2
- 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.js +4 -4
- package/dist/api/resources/workflowDeployments/client/Client.js +9 -9
- package/dist/api/resources/workflowExecutions/client/Client.js +1 -1
- package/dist/api/resources/workflowSandboxes/client/Client.d.ts +2 -3
- package/dist/api/resources/workflowSandboxes/client/Client.js +9 -10
- package/dist/api/resources/workflows/client/Client.js +9 -3
- package/dist/api/resources/workflows/client/requests/WorkflowsPullRequest.d.ts +8 -0
- package/dist/api/resources/workspaceSecrets/client/Client.js +2 -2
- package/dist/api/resources/workspaces/client/Client.js +1 -1
- package/dist/api/types/AudioInput.d.ts +13 -0
- package/dist/api/types/AudioInput.js +5 -0
- package/dist/api/types/CodeExecutorInput.d.ts +1 -1
- package/dist/api/types/DeploymentRead.d.ts +4 -7
- package/dist/api/types/DocumentInput.d.ts +13 -0
- package/dist/api/types/DocumentInput.js +5 -0
- package/dist/api/types/EnvironmentEnum.d.ts +0 -5
- package/dist/api/types/ImageInput.d.ts +13 -0
- package/dist/api/types/ImageInput.js +5 -0
- package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputAudioVariableValueRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputDocumentVariableValueRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputImageVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputImageVariableValueRequest.js +5 -0
- package/dist/api/types/NamedScenarioInputRequest.d.ts +1 -1
- package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedScenarioInputVideoVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseAudioVariableValue.d.ts +12 -0
- package/dist/api/types/NamedTestCaseAudioVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseAudioVariableValueRequest.d.ts +12 -0
- package/dist/api/types/NamedTestCaseAudioVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValue.d.ts +9 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedTestCaseDocumentVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseImageVariableValue.d.ts +9 -0
- package/dist/api/types/NamedTestCaseImageVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseImageVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedTestCaseImageVariableValueRequest.js +5 -0
- package/dist/api/types/NamedTestCaseVariableValue.d.ts +1 -1
- package/dist/api/types/NamedTestCaseVariableValueRequest.d.ts +1 -1
- package/dist/api/types/NamedTestCaseVideoVariableValue.d.ts +9 -0
- package/dist/api/types/NamedTestCaseVideoVariableValue.js +5 -0
- package/dist/api/types/NamedTestCaseVideoVariableValueRequest.d.ts +9 -0
- package/dist/api/types/NamedTestCaseVideoVariableValueRequest.js +5 -0
- package/dist/api/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/dist/api/types/ScenarioInput.d.ts +1 -1
- package/dist/api/types/ScenarioInputAudioVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputAudioVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputDocumentVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputDocumentVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputImageVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputImageVariableValue.js +5 -0
- package/dist/api/types/ScenarioInputVideoVariableValue.d.ts +9 -0
- package/dist/api/types/ScenarioInputVideoVariableValue.js +5 -0
- package/dist/api/types/SlimDeploymentRead.d.ts +4 -7
- package/dist/api/types/SlimWorkflowDeployment.d.ts +4 -7
- package/dist/api/types/SpanLinkTypeEnum.d.ts +8 -1
- package/dist/api/types/SpanLinkTypeEnum.js +6 -0
- package/dist/api/types/TestCaseAudioVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseAudioVariableValue.js +5 -0
- package/dist/api/types/TestCaseDocumentVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseDocumentVariableValue.js +5 -0
- package/dist/api/types/TestCaseImageVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseImageVariableValue.js +5 -0
- package/dist/api/types/TestCaseVariableValue.d.ts +1 -1
- package/dist/api/types/TestCaseVideoVariableValue.d.ts +13 -0
- package/dist/api/types/TestCaseVideoVariableValue.js +5 -0
- package/dist/api/types/VideoInput.d.ts +13 -0
- package/dist/api/types/VideoInput.js +5 -0
- package/dist/api/types/WorkflowDeploymentRead.d.ts +4 -7
- package/dist/api/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/dist/api/types/WorkflowRequestAudioInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestAudioInputRequest.js +5 -0
- package/dist/api/types/WorkflowRequestDocumentInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestDocumentInputRequest.js +5 -0
- package/dist/api/types/WorkflowRequestImageInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestImageInputRequest.js +5 -0
- package/dist/api/types/WorkflowRequestInputRequest.d.ts +1 -1
- package/dist/api/types/WorkflowRequestVideoInputRequest.d.ts +13 -0
- package/dist/api/types/WorkflowRequestVideoInputRequest.js +5 -0
- package/dist/api/types/index.d.ts +28 -0
- package/dist/api/types/index.js +28 -0
- package/dist/serialization/types/AudioInput.d.ts +15 -0
- package/dist/{terraform/index.js → serialization/types/AudioInput.js} +11 -7
- package/dist/serialization/types/CodeExecutorInput.d.ts +5 -1
- package/dist/serialization/types/CodeExecutorInput.js +8 -0
- package/dist/serialization/types/DocumentInput.d.ts +15 -0
- package/{terraform/index.js → dist/serialization/types/DocumentInput.js} +11 -7
- package/dist/serialization/types/ImageInput.d.ts +15 -0
- package/dist/serialization/types/ImageInput.js +46 -0
- package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
- package/dist/serialization/types/NamedScenarioInputRequest.js +8 -0
- package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
- package/dist/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
- package/dist/serialization/types/NamedTestCaseVariableValue.js +8 -0
- package/dist/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
- package/dist/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
- package/dist/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
- package/dist/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/dist/serialization/types/NodeExecutionSpanAttributes.js +1 -0
- package/dist/serialization/types/ScenarioInput.d.ts +5 -1
- package/dist/serialization/types/ScenarioInput.js +8 -0
- package/dist/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
- package/dist/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
- package/dist/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputImageVariableValue.js +46 -0
- package/dist/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
- package/dist/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
- package/dist/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
- package/dist/serialization/types/SpanLinkTypeEnum.js +1 -1
- package/dist/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseAudioVariableValue.js +47 -0
- package/dist/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseDocumentVariableValue.js +47 -0
- package/dist/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseImageVariableValue.js +47 -0
- package/dist/serialization/types/TestCaseVariableValue.d.ts +5 -1
- package/dist/serialization/types/TestCaseVariableValue.js +8 -0
- package/dist/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
- package/dist/serialization/types/TestCaseVideoVariableValue.js +47 -0
- package/dist/serialization/types/VideoInput.d.ts +15 -0
- package/dist/serialization/types/VideoInput.js +46 -0
- package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/dist/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
- package/dist/serialization/types/WorkflowRequestAudioInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestAudioInputRequest.js +46 -0
- package/dist/serialization/types/WorkflowRequestDocumentInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestDocumentInputRequest.js +46 -0
- package/dist/serialization/types/WorkflowRequestImageInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestImageInputRequest.js +46 -0
- package/dist/serialization/types/WorkflowRequestInputRequest.d.ts +5 -1
- package/dist/serialization/types/WorkflowRequestInputRequest.js +8 -0
- package/dist/serialization/types/WorkflowRequestVideoInputRequest.d.ts +15 -0
- package/dist/serialization/types/WorkflowRequestVideoInputRequest.js +46 -0
- package/dist/serialization/types/index.d.ts +28 -0
- package/dist/serialization/types/index.js +28 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -3
- package/reference.md +2 -10
- package/serialization/types/AudioInput.d.ts +15 -0
- package/serialization/types/AudioInput.js +46 -0
- package/serialization/types/CodeExecutorInput.d.ts +5 -1
- package/serialization/types/CodeExecutorInput.js +8 -0
- package/serialization/types/DocumentInput.d.ts +15 -0
- package/serialization/types/DocumentInput.js +46 -0
- package/serialization/types/ImageInput.d.ts +15 -0
- package/serialization/types/ImageInput.js +46 -0
- package/serialization/types/NamedScenarioInputAudioVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputAudioVariableValueRequest.js +46 -0
- package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputDocumentVariableValueRequest.js +46 -0
- package/serialization/types/NamedScenarioInputImageVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputImageVariableValueRequest.js +46 -0
- package/serialization/types/NamedScenarioInputRequest.d.ts +5 -1
- package/serialization/types/NamedScenarioInputRequest.js +8 -0
- package/serialization/types/NamedScenarioInputVideoVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedScenarioInputVideoVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseAudioVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseAudioVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseAudioVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseAudioVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseDocumentVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseDocumentVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseDocumentVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseDocumentVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseImageVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseImageVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseImageVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseImageVariableValueRequest.js +46 -0
- package/serialization/types/NamedTestCaseVariableValue.d.ts +5 -1
- package/serialization/types/NamedTestCaseVariableValue.js +8 -0
- package/serialization/types/NamedTestCaseVariableValueRequest.d.ts +5 -1
- package/serialization/types/NamedTestCaseVariableValueRequest.js +8 -0
- package/serialization/types/NamedTestCaseVideoVariableValue.d.ts +15 -0
- package/serialization/types/NamedTestCaseVideoVariableValue.js +46 -0
- package/serialization/types/NamedTestCaseVideoVariableValueRequest.d.ts +15 -0
- package/serialization/types/NamedTestCaseVideoVariableValueRequest.js +46 -0
- package/serialization/types/NodeExecutionSpanAttributes.d.ts +1 -0
- package/serialization/types/NodeExecutionSpanAttributes.js +1 -0
- package/serialization/types/ScenarioInput.d.ts +5 -1
- package/serialization/types/ScenarioInput.js +8 -0
- package/serialization/types/ScenarioInputAudioVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputAudioVariableValue.js +46 -0
- package/serialization/types/ScenarioInputDocumentVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputDocumentVariableValue.js +46 -0
- package/serialization/types/ScenarioInputImageVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputImageVariableValue.js +46 -0
- package/serialization/types/ScenarioInputVideoVariableValue.d.ts +15 -0
- package/serialization/types/ScenarioInputVideoVariableValue.js +46 -0
- package/serialization/types/SpanLinkTypeEnum.d.ts +1 -1
- package/serialization/types/SpanLinkTypeEnum.js +1 -1
- package/serialization/types/TestCaseAudioVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseAudioVariableValue.js +47 -0
- package/serialization/types/TestCaseDocumentVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseDocumentVariableValue.js +47 -0
- package/serialization/types/TestCaseImageVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseImageVariableValue.js +47 -0
- package/serialization/types/TestCaseVariableValue.d.ts +5 -1
- package/serialization/types/TestCaseVariableValue.js +8 -0
- package/serialization/types/TestCaseVideoVariableValue.d.ts +16 -0
- package/serialization/types/TestCaseVideoVariableValue.js +47 -0
- package/serialization/types/VideoInput.d.ts +15 -0
- package/serialization/types/VideoInput.js +46 -0
- package/serialization/types/WorkflowPushDeploymentConfigRequest.d.ts +1 -0
- package/serialization/types/WorkflowPushDeploymentConfigRequest.js +1 -0
- package/serialization/types/WorkflowRequestAudioInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestAudioInputRequest.js +46 -0
- package/serialization/types/WorkflowRequestDocumentInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestDocumentInputRequest.js +46 -0
- package/serialization/types/WorkflowRequestImageInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestImageInputRequest.js +46 -0
- package/serialization/types/WorkflowRequestInputRequest.d.ts +5 -1
- package/serialization/types/WorkflowRequestInputRequest.js +8 -0
- package/serialization/types/WorkflowRequestVideoInputRequest.d.ts +15 -0
- package/serialization/types/WorkflowRequestVideoInputRequest.js +46 -0
- package/serialization/types/index.d.ts +28 -0
- package/serialization/types/index.js +28 -0
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/dist/terraform/data-vellum-document-index/index.d.ts +0 -61
- package/dist/terraform/data-vellum-document-index/index.js +0 -162
- package/dist/terraform/data-vellum-ml-model/index.d.ts +0 -61
- package/dist/terraform/data-vellum-ml-model/index.js +0 -162
- package/dist/terraform/document-index/index.d.ts +0 -83
- package/dist/terraform/document-index/index.js +0 -190
- package/dist/terraform/index.d.ts +0 -5
- package/dist/terraform/lazy-index.d.ts +0 -0
- package/dist/terraform/lazy-index.js +0 -7
- package/dist/terraform/ml-model/index.d.ts +0 -148
- package/dist/terraform/ml-model/index.js +0 -364
- package/dist/terraform/provider/index.d.ts +0 -65
- package/dist/terraform/provider/index.js +0 -158
- package/terraform/data-vellum-document-index/index.d.ts +0 -61
- package/terraform/data-vellum-document-index/index.js +0 -162
- package/terraform/data-vellum-ml-model/index.d.ts +0 -61
- package/terraform/data-vellum-ml-model/index.js +0 -162
- package/terraform/document-index/index.d.ts +0 -83
- package/terraform/document-index/index.js +0 -190
- package/terraform/index.d.ts +0 -5
- package/terraform/lazy-index.d.ts +0 -0
- package/terraform/lazy-index.js +0 -7
- package/terraform/ml-model/index.d.ts +0 -148
- package/terraform/ml-model/index.js +0 -364
- package/terraform/provider/index.d.ts +0 -65
- package/terraform/provider/index.js +0 -158
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
import { Construct } from 'constructs';
|
|
2
|
-
import * as cdktf from 'cdktf';
|
|
3
|
-
export interface DocumentIndexConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
-
/**
|
|
5
|
-
* The environment this document index is used in
|
|
6
|
-
*
|
|
7
|
-
* * `DEVELOPMENT` - Development
|
|
8
|
-
* * `STAGING` - Staging
|
|
9
|
-
* * `PRODUCTION` - Production
|
|
10
|
-
*
|
|
11
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#environment DocumentIndex#environment}
|
|
12
|
-
*/
|
|
13
|
-
readonly environment?: string;
|
|
14
|
-
/**
|
|
15
|
-
* A human-readable label for the Document Index
|
|
16
|
-
*
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#label DocumentIndex#label}
|
|
18
|
-
*/
|
|
19
|
-
readonly label: string;
|
|
20
|
-
/**
|
|
21
|
-
* A name that uniquely identifies this index within its workspace
|
|
22
|
-
*
|
|
23
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#name DocumentIndex#name}
|
|
24
|
-
*/
|
|
25
|
-
readonly name: string;
|
|
26
|
-
/**
|
|
27
|
-
* The current status of the document index
|
|
28
|
-
*
|
|
29
|
-
* * `ACTIVE` - Active
|
|
30
|
-
* * `ARCHIVED` - Archived
|
|
31
|
-
*
|
|
32
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#status DocumentIndex#status}
|
|
33
|
-
*/
|
|
34
|
-
readonly status?: string;
|
|
35
|
-
}
|
|
36
|
-
/**
|
|
37
|
-
* Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index vellum_document_index}
|
|
38
|
-
*/
|
|
39
|
-
export declare class DocumentIndex extends cdktf.TerraformResource {
|
|
40
|
-
static readonly tfResourceType = "vellum_document_index";
|
|
41
|
-
/**
|
|
42
|
-
* Generates CDKTF code for importing a DocumentIndex resource upon running "cdktf plan <stack-name>"
|
|
43
|
-
* @param scope The scope in which to define this construct
|
|
44
|
-
* @param importToId The construct id used in the generated config for the DocumentIndex to import
|
|
45
|
-
* @param importFromId The id of the existing DocumentIndex that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#import import section} in the documentation of this resource for the id to use
|
|
46
|
-
* @param provider? Optional instance of the provider where the DocumentIndex to import is found
|
|
47
|
-
*/
|
|
48
|
-
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
|
|
49
|
-
/**
|
|
50
|
-
* Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index vellum_document_index} Resource
|
|
51
|
-
*
|
|
52
|
-
* @param scope The scope in which to define this construct
|
|
53
|
-
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
54
|
-
* @param options DocumentIndexConfig
|
|
55
|
-
*/
|
|
56
|
-
constructor(scope: Construct, id: string, config: DocumentIndexConfig);
|
|
57
|
-
get created(): string;
|
|
58
|
-
private _environment?;
|
|
59
|
-
get environment(): string;
|
|
60
|
-
set environment(value: string);
|
|
61
|
-
resetEnvironment(): void;
|
|
62
|
-
get environmentInput(): string | undefined;
|
|
63
|
-
get id(): string;
|
|
64
|
-
private _label?;
|
|
65
|
-
get label(): string;
|
|
66
|
-
set label(value: string);
|
|
67
|
-
get labelInput(): string | undefined;
|
|
68
|
-
private _name?;
|
|
69
|
-
get name(): string;
|
|
70
|
-
set name(value: string);
|
|
71
|
-
get nameInput(): string | undefined;
|
|
72
|
-
private _status?;
|
|
73
|
-
get status(): string;
|
|
74
|
-
set status(value: string);
|
|
75
|
-
resetStatus(): void;
|
|
76
|
-
get statusInput(): string | undefined;
|
|
77
|
-
protected synthesizeAttributes(): {
|
|
78
|
-
[name: string]: any;
|
|
79
|
-
};
|
|
80
|
-
protected synthesizeHclAttributes(): {
|
|
81
|
-
[name: string]: any;
|
|
82
|
-
};
|
|
83
|
-
}
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index
|
|
3
|
-
// generated from terraform resource schema
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
-
}) : function(o, v) {
|
|
18
|
-
o["default"] = v;
|
|
19
|
-
});
|
|
20
|
-
var __importStar = (this && this.__importStar) || (function () {
|
|
21
|
-
var ownKeys = function(o) {
|
|
22
|
-
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
23
|
-
var ar = [];
|
|
24
|
-
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
25
|
-
return ar;
|
|
26
|
-
};
|
|
27
|
-
return ownKeys(o);
|
|
28
|
-
};
|
|
29
|
-
return function (mod) {
|
|
30
|
-
if (mod && mod.__esModule) return mod;
|
|
31
|
-
var result = {};
|
|
32
|
-
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
33
|
-
__setModuleDefault(result, mod);
|
|
34
|
-
return result;
|
|
35
|
-
};
|
|
36
|
-
})();
|
|
37
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
exports.DocumentIndex = void 0;
|
|
39
|
-
const cdktf = __importStar(require("cdktf"));
|
|
40
|
-
/**
|
|
41
|
-
* Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index vellum_document_index}
|
|
42
|
-
*/
|
|
43
|
-
class DocumentIndex extends cdktf.TerraformResource {
|
|
44
|
-
// ==============
|
|
45
|
-
// STATIC Methods
|
|
46
|
-
// ==============
|
|
47
|
-
/**
|
|
48
|
-
* Generates CDKTF code for importing a DocumentIndex resource upon running "cdktf plan <stack-name>"
|
|
49
|
-
* @param scope The scope in which to define this construct
|
|
50
|
-
* @param importToId The construct id used in the generated config for the DocumentIndex to import
|
|
51
|
-
* @param importFromId The id of the existing DocumentIndex that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index#import import section} in the documentation of this resource for the id to use
|
|
52
|
-
* @param provider? Optional instance of the provider where the DocumentIndex to import is found
|
|
53
|
-
*/
|
|
54
|
-
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
55
|
-
return new cdktf.ImportableResource(scope, importToId, { terraformResourceType: "vellum_document_index", importId: importFromId, provider });
|
|
56
|
-
}
|
|
57
|
-
// ===========
|
|
58
|
-
// INITIALIZER
|
|
59
|
-
// ===========
|
|
60
|
-
/**
|
|
61
|
-
* Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/document_index vellum_document_index} Resource
|
|
62
|
-
*
|
|
63
|
-
* @param scope The scope in which to define this construct
|
|
64
|
-
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
65
|
-
* @param options DocumentIndexConfig
|
|
66
|
-
*/
|
|
67
|
-
constructor(scope, id, config) {
|
|
68
|
-
super(scope, id, {
|
|
69
|
-
terraformResourceType: 'vellum_document_index',
|
|
70
|
-
terraformGeneratorMetadata: {
|
|
71
|
-
providerName: 'vellum',
|
|
72
|
-
providerVersion: '0.0.7'
|
|
73
|
-
},
|
|
74
|
-
provider: config.provider,
|
|
75
|
-
dependsOn: config.dependsOn,
|
|
76
|
-
count: config.count,
|
|
77
|
-
lifecycle: config.lifecycle,
|
|
78
|
-
provisioners: config.provisioners,
|
|
79
|
-
connection: config.connection,
|
|
80
|
-
forEach: config.forEach
|
|
81
|
-
});
|
|
82
|
-
this._environment = config.environment;
|
|
83
|
-
this._label = config.label;
|
|
84
|
-
this._name = config.name;
|
|
85
|
-
this._status = config.status;
|
|
86
|
-
}
|
|
87
|
-
// ==========
|
|
88
|
-
// ATTRIBUTES
|
|
89
|
-
// ==========
|
|
90
|
-
// created - computed: true, optional: false, required: false
|
|
91
|
-
get created() {
|
|
92
|
-
return this.getStringAttribute('created');
|
|
93
|
-
}
|
|
94
|
-
get environment() {
|
|
95
|
-
return this.getStringAttribute('environment');
|
|
96
|
-
}
|
|
97
|
-
set environment(value) {
|
|
98
|
-
this._environment = value;
|
|
99
|
-
}
|
|
100
|
-
resetEnvironment() {
|
|
101
|
-
this._environment = undefined;
|
|
102
|
-
}
|
|
103
|
-
// Temporarily expose input value. Use with caution.
|
|
104
|
-
get environmentInput() {
|
|
105
|
-
return this._environment;
|
|
106
|
-
}
|
|
107
|
-
// id - computed: true, optional: false, required: false
|
|
108
|
-
get id() {
|
|
109
|
-
return this.getStringAttribute('id');
|
|
110
|
-
}
|
|
111
|
-
get label() {
|
|
112
|
-
return this.getStringAttribute('label');
|
|
113
|
-
}
|
|
114
|
-
set label(value) {
|
|
115
|
-
this._label = value;
|
|
116
|
-
}
|
|
117
|
-
// Temporarily expose input value. Use with caution.
|
|
118
|
-
get labelInput() {
|
|
119
|
-
return this._label;
|
|
120
|
-
}
|
|
121
|
-
get name() {
|
|
122
|
-
return this.getStringAttribute('name');
|
|
123
|
-
}
|
|
124
|
-
set name(value) {
|
|
125
|
-
this._name = value;
|
|
126
|
-
}
|
|
127
|
-
// Temporarily expose input value. Use with caution.
|
|
128
|
-
get nameInput() {
|
|
129
|
-
return this._name;
|
|
130
|
-
}
|
|
131
|
-
get status() {
|
|
132
|
-
return this.getStringAttribute('status');
|
|
133
|
-
}
|
|
134
|
-
set status(value) {
|
|
135
|
-
this._status = value;
|
|
136
|
-
}
|
|
137
|
-
resetStatus() {
|
|
138
|
-
this._status = undefined;
|
|
139
|
-
}
|
|
140
|
-
// Temporarily expose input value. Use with caution.
|
|
141
|
-
get statusInput() {
|
|
142
|
-
return this._status;
|
|
143
|
-
}
|
|
144
|
-
// =========
|
|
145
|
-
// SYNTHESIS
|
|
146
|
-
// =========
|
|
147
|
-
synthesizeAttributes() {
|
|
148
|
-
return {
|
|
149
|
-
environment: cdktf.stringToTerraform(this._environment),
|
|
150
|
-
label: cdktf.stringToTerraform(this._label),
|
|
151
|
-
name: cdktf.stringToTerraform(this._name),
|
|
152
|
-
status: cdktf.stringToTerraform(this._status),
|
|
153
|
-
};
|
|
154
|
-
}
|
|
155
|
-
synthesizeHclAttributes() {
|
|
156
|
-
const attrs = {
|
|
157
|
-
environment: {
|
|
158
|
-
value: cdktf.stringToHclTerraform(this._environment),
|
|
159
|
-
isBlock: false,
|
|
160
|
-
type: "simple",
|
|
161
|
-
storageClassType: "string",
|
|
162
|
-
},
|
|
163
|
-
label: {
|
|
164
|
-
value: cdktf.stringToHclTerraform(this._label),
|
|
165
|
-
isBlock: false,
|
|
166
|
-
type: "simple",
|
|
167
|
-
storageClassType: "string",
|
|
168
|
-
},
|
|
169
|
-
name: {
|
|
170
|
-
value: cdktf.stringToHclTerraform(this._name),
|
|
171
|
-
isBlock: false,
|
|
172
|
-
type: "simple",
|
|
173
|
-
storageClassType: "string",
|
|
174
|
-
},
|
|
175
|
-
status: {
|
|
176
|
-
value: cdktf.stringToHclTerraform(this._status),
|
|
177
|
-
isBlock: false,
|
|
178
|
-
type: "simple",
|
|
179
|
-
storageClassType: "string",
|
|
180
|
-
},
|
|
181
|
-
};
|
|
182
|
-
// remove undefined attributes
|
|
183
|
-
return Object.fromEntries(Object.entries(attrs).filter(([_, value]) => value !== undefined && value.value !== undefined));
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
exports.DocumentIndex = DocumentIndex;
|
|
187
|
-
// =================
|
|
188
|
-
// STATIC PROPERTIES
|
|
189
|
-
// =================
|
|
190
|
-
DocumentIndex.tfResourceType = "vellum_document_index";
|
package/terraform/index.d.ts
DELETED
|
File without changes
|
package/terraform/lazy-index.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// generated by cdktf get
|
|
3
|
-
Object.defineProperty(exports, 'documentIndex', { get: function () { return require('./document-index'); } });
|
|
4
|
-
Object.defineProperty(exports, 'mlModel', { get: function () { return require('./ml-model'); } });
|
|
5
|
-
Object.defineProperty(exports, 'dataVellumDocumentIndex', { get: function () { return require('./data-vellum-document-index'); } });
|
|
6
|
-
Object.defineProperty(exports, 'dataVellumMlModel', { get: function () { return require('./data-vellum-ml-model'); } });
|
|
7
|
-
Object.defineProperty(exports, 'provider', { get: function () { return require('./provider'); } });
|
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
import { Construct } from 'constructs';
|
|
2
|
-
import * as cdktf from 'cdktf';
|
|
3
|
-
export interface MlModelConfig extends cdktf.TerraformMetaArguments {
|
|
4
|
-
/**
|
|
5
|
-
* The organization that developed the ML Model.
|
|
6
|
-
*
|
|
7
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#developed_by MlModel#developed_by}
|
|
8
|
-
*/
|
|
9
|
-
readonly developedBy: string;
|
|
10
|
-
/**
|
|
11
|
-
* The execution configuration of the ML Model.
|
|
12
|
-
*
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#exec_config MlModel#exec_config}
|
|
14
|
-
*/
|
|
15
|
-
readonly execConfig: MlModelExecConfig;
|
|
16
|
-
/**
|
|
17
|
-
* The family of the ML Model.
|
|
18
|
-
*
|
|
19
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#family MlModel#family}
|
|
20
|
-
*/
|
|
21
|
-
readonly family: string;
|
|
22
|
-
/**
|
|
23
|
-
* The organization hosting the ML Model.
|
|
24
|
-
*
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#hosted_by MlModel#hosted_by}
|
|
26
|
-
*/
|
|
27
|
-
readonly hostedBy: string;
|
|
28
|
-
/**
|
|
29
|
-
* A name that uniquely identifies this ML Model
|
|
30
|
-
*
|
|
31
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#name MlModel#name}
|
|
32
|
-
*/
|
|
33
|
-
readonly name: string;
|
|
34
|
-
/**
|
|
35
|
-
* The visibility of the ML Model.
|
|
36
|
-
*
|
|
37
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#visibility MlModel#visibility}
|
|
38
|
-
*/
|
|
39
|
-
readonly visibility: string;
|
|
40
|
-
}
|
|
41
|
-
export interface MlModelExecConfig {
|
|
42
|
-
/**
|
|
43
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#base_url MlModel#base_url}
|
|
44
|
-
*/
|
|
45
|
-
readonly baseUrl: string;
|
|
46
|
-
/**
|
|
47
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#features MlModel#features}
|
|
48
|
-
*/
|
|
49
|
-
readonly features: string[];
|
|
50
|
-
/**
|
|
51
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#metadata MlModel#metadata}
|
|
52
|
-
*/
|
|
53
|
-
readonly metadata: {
|
|
54
|
-
[key: string]: string;
|
|
55
|
-
};
|
|
56
|
-
/**
|
|
57
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#model_identifier MlModel#model_identifier}
|
|
58
|
-
*/
|
|
59
|
-
readonly modelIdentifier: string;
|
|
60
|
-
}
|
|
61
|
-
export declare function mlModelExecConfigToTerraform(struct?: MlModelExecConfig | cdktf.IResolvable): any;
|
|
62
|
-
export declare function mlModelExecConfigToHclTerraform(struct?: MlModelExecConfig | cdktf.IResolvable): any;
|
|
63
|
-
export declare class MlModelExecConfigOutputReference extends cdktf.ComplexObject {
|
|
64
|
-
private isEmptyObject;
|
|
65
|
-
private resolvableValue?;
|
|
66
|
-
/**
|
|
67
|
-
* @param terraformResource The parent resource
|
|
68
|
-
* @param terraformAttribute The attribute on the parent resource this class is referencing
|
|
69
|
-
*/
|
|
70
|
-
constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string);
|
|
71
|
-
get internalValue(): MlModelExecConfig | cdktf.IResolvable | undefined;
|
|
72
|
-
set internalValue(value: MlModelExecConfig | cdktf.IResolvable | undefined);
|
|
73
|
-
private _baseUrl?;
|
|
74
|
-
get baseUrl(): string;
|
|
75
|
-
set baseUrl(value: string);
|
|
76
|
-
get baseUrlInput(): string | undefined;
|
|
77
|
-
private _features?;
|
|
78
|
-
get features(): string[];
|
|
79
|
-
set features(value: string[]);
|
|
80
|
-
get featuresInput(): string[] | undefined;
|
|
81
|
-
private _metadata?;
|
|
82
|
-
get metadata(): {
|
|
83
|
-
[key: string]: string;
|
|
84
|
-
};
|
|
85
|
-
set metadata(value: {
|
|
86
|
-
[key: string]: string;
|
|
87
|
-
});
|
|
88
|
-
get metadataInput(): {
|
|
89
|
-
[key: string]: string;
|
|
90
|
-
} | undefined;
|
|
91
|
-
private _modelIdentifier?;
|
|
92
|
-
get modelIdentifier(): string;
|
|
93
|
-
set modelIdentifier(value: string);
|
|
94
|
-
get modelIdentifierInput(): string | undefined;
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* Represents a {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model vellum_ml_model}
|
|
98
|
-
*/
|
|
99
|
-
export declare class MlModel extends cdktf.TerraformResource {
|
|
100
|
-
static readonly tfResourceType = "vellum_ml_model";
|
|
101
|
-
/**
|
|
102
|
-
* Generates CDKTF code for importing a MlModel resource upon running "cdktf plan <stack-name>"
|
|
103
|
-
* @param scope The scope in which to define this construct
|
|
104
|
-
* @param importToId The construct id used in the generated config for the MlModel to import
|
|
105
|
-
* @param importFromId The id of the existing MlModel that should be imported. Refer to the {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model#import import section} in the documentation of this resource for the id to use
|
|
106
|
-
* @param provider? Optional instance of the provider where the MlModel to import is found
|
|
107
|
-
*/
|
|
108
|
-
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
|
|
109
|
-
/**
|
|
110
|
-
* Create a new {@link https://registry.terraform.io/providers/vellum-ai/vellum/0.0.7/docs/resources/ml_model vellum_ml_model} Resource
|
|
111
|
-
*
|
|
112
|
-
* @param scope The scope in which to define this construct
|
|
113
|
-
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
114
|
-
* @param options MlModelConfig
|
|
115
|
-
*/
|
|
116
|
-
constructor(scope: Construct, id: string, config: MlModelConfig);
|
|
117
|
-
private _developedBy?;
|
|
118
|
-
get developedBy(): string;
|
|
119
|
-
set developedBy(value: string);
|
|
120
|
-
get developedByInput(): string | undefined;
|
|
121
|
-
private _execConfig;
|
|
122
|
-
get execConfig(): MlModelExecConfigOutputReference;
|
|
123
|
-
putExecConfig(value: MlModelExecConfig): void;
|
|
124
|
-
get execConfigInput(): MlModelExecConfig | cdktf.IResolvable | undefined;
|
|
125
|
-
private _family?;
|
|
126
|
-
get family(): string;
|
|
127
|
-
set family(value: string);
|
|
128
|
-
get familyInput(): string | undefined;
|
|
129
|
-
private _hostedBy?;
|
|
130
|
-
get hostedBy(): string;
|
|
131
|
-
set hostedBy(value: string);
|
|
132
|
-
get hostedByInput(): string | undefined;
|
|
133
|
-
get id(): string;
|
|
134
|
-
private _name?;
|
|
135
|
-
get name(): string;
|
|
136
|
-
set name(value: string);
|
|
137
|
-
get nameInput(): string | undefined;
|
|
138
|
-
private _visibility?;
|
|
139
|
-
get visibility(): string;
|
|
140
|
-
set visibility(value: string);
|
|
141
|
-
get visibilityInput(): string | undefined;
|
|
142
|
-
protected synthesizeAttributes(): {
|
|
143
|
-
[name: string]: any;
|
|
144
|
-
};
|
|
145
|
-
protected synthesizeHclAttributes(): {
|
|
146
|
-
[name: string]: any;
|
|
147
|
-
};
|
|
148
|
-
}
|