aidp-typescript-client 4.1.0 → 4.2.1
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/dist/lib/client.d.ts +234 -383
- package/dist/lib/client.js +1167 -614
- package/dist/lib/client.js.map +1 -1
- package/dist/lib/model/agent-permission-summary.d.ts +1 -0
- package/dist/lib/model/agent-permission-summary.js +1 -0
- package/dist/lib/model/agent-permission-summary.js.map +1 -1
- package/dist/lib/model/all-privilege-type.d.ts +1 -0
- package/dist/lib/model/all-privilege-type.js +1 -0
- package/dist/lib/model/all-privilege-type.js.map +1 -1
- package/dist/lib/model/assign-agent-permission-details.d.ts +2 -1
- package/dist/lib/model/assign-agent-permission-details.js +1 -0
- package/dist/lib/model/assign-agent-permission-details.js.map +1 -1
- package/dist/lib/model/assign-schema-permission-details.d.ts +2 -1
- package/dist/lib/model/assign-schema-permission-details.js +1 -0
- package/dist/lib/model/assign-schema-permission-details.js.map +1 -1
- package/dist/lib/model/async-operation-action-type.d.ts +2 -0
- package/dist/lib/model/async-operation-action-type.js +2 -0
- package/dist/lib/model/async-operation-action-type.js.map +1 -1
- package/dist/lib/model/async-operation-summary.d.ts +4 -0
- package/dist/lib/model/async-operation-summary.js.map +1 -1
- package/dist/lib/model/async-operation.d.ts +4 -0
- package/dist/lib/model/async-operation.js.map +1 -1
- package/dist/lib/model/bundle-deployment-status.d.ts +1 -0
- package/dist/lib/model/bundle-deployment-status.js +4 -0
- package/dist/lib/model/bundle-deployment-status.js.map +1 -1
- package/dist/lib/model/bundle-publish-location.d.ts +17 -0
- package/dist/lib/model/bundle-publish-location.js +19 -0
- package/dist/lib/model/bundle-publish-location.js.map +1 -0
- package/dist/lib/model/bundle-publish-status.d.ts +43 -0
- package/dist/lib/model/bundle-publish-status.js +77 -0
- package/dist/lib/model/bundle-publish-status.js.map +1 -0
- package/dist/lib/model/bundle-published-resource.d.ts +30 -0
- package/dist/lib/model/bundle-published-resource.js +29 -0
- package/dist/lib/model/bundle-published-resource.js.map +1 -0
- package/dist/lib/model/cluster-library-details.d.ts +3 -1
- package/dist/lib/model/cluster-library-details.js +2 -0
- package/dist/lib/model/cluster-library-details.js.map +1 -1
- package/dist/lib/model/cluster-library-summary.d.ts +8 -0
- package/dist/lib/model/cluster-library-summary.js +8 -0
- package/dist/lib/model/cluster-library-summary.js.map +1 -1
- package/dist/lib/model/compute-configuration-libraries.d.ts +17 -0
- package/dist/lib/model/compute-configuration-libraries.js +19 -0
- package/dist/lib/model/compute-configuration-libraries.js.map +1 -0
- package/dist/lib/model/compute-configuration-library-entry.d.ts +21 -0
- package/dist/lib/model/compute-configuration-library-entry.js +19 -0
- package/dist/lib/model/compute-configuration-library-entry.js.map +1 -0
- package/dist/lib/model/compute-configuration.d.ts +21 -0
- package/dist/lib/model/compute-configuration.js +59 -0
- package/dist/lib/model/compute-configuration.js.map +1 -0
- package/dist/lib/model/create-spark-cluster-details.d.ts +4 -0
- package/dist/lib/model/create-spark-cluster-details.js.map +1 -1
- package/dist/lib/model/db2-external-catalog-connection-property-key.d.ts +15 -0
- package/dist/lib/model/db2-external-catalog-connection-property-key.js +27 -0
- package/dist/lib/model/db2-external-catalog-connection-property-key.js.map +1 -0
- package/dist/lib/model/db2-schema-summary.d.ts +12 -0
- package/dist/lib/model/{google-bigquery-schema-summary.js → db2-schema-summary.js} +8 -8
- package/dist/lib/model/db2-schema-summary.js.map +1 -0
- package/dist/lib/model/db2-schema.d.ts +12 -0
- package/dist/lib/model/{google-bigquery-schema.js → db2-schema.js} +8 -8
- package/dist/lib/model/db2-schema.js.map +1 -0
- package/dist/lib/model/db2-table-summary.d.ts +12 -0
- package/dist/lib/model/{google-bigquery-table-summary.js → db2-table-summary.js} +8 -8
- package/dist/lib/model/db2-table-summary.js.map +1 -0
- package/dist/lib/model/db2-table.d.ts +12 -0
- package/dist/lib/model/{google-bigquery-table.js → db2-table.js} +8 -8
- package/dist/lib/model/db2-table.js.map +1 -0
- package/dist/lib/model/export-compute-configuration-details.d.ts +28 -0
- package/dist/lib/model/export-compute-configuration-details.js +61 -0
- package/dist/lib/model/export-compute-configuration-details.js.map +1 -0
- package/dist/lib/model/external-catalog-source-type.d.ts +1 -1
- package/dist/lib/model/external-catalog-source-type.js +1 -1
- package/dist/lib/model/external-catalog-source-type.js.map +1 -1
- package/dist/lib/model/fetch-bundle-publish-status-details.d.ts +13 -0
- package/dist/lib/model/fetch-bundle-publish-status-details.js +19 -0
- package/dist/lib/model/fetch-bundle-publish-status-details.js.map +1 -0
- package/dist/lib/model/file-read-configuration.d.ts +3 -3
- package/dist/lib/model/file-write-configuration.d.ts +1 -1
- package/dist/lib/model/identity-user-metadatum.d.ts +25 -0
- package/dist/lib/model/identity-user-metadatum.js +19 -0
- package/dist/lib/model/identity-user-metadatum.js.map +1 -0
- package/dist/lib/model/import-compute-configuration-details.d.ts +13 -0
- package/dist/lib/model/import-compute-configuration-details.js +19 -0
- package/dist/lib/model/import-compute-configuration-details.js.map +1 -0
- package/dist/lib/model/index.d.ts +56 -10
- package/dist/lib/model/index.js +76 -29
- package/dist/lib/model/index.js.map +1 -1
- package/dist/lib/model/install-cluster-library-details.d.ts +20 -0
- package/dist/lib/model/install-cluster-library-details.js.map +1 -1
- package/dist/lib/model/maven-cluster-library-summary.d.ts +24 -0
- package/dist/lib/model/maven-cluster-library-summary.js +53 -0
- package/dist/lib/model/maven-cluster-library-summary.js.map +1 -0
- package/dist/lib/model/maven-search-summary-collection.d.ts +14 -0
- package/dist/lib/model/maven-search-summary-collection.js +61 -0
- package/dist/lib/model/maven-search-summary-collection.js.map +1 -0
- package/dist/lib/model/maven-search-summary.d.ts +47 -0
- package/dist/lib/model/maven-search-summary.js +19 -0
- package/dist/lib/model/maven-search-summary.js.map +1 -0
- package/dist/lib/model/oac-object-column-sql-info.d.ts +21 -0
- package/dist/lib/model/oac-object-column-sql-info.js +19 -0
- package/dist/lib/model/oac-object-column-sql-info.js.map +1 -0
- package/dist/lib/model/oac-object-column.d.ts +20 -2
- package/dist/lib/model/oac-object-column.js +48 -2
- package/dist/lib/model/oac-object-column.js.map +1 -1
- package/dist/lib/model/oac-object-hierarchy-level.d.ts +21 -0
- package/dist/lib/model/oac-object-hierarchy-level.js +19 -0
- package/dist/lib/model/oac-object-hierarchy-level.js.map +1 -0
- package/dist/lib/model/oac-object-table-summary.d.ts +9 -0
- package/dist/lib/model/oac-object-table-summary.js +50 -2
- package/dist/lib/model/oac-object-table-summary.js.map +1 -1
- package/dist/lib/model/oac-object-table.d.ts +8 -0
- package/dist/lib/model/oac-object-table.js +12 -0
- package/dist/lib/model/oac-object-table.js.map +1 -1
- package/dist/lib/model/publish-bundle-details.d.ts +13 -0
- package/dist/lib/model/publish-bundle-details.js +19 -0
- package/dist/lib/model/publish-bundle-details.js.map +1 -0
- package/dist/lib/model/pypi-cluster-library-summary.d.ts +20 -0
- package/dist/lib/model/pypi-cluster-library-summary.js +53 -0
- package/dist/lib/model/pypi-cluster-library-summary.js.map +1 -0
- package/dist/lib/model/revoke-agent-permission-details.d.ts +2 -1
- package/dist/lib/model/revoke-agent-permission-details.js +1 -0
- package/dist/lib/model/revoke-agent-permission-details.js.map +1 -1
- package/dist/lib/model/revoke-schema-permission-details.d.ts +2 -1
- package/dist/lib/model/revoke-schema-permission-details.js +1 -0
- package/dist/lib/model/revoke-schema-permission-details.js.map +1 -1
- package/dist/lib/model/schema-catalog-type.d.ts +1 -1
- package/dist/lib/model/schema-catalog-type.js +1 -1
- package/dist/lib/model/schema-catalog-type.js.map +1 -1
- package/dist/lib/model/schema-permission-summary.d.ts +1 -0
- package/dist/lib/model/schema-permission-summary.js +1 -0
- package/dist/lib/model/schema-permission-summary.js.map +1 -1
- package/dist/lib/model/schema-privilege-for-manage.d.ts +2 -1
- package/dist/lib/model/schema-privilege-for-manage.js +1 -0
- package/dist/lib/model/schema-privilege-for-manage.js.map +1 -1
- package/dist/lib/model/schema-privilege.d.ts +1 -0
- package/dist/lib/model/schema-privilege.js +1 -0
- package/dist/lib/model/schema-privilege.js.map +1 -1
- package/dist/lib/model/schema-summary.js +4 -4
- package/dist/lib/model/schema-summary.js.map +1 -1
- package/dist/lib/model/schema.js +4 -4
- package/dist/lib/model/schema.js.map +1 -1
- package/dist/lib/model/table-catalog-type.d.ts +1 -1
- package/dist/lib/model/table-catalog-type.js +1 -1
- package/dist/lib/model/table-catalog-type.js.map +1 -1
- package/dist/lib/model/table-summary.js +4 -4
- package/dist/lib/model/table-summary.js.map +1 -1
- package/dist/lib/model/table.js +4 -4
- package/dist/lib/model/table.js.map +1 -1
- package/dist/lib/model/task-run-retry-collection.d.ts +14 -0
- package/dist/lib/model/task-run-retry-collection.js +61 -0
- package/dist/lib/model/task-run-retry-collection.js.map +1 -0
- package/dist/lib/model/task-run-retry-summary.d.ts +59 -0
- package/dist/lib/model/task-run-retry-summary.js +59 -0
- package/dist/lib/model/task-run-retry-summary.js.map +1 -0
- package/dist/lib/model/task-run-retry.d.ts +17 -1
- package/dist/lib/model/task-run-retry.js.map +1 -1
- package/dist/lib/model/uninstall-cluster-library-details.d.ts +21 -1
- package/dist/lib/model/uninstall-cluster-library-details.js.map +1 -1
- package/dist/lib/model/upload-and-extract-zip-details.d.ts +41 -0
- package/dist/lib/model/upload-and-extract-zip-details.js +24 -0
- package/dist/lib/model/upload-and-extract-zip-details.js.map +1 -0
- package/dist/lib/model/upload-and-extract-zip-result.d.ts +21 -0
- package/dist/lib/model/upload-and-extract-zip-result.js +19 -0
- package/dist/lib/model/upload-and-extract-zip-result.js.map +1 -0
- package/dist/lib/model/workspace-network-configuration-details.d.ts +6 -0
- package/dist/lib/model/workspace-network-configuration-details.js.map +1 -1
- package/dist/lib/model/zip-and-download-folder-details.d.ts +13 -0
- package/dist/lib/model/zip-and-download-folder-details.js +19 -0
- package/dist/lib/model/zip-and-download-folder-details.js.map +1 -0
- package/dist/lib/model/zip-and-download-folder-result.d.ts +21 -0
- package/dist/lib/model/zip-and-download-folder-result.js +19 -0
- package/dist/lib/model/zip-and-download-folder-result.js.map +1 -0
- package/dist/lib/request/clone-compute-request.d.ts +35 -0
- package/dist/lib/request/clone-compute-request.js +4 -0
- package/dist/lib/request/clone-compute-request.js.map +1 -0
- package/dist/lib/request/copy-agent-request.d.ts +2 -2
- package/dist/lib/request/create-agent-request.d.ts +1 -1
- package/dist/lib/request/delete-agent-deployment-request.d.ts +2 -2
- package/dist/lib/request/delete-agent-request.d.ts +1 -1
- package/dist/lib/request/delete-agent-session-request.d.ts +2 -2
- package/dist/lib/request/deploy-agent-request.d.ts +2 -2
- package/dist/lib/request/export-compute-configuration-request.d.ts +40 -0
- package/dist/lib/request/export-compute-configuration-request.js +4 -0
- package/dist/lib/request/export-compute-configuration-request.js.map +1 -0
- package/dist/lib/request/fetch-bundle-publish-status-action-request.d.ts +27 -0
- package/dist/lib/request/fetch-bundle-publish-status-action-request.js +4 -0
- package/dist/lib/request/fetch-bundle-publish-status-action-request.js.map +1 -0
- package/dist/lib/request/get-agent-deployment-request.d.ts +2 -2
- package/dist/lib/request/get-agent-request.d.ts +1 -1
- package/dist/lib/request/get-agent-session-request.d.ts +2 -2
- package/dist/lib/request/get-agent-session-trace-request.d.ts +2 -2
- package/dist/lib/request/get-catalog-request.d.ts +4 -0
- package/dist/lib/request/get-compute-configuration-request.d.ts +26 -0
- package/dist/lib/request/get-compute-configuration-request.js +4 -0
- package/dist/lib/request/get-compute-configuration-request.js.map +1 -0
- package/dist/lib/request/get-schema-request.d.ts +4 -0
- package/dist/lib/request/get-table-request.d.ts +4 -0
- package/dist/lib/request/get-task-run-request.d.ts +4 -0
- package/dist/lib/request/import-compute-configuration-request.d.ts +40 -0
- package/dist/lib/request/import-compute-configuration-request.js +4 -0
- package/dist/lib/request/import-compute-configuration-request.js.map +1 -0
- package/dist/lib/request/index.d.ts +28 -4
- package/dist/lib/request/index.js +3 -1
- package/dist/lib/request/index.js.map +1 -1
- package/dist/lib/request/list-agent-deployments-request.d.ts +1 -1
- package/dist/lib/request/list-agent-permissions-request.d.ts +1 -1
- package/dist/lib/request/list-agent-session-chat-histories-request.d.ts +2 -2
- package/dist/lib/request/list-agent-sessions-request.d.ts +1 -1
- package/dist/lib/request/list-catalogs-request.d.ts +4 -0
- package/dist/lib/request/list-catalogs-request.js.map +1 -1
- package/dist/lib/request/list-jobs-request.d.ts +1 -4
- package/dist/lib/request/list-jobs-request.js.map +1 -1
- package/dist/lib/request/list-schemas-request.d.ts +4 -0
- package/dist/lib/request/list-schemas-request.js.map +1 -1
- package/dist/lib/request/list-tables-request.d.ts +4 -0
- package/dist/lib/request/list-tables-request.js.map +1 -1
- package/dist/lib/request/list-task-run-retries-request.d.ts +77 -0
- package/dist/lib/request/list-task-run-retries-request.js +28 -0
- package/dist/lib/request/list-task-run-retries-request.js.map +1 -0
- package/dist/lib/request/list-task-runs-request.d.ts +1 -4
- package/dist/lib/request/list-task-runs-request.js.map +1 -1
- package/dist/lib/request/manage-agent-permission-request.d.ts +1 -1
- package/dist/lib/request/preview-agent-agent-card-request.d.ts +1 -1
- package/dist/lib/request/publish-bundle-action-request.d.ts +36 -0
- package/dist/lib/request/publish-bundle-action-request.js +4 -0
- package/dist/lib/request/publish-bundle-action-request.js.map +1 -0
- package/dist/lib/request/redeploy-agent-by-key-request.d.ts +2 -2
- package/dist/lib/request/search-maven-packages-request.d.ts +44 -0
- package/dist/lib/request/search-maven-packages-request.js +4 -0
- package/dist/lib/request/search-maven-packages-request.js.map +1 -0
- package/dist/lib/request/update-agent-deployment-metadata-request.d.ts +2 -2
- package/dist/lib/request/update-agent-request.d.ts +1 -1
- package/dist/lib/request/upload-and-extract-volume-zip-request.d.ts +36 -0
- package/dist/lib/request/upload-and-extract-volume-zip-request.js +4 -0
- package/dist/lib/request/upload-and-extract-volume-zip-request.js.map +1 -0
- package/dist/lib/request/upload-and-extract-workspace-zip-request.d.ts +36 -0
- package/dist/lib/request/upload-and-extract-workspace-zip-request.js +4 -0
- package/dist/lib/request/upload-and-extract-workspace-zip-request.js.map +1 -0
- package/dist/lib/request/validate-agent-request.d.ts +1 -1
- package/dist/lib/request/zip-and-download-volume-folder-request.d.ts +36 -0
- package/dist/lib/request/zip-and-download-volume-folder-request.js +4 -0
- package/dist/lib/request/zip-and-download-volume-folder-request.js.map +1 -0
- package/dist/lib/request/zip-and-download-workspace-folder-request.d.ts +36 -0
- package/dist/lib/request/zip-and-download-workspace-folder-request.js +4 -0
- package/dist/lib/request/zip-and-download-workspace-folder-request.js.map +1 -0
- package/dist/lib/response/clone-compute-response.d.ts +14 -0
- package/dist/lib/response/clone-compute-response.js +4 -0
- package/dist/lib/response/clone-compute-response.js.map +1 -0
- package/dist/lib/response/copy-agent-response.d.ts +1 -1
- package/dist/lib/response/create-agent-response.d.ts +1 -1
- package/dist/lib/response/export-compute-configuration-response.d.ts +33 -0
- package/dist/lib/response/export-compute-configuration-response.js +4 -0
- package/dist/lib/response/export-compute-configuration-response.js.map +1 -0
- package/dist/lib/response/fetch-bundle-publish-status-action-response.d.ts +13 -0
- package/dist/lib/response/fetch-bundle-publish-status-action-response.js +4 -0
- package/dist/lib/response/fetch-bundle-publish-status-action-response.js.map +1 -0
- package/dist/lib/response/get-compute-configuration-response.d.ts +13 -0
- package/dist/lib/response/get-compute-configuration-response.js +4 -0
- package/dist/lib/response/get-compute-configuration-response.js.map +1 -0
- package/dist/lib/response/import-compute-configuration-response.d.ts +14 -0
- package/dist/lib/response/import-compute-configuration-response.js +4 -0
- package/dist/lib/response/import-compute-configuration-response.js.map +1 -0
- package/dist/lib/response/index.d.ts +28 -4
- package/dist/lib/response/list-task-run-retries-response.d.ts +25 -0
- package/dist/lib/response/list-task-run-retries-response.js +4 -0
- package/dist/lib/response/list-task-run-retries-response.js.map +1 -0
- package/dist/lib/response/publish-bundle-action-response.d.ts +14 -0
- package/dist/lib/response/publish-bundle-action-response.js +4 -0
- package/dist/lib/response/publish-bundle-action-response.js.map +1 -0
- package/dist/lib/response/redeploy-agent-by-key-response.d.ts +1 -1
- package/dist/lib/response/search-maven-packages-response.d.ts +25 -0
- package/dist/lib/response/search-maven-packages-response.js +4 -0
- package/dist/lib/response/search-maven-packages-response.js.map +1 -0
- package/dist/lib/response/upload-and-extract-volume-zip-response.d.ts +19 -0
- package/dist/lib/response/upload-and-extract-volume-zip-response.js +4 -0
- package/dist/lib/response/upload-and-extract-volume-zip-response.js.map +1 -0
- package/dist/lib/response/upload-and-extract-workspace-zip-response.d.ts +19 -0
- package/dist/lib/response/upload-and-extract-workspace-zip-response.js +4 -0
- package/dist/lib/response/upload-and-extract-workspace-zip-response.js.map +1 -0
- package/dist/lib/response/zip-and-download-volume-folder-response.d.ts +19 -0
- package/dist/lib/response/zip-and-download-volume-folder-response.js +4 -0
- package/dist/lib/response/zip-and-download-volume-folder-response.js.map +1 -0
- package/dist/lib/response/zip-and-download-workspace-folder-response.d.ts +19 -0
- package/dist/lib/response/zip-and-download-workspace-folder-response.js +4 -0
- package/dist/lib/response/zip-and-download-workspace-folder-response.js.map +1 -0
- package/lib/client.ts +1738 -1089
- package/lib/model/agent-permission-summary.ts +1 -0
- package/lib/model/all-privilege-type.ts +1 -0
- package/lib/model/assign-agent-permission-details.ts +2 -1
- package/lib/model/assign-schema-permission-details.ts +2 -1
- package/lib/model/async-operation-action-type.ts +2 -0
- package/lib/model/async-operation-summary.ts +7 -0
- package/lib/model/async-operation.ts +7 -0
- package/lib/model/bundle-deployment-status.ts +10 -0
- package/lib/model/bundle-publish-location.ts +49 -0
- package/lib/model/bundle-publish-status.ts +102 -0
- package/lib/model/bundle-published-resource.ts +67 -0
- package/lib/model/cluster-library-details.ts +3 -1
- package/lib/model/cluster-library-summary.ts +22 -0
- package/lib/model/compute-configuration-libraries.ts +49 -0
- package/lib/model/compute-configuration-library-entry.ts +56 -0
- package/lib/model/compute-configuration.ts +59 -0
- package/lib/model/create-spark-cluster-details.ts +7 -0
- package/lib/model/db2-external-catalog-connection-property-key.ts +27 -0
- package/lib/model/db2-schema-summary.ts +36 -0
- package/lib/model/db2-schema.ts +36 -0
- package/lib/model/db2-table-summary.ts +36 -0
- package/lib/model/db2-table.ts +36 -0
- package/lib/model/export-compute-configuration-details.ts +71 -0
- package/lib/model/external-catalog-source-type.ts +1 -1
- package/lib/model/fetch-bundle-publish-status-details.ts +42 -0
- package/lib/model/file-read-configuration.ts +3 -3
- package/lib/model/file-write-configuration.ts +1 -1
- package/lib/model/identity-user-metadatum.ts +63 -0
- package/lib/model/import-compute-configuration-details.ts +42 -0
- package/lib/model/index.ts +56 -10
- package/lib/model/install-cluster-library-details.ts +35 -0
- package/lib/model/maven-cluster-library-summary.ts +57 -0
- package/lib/model/maven-search-summary-collection.ts +50 -0
- package/lib/model/maven-search-summary.ts +84 -0
- package/lib/model/oac-object-column-sql-info.ts +56 -0
- package/lib/model/oac-object-column.ts +48 -2
- package/lib/model/oac-object-hierarchy-level.ts +56 -0
- package/lib/model/oac-object-table-summary.ts +30 -0
- package/lib/model/oac-object-table.ts +30 -0
- package/lib/model/publish-bundle-details.ts +42 -0
- package/lib/model/pypi-cluster-library-summary.ts +50 -0
- package/lib/model/revoke-agent-permission-details.ts +2 -1
- package/lib/model/revoke-schema-permission-details.ts +2 -1
- package/lib/model/schema-catalog-type.ts +1 -1
- package/lib/model/schema-permission-summary.ts +1 -0
- package/lib/model/schema-privilege-for-manage.ts +2 -1
- package/lib/model/schema-privilege.ts +1 -0
- package/lib/model/schema-summary.ts +4 -4
- package/lib/model/schema.ts +4 -4
- package/lib/model/table-catalog-type.ts +1 -1
- package/lib/model/table-summary.ts +4 -4
- package/lib/model/table.ts +4 -4
- package/lib/model/task-run-retry-collection.ts +50 -0
- package/lib/model/task-run-retry-summary.ts +129 -0
- package/lib/model/task-run-retry.ts +29 -1
- package/lib/model/uninstall-cluster-library-details.ts +36 -1
- package/lib/model/upload-and-extract-zip-details.ts +91 -0
- package/lib/model/upload-and-extract-zip-result.ts +56 -0
- package/lib/model/workspace-network-configuration-details.ts +9 -0
- package/lib/model/zip-and-download-folder-details.ts +42 -0
- package/lib/model/zip-and-download-folder-result.ts +56 -0
- package/lib/request/clone-compute-request.ts +40 -0
- package/lib/request/copy-agent-request.ts +2 -2
- package/lib/request/create-agent-request.ts +1 -1
- package/lib/request/delete-agent-deployment-request.ts +2 -2
- package/lib/request/delete-agent-request.ts +1 -1
- package/lib/request/delete-agent-session-request.ts +2 -2
- package/lib/request/deploy-agent-request.ts +2 -2
- package/lib/request/export-compute-configuration-request.ts +44 -0
- package/lib/request/fetch-bundle-publish-status-action-request.ts +31 -0
- package/lib/request/get-agent-deployment-request.ts +2 -2
- package/lib/request/get-agent-request.ts +1 -1
- package/lib/request/get-agent-session-request.ts +2 -2
- package/lib/request/get-agent-session-trace-request.ts +2 -2
- package/lib/request/get-catalog-request.ts +4 -0
- package/lib/request/get-compute-configuration-request.ts +31 -0
- package/lib/request/get-schema-request.ts +4 -0
- package/lib/request/get-table-request.ts +4 -0
- package/lib/request/get-task-run-request.ts +4 -0
- package/lib/request/import-compute-configuration-request.ts +44 -0
- package/lib/request/index.ts +28 -4
- package/lib/request/list-agent-deployments-request.ts +1 -1
- package/lib/request/list-agent-permissions-request.ts +1 -1
- package/lib/request/list-agent-session-chat-histories-request.ts +2 -2
- package/lib/request/list-agent-sessions-request.ts +1 -1
- package/lib/request/list-catalogs-request.ts +4 -0
- package/lib/request/list-jobs-request.ts +1 -4
- package/lib/request/list-schemas-request.ts +4 -0
- package/lib/request/list-tables-request.ts +4 -0
- package/lib/request/list-task-run-retries-request.ts +84 -0
- package/lib/request/list-task-runs-request.ts +1 -4
- package/lib/request/manage-agent-permission-request.ts +1 -1
- package/lib/request/preview-agent-agent-card-request.ts +1 -1
- package/lib/request/publish-bundle-action-request.ts +40 -0
- package/lib/request/redeploy-agent-by-key-request.ts +2 -2
- package/lib/request/search-maven-packages-request.ts +49 -0
- package/lib/request/update-agent-deployment-metadata-request.ts +2 -2
- package/lib/request/update-agent-request.ts +1 -1
- package/lib/request/upload-and-extract-volume-zip-request.ts +40 -0
- package/lib/request/upload-and-extract-workspace-zip-request.ts +40 -0
- package/lib/request/validate-agent-request.ts +1 -1
- package/lib/request/zip-and-download-volume-folder-request.ts +40 -0
- package/lib/request/zip-and-download-workspace-folder-request.ts +40 -0
- package/lib/response/clone-compute-response.ts +21 -0
- package/lib/response/copy-agent-response.ts +1 -1
- package/lib/response/create-agent-response.ts +1 -1
- package/lib/response/export-compute-configuration-response.ts +39 -0
- package/lib/response/fetch-bundle-publish-status-action-response.ts +18 -0
- package/lib/response/get-compute-configuration-response.ts +18 -0
- package/lib/response/import-compute-configuration-response.ts +21 -0
- package/lib/response/index.ts +28 -4
- package/lib/response/list-task-run-retries-response.ts +30 -0
- package/lib/response/publish-bundle-action-response.ts +21 -0
- package/lib/response/redeploy-agent-by-key-response.ts +1 -1
- package/lib/response/search-maven-packages-response.ts +30 -0
- package/lib/response/upload-and-extract-volume-zip-response.ts +24 -0
- package/lib/response/upload-and-extract-workspace-zip-response.ts +24 -0
- package/lib/response/zip-and-download-volume-folder-response.ts +24 -0
- package/lib/response/zip-and-download-workspace-folder-response.ts +24 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
- package/dist/lib/model/google-bigquery-external-catalog-connection-property-key.d.ts +0 -15
- package/dist/lib/model/google-bigquery-external-catalog-connection-property-key.js +0 -27
- package/dist/lib/model/google-bigquery-external-catalog-connection-property-key.js.map +0 -1
- package/dist/lib/model/google-bigquery-schema-summary.d.ts +0 -12
- package/dist/lib/model/google-bigquery-schema-summary.js.map +0 -1
- package/dist/lib/model/google-bigquery-schema.d.ts +0 -12
- package/dist/lib/model/google-bigquery-schema.js.map +0 -1
- package/dist/lib/model/google-bigquery-table-summary.d.ts +0 -12
- package/dist/lib/model/google-bigquery-table-summary.js.map +0 -1
- package/dist/lib/model/google-bigquery-table.d.ts +0 -12
- package/dist/lib/model/google-bigquery-table.js.map +0 -1
- package/lib/model/google-bigquery-external-catalog-connection-property-key.ts +0 -27
- package/lib/model/google-bigquery-schema-summary.ts +0 -36
- package/lib/model/google-bigquery-schema.ts +0 -36
- package/lib/model/google-bigquery-table-summary.ts +0 -36
- package/lib/model/google-bigquery-table.ts +0 -36
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ListTaskRunRetries.ts.html |here} to see how to use ListTaskRunRetriesRequest.
|
|
8
|
+
*/
|
|
9
|
+
export interface ListTaskRunRetriesRequest extends common.BaseRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The [OCID]({{DOC_SERVER_URL}}/iaas/Content/General/Concepts/identifiers.htm) of the AI Data Platform (Data Lake) instance.
|
|
12
|
+
*/
|
|
13
|
+
'aiDataPlatformId': string;
|
|
14
|
+
/**
|
|
15
|
+
* The key of the Workspace
|
|
16
|
+
*/
|
|
17
|
+
'workspaceKey': string;
|
|
18
|
+
/**
|
|
19
|
+
* Task run key.
|
|
20
|
+
*/
|
|
21
|
+
'taskRunKey': string;
|
|
22
|
+
/**
|
|
23
|
+
* A filter to return only resources that match the given display name exactly.
|
|
24
|
+
*/
|
|
25
|
+
'displayName'?: string;
|
|
26
|
+
/**
|
|
27
|
+
* The field to filter based on state.
|
|
28
|
+
*/
|
|
29
|
+
'status'?: Array<ListTaskRunRetriesRequest.Status>;
|
|
30
|
+
/**
|
|
31
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
32
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
33
|
+
* [List Pagination]({{DOC_SERVER_URL}}/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
'limit'?: number;
|
|
37
|
+
/**
|
|
38
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
39
|
+
* \"List\" call. For important details about how pagination works, see
|
|
40
|
+
* [List Pagination]({{DOC_SERVER_URL}}/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
'page'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
46
|
+
*/
|
|
47
|
+
'sortOrder'?: model.SortOrder;
|
|
48
|
+
/**
|
|
49
|
+
* The field to sort by. You can provide only one sort order. Default order for {@code timeCreated} is descending. Default order for {@code displayName} is ascending.
|
|
50
|
+
*/
|
|
51
|
+
'sortBy'?: ListTaskRunRetriesRequest.SortBy;
|
|
52
|
+
/**
|
|
53
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
54
|
+
* Oracle about a particular request, please provide the request ID.
|
|
55
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
56
|
+
* underscore, and dash.
|
|
57
|
+
*
|
|
58
|
+
*/
|
|
59
|
+
'opcRequestId'?: string;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export namespace ListTaskRunRetriesRequest {
|
|
63
|
+
|
|
64
|
+
export enum Status {
|
|
65
|
+
Pending = ("PENDING"),
|
|
66
|
+
Running = ("RUNNING"),
|
|
67
|
+
Skipped = ("SKIPPED"),
|
|
68
|
+
InternalError = ("INTERNAL_ERROR"),
|
|
69
|
+
Blocked = ("BLOCKED"),
|
|
70
|
+
Success = ("SUCCESS"),
|
|
71
|
+
Failed = ("FAILED"),
|
|
72
|
+
Canceled = ("CANCELED"),
|
|
73
|
+
UpstreamCanceled = ("UPSTREAM_CANCELED"),
|
|
74
|
+
UpstreamFailed = ("UPSTREAM_FAILED"),
|
|
75
|
+
Excluded = ("EXCLUDED")
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export enum SortBy {
|
|
79
|
+
TimeCreated = ("timeCreated"),
|
|
80
|
+
DisplayName = ("displayName"),
|
|
81
|
+
Status = ("status")
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
}
|
|
@@ -36,10 +36,7 @@ export interface ListTaskRunsRequest extends common.BaseRequest {
|
|
|
36
36
|
*/
|
|
37
37
|
'rootJobRunKey'?: string;
|
|
38
38
|
/**
|
|
39
|
-
* For list pagination. The maximum number of results per page, or items to return in a
|
|
40
|
-
* paginated \"List\" call. For important details about how pagination works, see
|
|
41
|
-
* [List Pagination]({{DOC_SERVER_URL}}/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
42
|
-
*
|
|
39
|
+
* For list pagination. The maximum number of results per page, or items to return in a paginated List call.
|
|
43
40
|
*/
|
|
44
41
|
'limit'?: number;
|
|
45
42
|
/**
|
|
@@ -16,7 +16,7 @@ export interface PreviewAgentAgentCardRequest extends common.BaseRequest {
|
|
|
16
16
|
*/
|
|
17
17
|
'workspaceKey': string;
|
|
18
18
|
/**
|
|
19
|
-
* Request details for previewing an agent card
|
|
19
|
+
* Request details for previewing an agent card.
|
|
20
20
|
*/
|
|
21
21
|
'previewAgentCardDetails': model.PreviewAgentCardDetails;
|
|
22
22
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/PublishBundleAction.ts.html |here} to see how to use PublishBundleActionRequest.
|
|
8
|
+
*/
|
|
9
|
+
export interface PublishBundleActionRequest extends common.BaseRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The [OCID]({{DOC_SERVER_URL}}/iaas/Content/General/Concepts/identifiers.htm) of the AI Data Platform (Data Lake) instance.
|
|
12
|
+
*/
|
|
13
|
+
'aiDataPlatformId': string;
|
|
14
|
+
/**
|
|
15
|
+
* The key of the Workspace
|
|
16
|
+
*/
|
|
17
|
+
'workspaceKey': string;
|
|
18
|
+
/**
|
|
19
|
+
* Request payload for bundle publish.
|
|
20
|
+
*/
|
|
21
|
+
'publishBundleDetails': model.PublishBundleDetails;
|
|
22
|
+
/**
|
|
23
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
24
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
25
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
26
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
27
|
+
* might be rejected.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
'opcRetryToken'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
33
|
+
* Oracle about a particular request, please provide the request ID.
|
|
34
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
35
|
+
* underscore, and dash.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
'opcRequestId'?: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -16,11 +16,11 @@ export interface RedeployAgentByKeyRequest extends common.BaseRequest {
|
|
|
16
16
|
*/
|
|
17
17
|
'workspaceKey': string;
|
|
18
18
|
/**
|
|
19
|
-
* The UUID of the
|
|
19
|
+
* The UUID of the agent.
|
|
20
20
|
*/
|
|
21
21
|
'agentKey': string;
|
|
22
22
|
/**
|
|
23
|
-
* Details for updating an
|
|
23
|
+
* Details for updating an agent deployment asynchronously.
|
|
24
24
|
*/
|
|
25
25
|
'updateAgentDeploymentDetails': model.UpdateAgentDeploymentDetails;
|
|
26
26
|
/**
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/SearchMavenPackages.ts.html |here} to see how to use SearchMavenPackagesRequest.
|
|
8
|
+
*/
|
|
9
|
+
export interface SearchMavenPackagesRequest extends common.BaseRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The [OCID]({{DOC_SERVER_URL}}/iaas/Content/General/Concepts/identifiers.htm) of the AI Data Platform (Data Lake) instance.
|
|
12
|
+
*/
|
|
13
|
+
'aiDataPlatformId': string;
|
|
14
|
+
/**
|
|
15
|
+
* The key of the Workspace
|
|
16
|
+
*/
|
|
17
|
+
'workspaceKey': string;
|
|
18
|
+
/**
|
|
19
|
+
* Cluster key.
|
|
20
|
+
*/
|
|
21
|
+
'clusterKey': string;
|
|
22
|
+
/**
|
|
23
|
+
* Search text matched against Maven package metadata, including group and artifact identifiers. For example, {@code commons-csv} can return {@code org.apache.commons:commons-csv}.
|
|
24
|
+
*/
|
|
25
|
+
'mavenSearchQuery': string;
|
|
26
|
+
/**
|
|
27
|
+
* For list pagination. The maximum number of results per page, or items to return in a
|
|
28
|
+
* paginated \"List\" call. For important details about how pagination works, see
|
|
29
|
+
* [List Pagination]({{DOC_SERVER_URL}}/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
'limit'?: number;
|
|
33
|
+
/**
|
|
34
|
+
* For list pagination. The value of the opc-next-page response header from the previous
|
|
35
|
+
* \"List\" call. For important details about how pagination works, see
|
|
36
|
+
* [List Pagination]({{DOC_SERVER_URL}}/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
'page'?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
42
|
+
* Oracle about a particular request, please provide the request ID.
|
|
43
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
44
|
+
* underscore, and dash.
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
'opcRequestId'?: string;
|
|
48
|
+
}
|
|
49
|
+
|
|
@@ -16,11 +16,11 @@ export interface UpdateAgentDeploymentMetadataRequest extends common.BaseRequest
|
|
|
16
16
|
*/
|
|
17
17
|
'workspaceKey': string;
|
|
18
18
|
/**
|
|
19
|
-
* The UUID of the
|
|
19
|
+
* The UUID of the agent.
|
|
20
20
|
*/
|
|
21
21
|
'agentKey': string;
|
|
22
22
|
/**
|
|
23
|
-
* Agent card details to update
|
|
23
|
+
* Agent card details to update.
|
|
24
24
|
*/
|
|
25
25
|
'updateAgentDeploymentMetadataDetails': model.UpdateAgentDeploymentMetadataDetails;
|
|
26
26
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/UploadAndExtractVolumeZip.ts.html |here} to see how to use UploadAndExtractVolumeZipRequest.
|
|
8
|
+
*/
|
|
9
|
+
export interface UploadAndExtractVolumeZipRequest extends common.BaseRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The [OCID]({{DOC_SERVER_URL}}/iaas/Content/General/Concepts/identifiers.htm) of the AI Data Platform (Data Lake) instance.
|
|
12
|
+
*/
|
|
13
|
+
'aiDataPlatformId': string;
|
|
14
|
+
/**
|
|
15
|
+
* The key of the volume.
|
|
16
|
+
*/
|
|
17
|
+
'volumeKey': string;
|
|
18
|
+
/**
|
|
19
|
+
* Details for uploading and extracting the volume ZIP file.
|
|
20
|
+
*/
|
|
21
|
+
'uploadAndExtractZipDetails': model.UploadAndExtractZipDetails;
|
|
22
|
+
/**
|
|
23
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
24
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
25
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
26
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
27
|
+
* might be rejected.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
'opcRetryToken'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
33
|
+
* Oracle about a particular request, please provide the request ID.
|
|
34
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
35
|
+
* underscore, and dash.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
'opcRequestId'?: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/UploadAndExtractWorkspaceZip.ts.html |here} to see how to use UploadAndExtractWorkspaceZipRequest.
|
|
8
|
+
*/
|
|
9
|
+
export interface UploadAndExtractWorkspaceZipRequest extends common.BaseRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The [OCID]({{DOC_SERVER_URL}}/iaas/Content/General/Concepts/identifiers.htm) of the AI Data Platform (Data Lake) instance.
|
|
12
|
+
*/
|
|
13
|
+
'aiDataPlatformId': string;
|
|
14
|
+
/**
|
|
15
|
+
* The key of the Workspace
|
|
16
|
+
*/
|
|
17
|
+
'workspaceKey': string;
|
|
18
|
+
/**
|
|
19
|
+
* Details for uploading and extracting the workspace ZIP file.
|
|
20
|
+
*/
|
|
21
|
+
'uploadAndExtractZipDetails': model.UploadAndExtractZipDetails;
|
|
22
|
+
/**
|
|
23
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
24
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
25
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
26
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
27
|
+
* might be rejected.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
'opcRetryToken'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
33
|
+
* Oracle about a particular request, please provide the request ID.
|
|
34
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
35
|
+
* underscore, and dash.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
'opcRequestId'?: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ZipAndDownloadVolumeFolder.ts.html |here} to see how to use ZipAndDownloadVolumeFolderRequest.
|
|
8
|
+
*/
|
|
9
|
+
export interface ZipAndDownloadVolumeFolderRequest extends common.BaseRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The [OCID]({{DOC_SERVER_URL}}/iaas/Content/General/Concepts/identifiers.htm) of the AI Data Platform (Data Lake) instance.
|
|
12
|
+
*/
|
|
13
|
+
'aiDataPlatformId': string;
|
|
14
|
+
/**
|
|
15
|
+
* The key of the volume.
|
|
16
|
+
*/
|
|
17
|
+
'volumeKey': string;
|
|
18
|
+
/**
|
|
19
|
+
* Details for zipping a volume folder for download.
|
|
20
|
+
*/
|
|
21
|
+
'zipAndDownloadFolderDetails': model.ZipAndDownloadFolderDetails;
|
|
22
|
+
/**
|
|
23
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
24
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
25
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
26
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
27
|
+
* might be rejected.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
'opcRetryToken'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
33
|
+
* Oracle about a particular request, please provide the request ID.
|
|
34
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
35
|
+
* underscore, and dash.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
'opcRequestId'?: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aidp/ZipAndDownloadWorkspaceFolder.ts.html |here} to see how to use ZipAndDownloadWorkspaceFolderRequest.
|
|
8
|
+
*/
|
|
9
|
+
export interface ZipAndDownloadWorkspaceFolderRequest extends common.BaseRequest {
|
|
10
|
+
/**
|
|
11
|
+
* The [OCID]({{DOC_SERVER_URL}}/iaas/Content/General/Concepts/identifiers.htm) of the AI Data Platform (Data Lake) instance.
|
|
12
|
+
*/
|
|
13
|
+
'aiDataPlatformId': string;
|
|
14
|
+
/**
|
|
15
|
+
* The key of the Workspace
|
|
16
|
+
*/
|
|
17
|
+
'workspaceKey': string;
|
|
18
|
+
/**
|
|
19
|
+
* Details for zipping a workspace folder for download.
|
|
20
|
+
*/
|
|
21
|
+
'zipAndDownloadFolderDetails': model.ZipAndDownloadFolderDetails;
|
|
22
|
+
/**
|
|
23
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
24
|
+
* server error without risk of running that same action again. Retry tokens expire after 24
|
|
25
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
26
|
+
* has been deleted and removed from the system, then a retry of the original creation request
|
|
27
|
+
* might be rejected.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
'opcRetryToken'?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
33
|
+
* Oracle about a particular request, please provide the request ID.
|
|
34
|
+
* The only valid characters for request IDs are letters, numbers,
|
|
35
|
+
* underscore, and dash.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
'opcRequestId'?: string;
|
|
39
|
+
}
|
|
40
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
export interface CloneComputeResponse {
|
|
7
|
+
/**
|
|
8
|
+
* The key of the asynchronous operations associated with an AI Data Platform instance.
|
|
9
|
+
* Use GetAsyncOperation with this key to track the status of the request.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
'aidpAsyncOperationKey': string;
|
|
13
|
+
/**
|
|
14
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
15
|
+
* Oracle about a particular request, please provide the request ID.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
'opcRequestId': string;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
}
|
|
@@ -5,7 +5,7 @@ import common = require("oci-common");
|
|
|
5
5
|
|
|
6
6
|
export interface CopyAgentResponse {
|
|
7
7
|
/**
|
|
8
|
-
* URL for the created
|
|
8
|
+
* URL for the created agent. The agent key is generated after this request is sent.
|
|
9
9
|
*/
|
|
10
10
|
'location': string;
|
|
11
11
|
/**
|
|
@@ -5,7 +5,7 @@ import common = require("oci-common");
|
|
|
5
5
|
|
|
6
6
|
export interface CreateAgentResponse {
|
|
7
7
|
/**
|
|
8
|
-
* URL for the created
|
|
8
|
+
* URL for the created agent. The agent key is generated after this request is sent.
|
|
9
9
|
*/
|
|
10
10
|
'location': string;
|
|
11
11
|
/**
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
import stream = require("stream");
|
|
6
|
+
|
|
7
|
+
export interface ExportComputeConfigurationResponse {
|
|
8
|
+
/**
|
|
9
|
+
* URL for the created workspace object.
|
|
10
|
+
*/
|
|
11
|
+
'location': string;
|
|
12
|
+
/**
|
|
13
|
+
* Same as location.
|
|
14
|
+
*/
|
|
15
|
+
'contentLocation': string;
|
|
16
|
+
/**
|
|
17
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
18
|
+
* Oracle about a particular request, please provide the request ID.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
'opcRequestId': string;
|
|
22
|
+
/**
|
|
23
|
+
* Full path of the YAML workspace object.
|
|
24
|
+
*/
|
|
25
|
+
'path': string;
|
|
26
|
+
/**
|
|
27
|
+
* Workspace object type.
|
|
28
|
+
*/
|
|
29
|
+
'type': string;
|
|
30
|
+
/**
|
|
31
|
+
* Date and time when the YAML workspace object was created.
|
|
32
|
+
*/
|
|
33
|
+
'timeUpdated': Date;
|
|
34
|
+
/**
|
|
35
|
+
* The returned stream.Readable | ReadableStream instance.
|
|
36
|
+
*/
|
|
37
|
+
'value': stream.Readable | ReadableStream;
|
|
38
|
+
|
|
39
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
export interface FetchBundlePublishStatusActionResponse {
|
|
7
|
+
/**
|
|
8
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
9
|
+
* Oracle about a particular request, please provide the request ID.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
'opcRequestId': string;
|
|
13
|
+
/**
|
|
14
|
+
* The returned model.BundlePublishStatus instance.
|
|
15
|
+
*/
|
|
16
|
+
'bundlePublishStatus': model.BundlePublishStatus;
|
|
17
|
+
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
export interface GetComputeConfigurationResponse {
|
|
7
|
+
/**
|
|
8
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
9
|
+
* Oracle about a particular request, please provide the request ID.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
'opcRequestId': string;
|
|
13
|
+
/**
|
|
14
|
+
* The returned model.ComputeConfiguration instance.
|
|
15
|
+
*/
|
|
16
|
+
'computeConfiguration': model.ComputeConfiguration;
|
|
17
|
+
|
|
18
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Copyright (c) 2026, Oracle and/or its affiliates. All rights reserved.
|
|
2
|
+
|
|
3
|
+
import * as model from '../model';
|
|
4
|
+
import common = require("oci-common");
|
|
5
|
+
|
|
6
|
+
export interface ImportComputeConfigurationResponse {
|
|
7
|
+
/**
|
|
8
|
+
* The key of the asynchronous operations associated with an AI Data Platform instance.
|
|
9
|
+
* Use GetAsyncOperation with this key to track the status of the request.
|
|
10
|
+
*
|
|
11
|
+
*/
|
|
12
|
+
'aidpAsyncOperationKey': string;
|
|
13
|
+
/**
|
|
14
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
15
|
+
* Oracle about a particular request, please provide the request ID.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
'opcRequestId': string;
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
}
|