oci-datascience 2.104.0 → 2.106.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.
Files changed (113) hide show
  1. package/lib/client.d.ts +99 -0
  2. package/lib/client.js +826 -66
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/index.d.ts +10 -0
  5. package/lib/model/index.js +14 -3
  6. package/lib/model/index.js.map +1 -1
  7. package/lib/model/metadata.d.ts +13 -0
  8. package/lib/model/metadata.js.map +1 -1
  9. package/lib/model/model-artifact-reference-details.d.ts +24 -0
  10. package/lib/model/model-artifact-reference-details.js +69 -0
  11. package/lib/model/model-artifact-reference-details.js.map +1 -0
  12. package/lib/model/model-category.d.ts +29 -0
  13. package/lib/model/model-category.js +40 -0
  14. package/lib/model/model-category.js.map +1 -0
  15. package/lib/model/model-summary.d.ts +8 -0
  16. package/lib/model/model-summary.js.map +1 -1
  17. package/lib/model/model-version-set-category.d.ts +29 -0
  18. package/lib/model/model-version-set-category.js +40 -0
  19. package/lib/model/model-version-set-category.js.map +1 -0
  20. package/lib/model/model-version-set-summary.d.ts +4 -0
  21. package/lib/model/model-version-set-summary.js.map +1 -1
  22. package/lib/model/model-version-set.d.ts +4 -0
  23. package/lib/model/model-version-set.js.map +1 -1
  24. package/lib/model/model.d.ts +8 -0
  25. package/lib/model/model.js.map +1 -1
  26. package/lib/model/o-ss-model-artifact-reference-details.d.ts +37 -0
  27. package/lib/model/o-ss-model-artifact-reference-details.js +55 -0
  28. package/lib/model/o-ss-model-artifact-reference-details.js.map +1 -0
  29. package/lib/model/register-model-artifact-reference-details.d.ts +27 -0
  30. package/lib/model/register-model-artifact-reference-details.js +62 -0
  31. package/lib/model/register-model-artifact-reference-details.js.map +1 -0
  32. package/lib/model/work-request-operation-type.d.ts +1 -0
  33. package/lib/model/work-request-operation-type.js +1 -0
  34. package/lib/model/work-request-operation-type.js.map +1 -1
  35. package/lib/request/create-model-custom-metadatum-artifact-request.d.ts +61 -0
  36. package/lib/request/create-model-custom-metadatum-artifact-request.js +15 -0
  37. package/lib/request/create-model-custom-metadatum-artifact-request.js.map +1 -0
  38. package/lib/request/create-model-defined-metadatum-artifact-request.d.ts +61 -0
  39. package/lib/request/create-model-defined-metadatum-artifact-request.js +15 -0
  40. package/lib/request/create-model-defined-metadatum-artifact-request.js.map +1 -0
  41. package/lib/request/delete-model-custom-metadatum-artifact-request.d.ts +40 -0
  42. package/lib/request/delete-model-custom-metadatum-artifact-request.js +15 -0
  43. package/lib/request/delete-model-custom-metadatum-artifact-request.js.map +1 -0
  44. package/lib/request/delete-model-defined-metadatum-artifact-request.d.ts +40 -0
  45. package/lib/request/delete-model-defined-metadatum-artifact-request.js +15 -0
  46. package/lib/request/delete-model-defined-metadatum-artifact-request.js.map +1 -0
  47. package/lib/request/get-model-custom-metadatum-artifact-content-request.d.ts +37 -0
  48. package/lib/request/get-model-custom-metadatum-artifact-content-request.js +15 -0
  49. package/lib/request/get-model-custom-metadatum-artifact-content-request.js.map +1 -0
  50. package/lib/request/get-model-defined-metadatum-artifact-content-request.d.ts +37 -0
  51. package/lib/request/get-model-defined-metadatum-artifact-content-request.js +15 -0
  52. package/lib/request/get-model-defined-metadatum-artifact-content-request.js.map +1 -0
  53. package/lib/request/head-model-custom-metadatum-artifact-request.d.ts +31 -0
  54. package/lib/request/head-model-custom-metadatum-artifact-request.js +15 -0
  55. package/lib/request/head-model-custom-metadatum-artifact-request.js.map +1 -0
  56. package/lib/request/head-model-defined-metadatum-artifact-request.d.ts +31 -0
  57. package/lib/request/head-model-defined-metadatum-artifact-request.js +15 -0
  58. package/lib/request/head-model-defined-metadatum-artifact-request.js.map +1 -0
  59. package/lib/request/index.d.ts +22 -0
  60. package/lib/request/index.js.map +1 -1
  61. package/lib/request/list-model-version-sets-request.d.ts +9 -0
  62. package/lib/request/list-model-version-sets-request.js +5 -0
  63. package/lib/request/list-model-version-sets-request.js.map +1 -1
  64. package/lib/request/list-models-request.d.ts +9 -0
  65. package/lib/request/list-models-request.js +5 -0
  66. package/lib/request/list-models-request.js.map +1 -1
  67. package/lib/request/list-work-requests-request.d.ts +1 -0
  68. package/lib/request/list-work-requests-request.js +1 -0
  69. package/lib/request/list-work-requests-request.js.map +1 -1
  70. package/lib/request/register-model-artifact-reference-request.d.ts +46 -0
  71. package/lib/request/register-model-artifact-reference-request.js +15 -0
  72. package/lib/request/register-model-artifact-reference-request.js.map +1 -0
  73. package/lib/request/update-model-custom-metadatum-artifact-request.d.ts +61 -0
  74. package/lib/request/update-model-custom-metadatum-artifact-request.js +15 -0
  75. package/lib/request/update-model-custom-metadatum-artifact-request.js.map +1 -0
  76. package/lib/request/update-model-defined-metadatum-artifact-request.d.ts +61 -0
  77. package/lib/request/update-model-defined-metadatum-artifact-request.js +15 -0
  78. package/lib/request/update-model-defined-metadatum-artifact-request.js.map +1 -0
  79. package/lib/response/create-model-custom-metadatum-artifact-response.d.ts +25 -0
  80. package/lib/response/create-model-custom-metadatum-artifact-response.js +15 -0
  81. package/lib/response/create-model-custom-metadatum-artifact-response.js.map +1 -0
  82. package/lib/response/create-model-defined-metadatum-artifact-response.d.ts +25 -0
  83. package/lib/response/create-model-defined-metadatum-artifact-response.js +15 -0
  84. package/lib/response/create-model-defined-metadatum-artifact-response.js.map +1 -0
  85. package/lib/response/delete-model-custom-metadatum-artifact-response.d.ts +20 -0
  86. package/lib/response/delete-model-custom-metadatum-artifact-response.js +15 -0
  87. package/lib/response/delete-model-custom-metadatum-artifact-response.js.map +1 -0
  88. package/lib/response/delete-model-defined-metadatum-artifact-response.d.ts +20 -0
  89. package/lib/response/delete-model-defined-metadatum-artifact-response.js +15 -0
  90. package/lib/response/delete-model-defined-metadatum-artifact-response.js.map +1 -0
  91. package/lib/response/get-model-custom-metadatum-artifact-content-response.d.ts +52 -0
  92. package/lib/response/get-model-custom-metadatum-artifact-content-response.js +15 -0
  93. package/lib/response/get-model-custom-metadatum-artifact-content-response.js.map +1 -0
  94. package/lib/response/get-model-defined-metadatum-artifact-content-response.d.ts +52 -0
  95. package/lib/response/get-model-defined-metadatum-artifact-content-response.js +15 -0
  96. package/lib/response/get-model-defined-metadatum-artifact-content-response.js.map +1 -0
  97. package/lib/response/head-model-custom-metadatum-artifact-response.d.ts +46 -0
  98. package/lib/response/head-model-custom-metadatum-artifact-response.js +15 -0
  99. package/lib/response/head-model-custom-metadatum-artifact-response.js.map +1 -0
  100. package/lib/response/head-model-defined-metadatum-artifact-response.d.ts +46 -0
  101. package/lib/response/head-model-defined-metadatum-artifact-response.js +15 -0
  102. package/lib/response/head-model-defined-metadatum-artifact-response.js.map +1 -0
  103. package/lib/response/index.d.ts +22 -0
  104. package/lib/response/register-model-artifact-reference-response.d.ts +26 -0
  105. package/lib/response/register-model-artifact-reference-response.js +15 -0
  106. package/lib/response/register-model-artifact-reference-response.js.map +1 -0
  107. package/lib/response/update-model-custom-metadatum-artifact-response.d.ts +25 -0
  108. package/lib/response/update-model-custom-metadatum-artifact-response.js +15 -0
  109. package/lib/response/update-model-custom-metadatum-artifact-response.js.map +1 -0
  110. package/lib/response/update-model-defined-metadatum-artifact-response.d.ts +25 -0
  111. package/lib/response/update-model-defined-metadatum-artifact-response.js +15 -0
  112. package/lib/response/update-model-defined-metadatum-artifact-response.js.map +1 -0
  113. package/package.json +3 -3
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=delete-model-defined-metadatum-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-model-defined-metadatum-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/delete-model-defined-metadatum-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /// <reference types="node" />
14
+ import stream = require("stream");
15
+ export interface GetModelCustomMetadatumArtifactContentResponse {
16
+ /**
17
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
+ *
19
+ */
20
+ "etag": string;
21
+ /**
22
+ * Unique Oracle assigned identifier for the request. If you need to contact
23
+ * Oracle about a particular request, then provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId": string;
27
+ /**
28
+ * The content size of the body in bytes.
29
+ */
30
+ "contentLength": number;
31
+ /**
32
+ * The content disposition of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 19.5.1.
33
+ */
34
+ "contentDisposition": string;
35
+ /**
36
+ * The base-64 encoded MD5 hash of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.15.
37
+ * Unavailable for objects uploaded using multipart upload.
38
+ * If the {@code content-md5} header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header.
39
+ * If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message:
40
+ * \"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)\"
41
+ *
42
+ */
43
+ "contentMd5": string;
44
+ /**
45
+ * The artifact modification time, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
46
+ */
47
+ "lastModified": Date;
48
+ /**
49
+ * The returned stream.Readable | ReadableStream instance.
50
+ */
51
+ "value": stream.Readable | ReadableStream;
52
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-model-custom-metadatum-artifact-content-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-model-custom-metadatum-artifact-content-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/get-model-custom-metadatum-artifact-content-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,52 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ /// <reference types="node" />
14
+ import stream = require("stream");
15
+ export interface GetModelDefinedMetadatumArtifactContentResponse {
16
+ /**
17
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
18
+ *
19
+ */
20
+ "etag": string;
21
+ /**
22
+ * Unique Oracle assigned identifier for the request. If you need to contact
23
+ * Oracle about a particular request, then provide the request ID.
24
+ *
25
+ */
26
+ "opcRequestId": string;
27
+ /**
28
+ * The content size of the body in bytes.
29
+ */
30
+ "contentLength": number;
31
+ /**
32
+ * The content disposition of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 19.5.1.
33
+ */
34
+ "contentDisposition": string;
35
+ /**
36
+ * The base-64 encoded MD5 hash of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.15.
37
+ * Unavailable for objects uploaded using multipart upload.
38
+ * If the {@code content-md5} header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header.
39
+ * If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message:
40
+ * \"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)\"
41
+ *
42
+ */
43
+ "contentMd5": string;
44
+ /**
45
+ * The artifact modification time, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
46
+ */
47
+ "lastModified": Date;
48
+ /**
49
+ * The returned stream.Readable | ReadableStream instance.
50
+ */
51
+ "value": stream.Readable | ReadableStream;
52
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-model-defined-metadatum-artifact-content-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-model-defined-metadatum-artifact-content-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/get-model-defined-metadatum-artifact-content-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface HeadModelCustomMetadatumArtifactResponse {
14
+ /**
15
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
16
+ *
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, then provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The content size of the body in bytes.
27
+ */
28
+ "contentLength": number;
29
+ /**
30
+ * The content disposition of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 19.5.1.
31
+ */
32
+ "contentDisposition": string;
33
+ /**
34
+ * The base-64 encoded MD5 hash of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.15.
35
+ * Unavailable for objects uploaded using multipart upload.
36
+ * If the {@code content-md5} header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header.
37
+ * If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message:
38
+ * \"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)\"
39
+ *
40
+ */
41
+ "contentMd5": string;
42
+ /**
43
+ * The artifact modification time, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
44
+ */
45
+ "lastModified": Date;
46
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=head-model-custom-metadatum-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"head-model-custom-metadatum-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/head-model-custom-metadatum-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,46 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface HeadModelDefinedMetadatumArtifactResponse {
14
+ /**
15
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
16
+ *
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, then provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ /**
26
+ * The content size of the body in bytes.
27
+ */
28
+ "contentLength": number;
29
+ /**
30
+ * The content disposition of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 19.5.1.
31
+ */
32
+ "contentDisposition": string;
33
+ /**
34
+ * The base-64 encoded MD5 hash of the body, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.15.
35
+ * Unavailable for objects uploaded using multipart upload.
36
+ * If the {@code content-md5} header is present, Object Storage performs an integrity check on the body of the HTTP request by computing the MD5 hash for the body and comparing it to the MD5 hash supplied in the header.
37
+ * If the two hashes do not match, the object is rejected and an HTTP-400 Unmatched Content MD5 error is returned with the message:
38
+ * \"The computed MD5 of the request body (ACTUAL_MD5) does not match the Content-MD5 header (HEADER_MD5)\"
39
+ *
40
+ */
41
+ "contentMd5": string;
42
+ /**
43
+ * The artifact modification time, as described in [RFC 2616](https://tools.ietf.org/rfc/rfc2616), section 14.29.
44
+ */
45
+ "lastModified": Date;
46
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=head-model-defined-metadatum-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"head-model-defined-metadatum-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/head-model-defined-metadatum-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -59,6 +59,10 @@ import * as CreateModelResponse from "./create-model-response";
59
59
  export import CreateModelResponse = CreateModelResponse.CreateModelResponse;
60
60
  import * as CreateModelArtifactResponse from "./create-model-artifact-response";
61
61
  export import CreateModelArtifactResponse = CreateModelArtifactResponse.CreateModelArtifactResponse;
62
+ import * as CreateModelCustomMetadatumArtifactResponse from "./create-model-custom-metadatum-artifact-response";
63
+ export import CreateModelCustomMetadatumArtifactResponse = CreateModelCustomMetadatumArtifactResponse.CreateModelCustomMetadatumArtifactResponse;
64
+ import * as CreateModelDefinedMetadatumArtifactResponse from "./create-model-defined-metadatum-artifact-response";
65
+ export import CreateModelDefinedMetadatumArtifactResponse = CreateModelDefinedMetadatumArtifactResponse.CreateModelDefinedMetadatumArtifactResponse;
62
66
  import * as CreateModelDeploymentResponse from "./create-model-deployment-response";
63
67
  export import CreateModelDeploymentResponse = CreateModelDeploymentResponse.CreateModelDeploymentResponse;
64
68
  import * as CreateModelProvenanceResponse from "./create-model-provenance-response";
@@ -93,6 +97,10 @@ import * as DeleteJobRunResponse from "./delete-job-run-response";
93
97
  export import DeleteJobRunResponse = DeleteJobRunResponse.DeleteJobRunResponse;
94
98
  import * as DeleteModelResponse from "./delete-model-response";
95
99
  export import DeleteModelResponse = DeleteModelResponse.DeleteModelResponse;
100
+ import * as DeleteModelCustomMetadatumArtifactResponse from "./delete-model-custom-metadatum-artifact-response";
101
+ export import DeleteModelCustomMetadatumArtifactResponse = DeleteModelCustomMetadatumArtifactResponse.DeleteModelCustomMetadatumArtifactResponse;
102
+ import * as DeleteModelDefinedMetadatumArtifactResponse from "./delete-model-defined-metadatum-artifact-response";
103
+ export import DeleteModelDefinedMetadatumArtifactResponse = DeleteModelDefinedMetadatumArtifactResponse.DeleteModelDefinedMetadatumArtifactResponse;
96
104
  import * as DeleteModelDeploymentResponse from "./delete-model-deployment-response";
97
105
  export import DeleteModelDeploymentResponse = DeleteModelDeploymentResponse.DeleteModelDeploymentResponse;
98
106
  import * as DeleteModelVersionSetResponse from "./delete-model-version-set-response";
@@ -121,6 +129,10 @@ import * as GetModelResponse from "./get-model-response";
121
129
  export import GetModelResponse = GetModelResponse.GetModelResponse;
122
130
  import * as GetModelArtifactContentResponse from "./get-model-artifact-content-response";
123
131
  export import GetModelArtifactContentResponse = GetModelArtifactContentResponse.GetModelArtifactContentResponse;
132
+ import * as GetModelCustomMetadatumArtifactContentResponse from "./get-model-custom-metadatum-artifact-content-response";
133
+ export import GetModelCustomMetadatumArtifactContentResponse = GetModelCustomMetadatumArtifactContentResponse.GetModelCustomMetadatumArtifactContentResponse;
134
+ import * as GetModelDefinedMetadatumArtifactContentResponse from "./get-model-defined-metadatum-artifact-content-response";
135
+ export import GetModelDefinedMetadatumArtifactContentResponse = GetModelDefinedMetadatumArtifactContentResponse.GetModelDefinedMetadatumArtifactContentResponse;
124
136
  import * as GetModelDeploymentResponse from "./get-model-deployment-response";
125
137
  export import GetModelDeploymentResponse = GetModelDeploymentResponse.GetModelDeploymentResponse;
126
138
  import * as GetModelProvenanceResponse from "./get-model-provenance-response";
@@ -145,6 +157,10 @@ import * as HeadJobArtifactResponse from "./head-job-artifact-response";
145
157
  export import HeadJobArtifactResponse = HeadJobArtifactResponse.HeadJobArtifactResponse;
146
158
  import * as HeadModelArtifactResponse from "./head-model-artifact-response";
147
159
  export import HeadModelArtifactResponse = HeadModelArtifactResponse.HeadModelArtifactResponse;
160
+ import * as HeadModelCustomMetadatumArtifactResponse from "./head-model-custom-metadatum-artifact-response";
161
+ export import HeadModelCustomMetadatumArtifactResponse = HeadModelCustomMetadatumArtifactResponse.HeadModelCustomMetadatumArtifactResponse;
162
+ import * as HeadModelDefinedMetadatumArtifactResponse from "./head-model-defined-metadatum-artifact-response";
163
+ export import HeadModelDefinedMetadatumArtifactResponse = HeadModelDefinedMetadatumArtifactResponse.HeadModelDefinedMetadatumArtifactResponse;
148
164
  import * as HeadStepArtifactResponse from "./head-step-artifact-response";
149
165
  export import HeadStepArtifactResponse = HeadStepArtifactResponse.HeadStepArtifactResponse;
150
166
  import * as ImportModelArtifactResponse from "./import-model-artifact-response";
@@ -187,6 +203,8 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
187
203
  export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
188
204
  import * as ListWorkRequestsResponse from "./list-work-requests-response";
189
205
  export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
206
+ import * as RegisterModelArtifactReferenceResponse from "./register-model-artifact-reference-response";
207
+ export import RegisterModelArtifactReferenceResponse = RegisterModelArtifactReferenceResponse.RegisterModelArtifactReferenceResponse;
190
208
  import * as RestoreArchivedModelArtifactResponse from "./restore-archived-model-artifact-response";
191
209
  export import RestoreArchivedModelArtifactResponse = RestoreArchivedModelArtifactResponse.RestoreArchivedModelArtifactResponse;
192
210
  import * as UpdateDataSciencePrivateEndpointResponse from "./update-data-science-private-endpoint-response";
@@ -197,6 +215,10 @@ import * as UpdateJobRunResponse from "./update-job-run-response";
197
215
  export import UpdateJobRunResponse = UpdateJobRunResponse.UpdateJobRunResponse;
198
216
  import * as UpdateModelResponse from "./update-model-response";
199
217
  export import UpdateModelResponse = UpdateModelResponse.UpdateModelResponse;
218
+ import * as UpdateModelCustomMetadatumArtifactResponse from "./update-model-custom-metadatum-artifact-response";
219
+ export import UpdateModelCustomMetadatumArtifactResponse = UpdateModelCustomMetadatumArtifactResponse.UpdateModelCustomMetadatumArtifactResponse;
220
+ import * as UpdateModelDefinedMetadatumArtifactResponse from "./update-model-defined-metadatum-artifact-response";
221
+ export import UpdateModelDefinedMetadatumArtifactResponse = UpdateModelDefinedMetadatumArtifactResponse.UpdateModelDefinedMetadatumArtifactResponse;
200
222
  import * as UpdateModelDeploymentResponse from "./update-model-deployment-response";
201
223
  export import UpdateModelDeploymentResponse = UpdateModelDeploymentResponse.UpdateModelDeploymentResponse;
202
224
  import * as UpdateModelProvenanceResponse from "./update-model-provenance-response";
@@ -0,0 +1,26 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface RegisterModelArtifactReferenceResponse {
14
+ /**
15
+ * Unique Oracle assigned identifier for the request. If you need to contact
16
+ * Oracle about a particular request, then provide the request ID.
17
+ *
18
+ */
19
+ "opcRequestId": string;
20
+ /**
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.oracle.com/iaas/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
22
+ * with this ID to track the status of the request.
23
+ *
24
+ */
25
+ "opcWorkRequestId": string;
26
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=register-model-artifact-reference-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register-model-artifact-reference-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/register-model-artifact-reference-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface UpdateModelCustomMetadatumArtifactResponse {
14
+ /**
15
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
16
+ *
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, then provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-model-custom-metadatum-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-model-custom-metadatum-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/update-model-custom-metadatum-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20190101
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ export interface UpdateModelDefinedMetadatumArtifactResponse {
14
+ /**
15
+ * For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
16
+ *
17
+ */
18
+ "etag": string;
19
+ /**
20
+ * Unique Oracle assigned identifier for the request. If you need to contact
21
+ * Oracle about a particular request, then provide the request ID.
22
+ *
23
+ */
24
+ "opcRequestId": string;
25
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20190101
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=update-model-defined-metadatum-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-model-defined-metadatum-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/update-model-defined-metadatum-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-datascience",
3
- "version": "2.104.0",
3
+ "version": "2.106.0",
4
4
  "description": "OCI NodeJS client for Data Science Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.104.0",
19
- "oci-workrequests": "2.104.0"
18
+ "oci-common": "2.106.0",
19
+ "oci-workrequests": "2.106.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"