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,31 @@
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
+ import common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/HeadModelDefinedMetadatumArtifact.ts.html |here} to see how to use HeadModelDefinedMetadatumArtifactRequest.
16
+ */
17
+ export interface HeadModelDefinedMetadatumArtifactRequest extends common.BaseRequest {
18
+ /**
19
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model.
20
+ */
21
+ "modelId": string;
22
+ /**
23
+ * The name of the model metadatum in the metadata.
24
+ */
25
+ "metadatumKeyName": string;
26
+ /**
27
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
28
+ *
29
+ */
30
+ "opcRequestId"?: string;
31
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"head-model-defined-metadatum-artifact-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/head-model-defined-metadatum-artifact-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -59,6 +59,10 @@ import * as CreateModelRequest from "./create-model-request";
59
59
  export import CreateModelRequest = CreateModelRequest.CreateModelRequest;
60
60
  import * as CreateModelArtifactRequest from "./create-model-artifact-request";
61
61
  export import CreateModelArtifactRequest = CreateModelArtifactRequest.CreateModelArtifactRequest;
62
+ import * as CreateModelCustomMetadatumArtifactRequest from "./create-model-custom-metadatum-artifact-request";
63
+ export import CreateModelCustomMetadatumArtifactRequest = CreateModelCustomMetadatumArtifactRequest.CreateModelCustomMetadatumArtifactRequest;
64
+ import * as CreateModelDefinedMetadatumArtifactRequest from "./create-model-defined-metadatum-artifact-request";
65
+ export import CreateModelDefinedMetadatumArtifactRequest = CreateModelDefinedMetadatumArtifactRequest.CreateModelDefinedMetadatumArtifactRequest;
62
66
  import * as CreateModelDeploymentRequest from "./create-model-deployment-request";
63
67
  export import CreateModelDeploymentRequest = CreateModelDeploymentRequest.CreateModelDeploymentRequest;
64
68
  import * as CreateModelProvenanceRequest from "./create-model-provenance-request";
@@ -93,6 +97,10 @@ import * as DeleteJobRunRequest from "./delete-job-run-request";
93
97
  export import DeleteJobRunRequest = DeleteJobRunRequest.DeleteJobRunRequest;
94
98
  import * as DeleteModelRequest from "./delete-model-request";
95
99
  export import DeleteModelRequest = DeleteModelRequest.DeleteModelRequest;
100
+ import * as DeleteModelCustomMetadatumArtifactRequest from "./delete-model-custom-metadatum-artifact-request";
101
+ export import DeleteModelCustomMetadatumArtifactRequest = DeleteModelCustomMetadatumArtifactRequest.DeleteModelCustomMetadatumArtifactRequest;
102
+ import * as DeleteModelDefinedMetadatumArtifactRequest from "./delete-model-defined-metadatum-artifact-request";
103
+ export import DeleteModelDefinedMetadatumArtifactRequest = DeleteModelDefinedMetadatumArtifactRequest.DeleteModelDefinedMetadatumArtifactRequest;
96
104
  import * as DeleteModelDeploymentRequest from "./delete-model-deployment-request";
97
105
  export import DeleteModelDeploymentRequest = DeleteModelDeploymentRequest.DeleteModelDeploymentRequest;
98
106
  import * as DeleteModelVersionSetRequest from "./delete-model-version-set-request";
@@ -121,6 +129,10 @@ import * as GetModelRequest from "./get-model-request";
121
129
  export import GetModelRequest = GetModelRequest.GetModelRequest;
122
130
  import * as GetModelArtifactContentRequest from "./get-model-artifact-content-request";
123
131
  export import GetModelArtifactContentRequest = GetModelArtifactContentRequest.GetModelArtifactContentRequest;
132
+ import * as GetModelCustomMetadatumArtifactContentRequest from "./get-model-custom-metadatum-artifact-content-request";
133
+ export import GetModelCustomMetadatumArtifactContentRequest = GetModelCustomMetadatumArtifactContentRequest.GetModelCustomMetadatumArtifactContentRequest;
134
+ import * as GetModelDefinedMetadatumArtifactContentRequest from "./get-model-defined-metadatum-artifact-content-request";
135
+ export import GetModelDefinedMetadatumArtifactContentRequest = GetModelDefinedMetadatumArtifactContentRequest.GetModelDefinedMetadatumArtifactContentRequest;
124
136
  import * as GetModelDeploymentRequest from "./get-model-deployment-request";
125
137
  export import GetModelDeploymentRequest = GetModelDeploymentRequest.GetModelDeploymentRequest;
126
138
  import * as GetModelProvenanceRequest from "./get-model-provenance-request";
@@ -145,6 +157,10 @@ import * as HeadJobArtifactRequest from "./head-job-artifact-request";
145
157
  export import HeadJobArtifactRequest = HeadJobArtifactRequest.HeadJobArtifactRequest;
146
158
  import * as HeadModelArtifactRequest from "./head-model-artifact-request";
147
159
  export import HeadModelArtifactRequest = HeadModelArtifactRequest.HeadModelArtifactRequest;
160
+ import * as HeadModelCustomMetadatumArtifactRequest from "./head-model-custom-metadatum-artifact-request";
161
+ export import HeadModelCustomMetadatumArtifactRequest = HeadModelCustomMetadatumArtifactRequest.HeadModelCustomMetadatumArtifactRequest;
162
+ import * as HeadModelDefinedMetadatumArtifactRequest from "./head-model-defined-metadatum-artifact-request";
163
+ export import HeadModelDefinedMetadatumArtifactRequest = HeadModelDefinedMetadatumArtifactRequest.HeadModelDefinedMetadatumArtifactRequest;
148
164
  import * as HeadStepArtifactRequest from "./head-step-artifact-request";
149
165
  export import HeadStepArtifactRequest = HeadStepArtifactRequest.HeadStepArtifactRequest;
150
166
  import * as ImportModelArtifactRequest from "./import-model-artifact-request";
@@ -187,6 +203,8 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
187
203
  export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
188
204
  import * as ListWorkRequestsRequest from "./list-work-requests-request";
189
205
  export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
206
+ import * as RegisterModelArtifactReferenceRequest from "./register-model-artifact-reference-request";
207
+ export import RegisterModelArtifactReferenceRequest = RegisterModelArtifactReferenceRequest.RegisterModelArtifactReferenceRequest;
190
208
  import * as RestoreArchivedModelArtifactRequest from "./restore-archived-model-artifact-request";
191
209
  export import RestoreArchivedModelArtifactRequest = RestoreArchivedModelArtifactRequest.RestoreArchivedModelArtifactRequest;
192
210
  import * as UpdateDataSciencePrivateEndpointRequest from "./update-data-science-private-endpoint-request";
@@ -197,6 +215,10 @@ import * as UpdateJobRunRequest from "./update-job-run-request";
197
215
  export import UpdateJobRunRequest = UpdateJobRunRequest.UpdateJobRunRequest;
198
216
  import * as UpdateModelRequest from "./update-model-request";
199
217
  export import UpdateModelRequest = UpdateModelRequest.UpdateModelRequest;
218
+ import * as UpdateModelCustomMetadatumArtifactRequest from "./update-model-custom-metadatum-artifact-request";
219
+ export import UpdateModelCustomMetadatumArtifactRequest = UpdateModelCustomMetadatumArtifactRequest.UpdateModelCustomMetadatumArtifactRequest;
220
+ import * as UpdateModelDefinedMetadatumArtifactRequest from "./update-model-defined-metadatum-artifact-request";
221
+ export import UpdateModelDefinedMetadatumArtifactRequest = UpdateModelDefinedMetadatumArtifactRequest.UpdateModelDefinedMetadatumArtifactRequest;
200
222
  import * as UpdateModelDeploymentRequest from "./update-model-deployment-request";
201
223
  export import UpdateModelDeploymentRequest = UpdateModelDeploymentRequest.UpdateModelDeploymentRequest;
202
224
  import * as UpdateModelProvenanceRequest from "./update-model-provenance-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA8IH,sHAAwG;AAC1F,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AAGrI,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAGzE,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAGhE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAGtE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAK/E,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA8JH,sHAAwG;AAC1F,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AAGrI,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAGzE,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAGhE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAGtE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAK/E,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -20,6 +20,11 @@ export interface ListModelVersionSetsRequest extends common.BaseRequest {
20
20
  * <b>Filter</b> results by the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
21
21
  */
22
22
  "compartmentId": string;
23
+ /**
24
+ * Specifies the type of model version sets to list. By default, user model version sets are listed.
25
+ *
26
+ */
27
+ "category"?: ListModelVersionSetsRequest.Category;
23
28
  /**
24
29
  * <b>Filter</b> results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
25
30
  *
@@ -79,6 +84,10 @@ export interface ListModelVersionSetsRequest extends common.BaseRequest {
79
84
  "opcRequestId"?: string;
80
85
  }
81
86
  export declare namespace ListModelVersionSetsRequest {
87
+ enum Category {
88
+ User = "USER",
89
+ Service = "SERVICE"
90
+ }
82
91
  enum SortOrder {
83
92
  Asc = "ASC",
84
93
  Desc = "DESC"
@@ -15,6 +15,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.ListModelVersionSetsRequest = void 0;
16
16
  var ListModelVersionSetsRequest;
17
17
  (function (ListModelVersionSetsRequest) {
18
+ let Category;
19
+ (function (Category) {
20
+ Category["User"] = "USER";
21
+ Category["Service"] = "SERVICE";
22
+ })(Category = ListModelVersionSetsRequest.Category || (ListModelVersionSetsRequest.Category = {}));
18
23
  let SortOrder;
19
24
  (function (SortOrder) {
20
25
  SortOrder["Asc"] = "ASC";
@@ -1 +1 @@
1
- {"version":3,"file":"list-model-version-sets-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-model-version-sets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwEH,IAAiB,2BAA2B,CAW3C;AAXD,WAAiB,2BAA2B;IAC1C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,qCAAS,KAAT,qCAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;QACb,2CAAiC,CAAA;IACnC,CAAC,EAJW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAIjB;AACH,CAAC,EAXgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAW3C"}
1
+ {"version":3,"file":"list-model-version-sets-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-model-version-sets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6EH,IAAiB,2BAA2B,CAgB3C;AAhBD,WAAiB,2BAA2B;IAC1C,IAAY,QAGX;IAHD,WAAY,QAAQ;QAClB,yBAAa,CAAA;QACb,+BAAmB,CAAA;IACrB,CAAC,EAHW,QAAQ,GAAR,oCAAQ,KAAR,oCAAQ,QAGnB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,qCAAS,KAAT,qCAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;QACb,2CAAiC,CAAA;IACnC,CAAC,EAJW,MAAM,GAAN,kCAAM,KAAN,kCAAM,QAIjB;AACH,CAAC,EAhBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAgB3C"}
@@ -28,6 +28,11 @@ export interface ListModelsRequest extends common.BaseRequest {
28
28
  * <b>Filter</b> results by version label.
29
29
  */
30
30
  "versionLabel"?: string;
31
+ /**
32
+ * Specifies the type of models to list. By default, user models are listed.
33
+ *
34
+ */
35
+ "category"?: ListModelsRequest.Category;
31
36
  /**
32
37
  * <b>Filter</b> results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
33
38
  *
@@ -88,6 +93,10 @@ export interface ListModelsRequest extends common.BaseRequest {
88
93
  "opcRequestId"?: string;
89
94
  }
90
95
  export declare namespace ListModelsRequest {
96
+ enum Category {
97
+ User = "USER",
98
+ Service = "SERVICE"
99
+ }
91
100
  enum SortOrder {
92
101
  Asc = "ASC",
93
102
  Desc = "DESC"
@@ -15,6 +15,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.ListModelsRequest = void 0;
16
16
  var ListModelsRequest;
17
17
  (function (ListModelsRequest) {
18
+ let Category;
19
+ (function (Category) {
20
+ Category["User"] = "USER";
21
+ Category["Service"] = "SERVICE";
22
+ })(Category = ListModelsRequest.Category || (ListModelsRequest.Category = {}));
18
23
  let SortOrder;
19
24
  (function (SortOrder) {
20
25
  SortOrder["Asc"] = "ASC";
@@ -1 +1 @@
1
- {"version":3,"file":"list-models-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-models-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiFH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,2BAAS,KAAT,2BAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,2CAAiC,CAAA;IACnC,CAAC,EAJW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAIjB;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
1
+ {"version":3,"file":"list-models-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-models-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsFH,IAAiB,iBAAiB,CAgBjC;AAhBD,WAAiB,iBAAiB;IAChC,IAAY,QAGX;IAHD,WAAY,QAAQ;QAClB,yBAAa,CAAA;QACb,+BAAmB,CAAA;IACrB,CAAC,EAHW,QAAQ,GAAR,0BAAQ,KAAR,0BAAQ,QAGnB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,2BAAS,KAAT,2BAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;QAC3B,2CAAiC,CAAA;IACnC,CAAC,EAJW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAIjB;AACH,CAAC,EAhBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAgBjC"}
@@ -98,6 +98,7 @@ export declare namespace ListWorkRequestsRequest {
98
98
  ScheduleMove = "SCHEDULE_MOVE",
99
99
  ScheduleActivate = "SCHEDULE_ACTIVATE",
100
100
  ScheduleDeactivate = "SCHEDULE_DEACTIVATE",
101
+ RegisterModelArtifact = "REGISTER_MODEL_ARTIFACT",
101
102
  RestoreArchivedModel = "RESTORE_ARCHIVED_MODEL"
102
103
  }
103
104
  enum Status {
@@ -47,6 +47,7 @@ var ListWorkRequestsRequest;
47
47
  OperationType["ScheduleMove"] = "SCHEDULE_MOVE";
48
48
  OperationType["ScheduleActivate"] = "SCHEDULE_ACTIVATE";
49
49
  OperationType["ScheduleDeactivate"] = "SCHEDULE_DEACTIVATE";
50
+ OperationType["RegisterModelArtifact"] = "REGISTER_MODEL_ARTIFACT";
50
51
  OperationType["RestoreArchivedModel"] = "RESTORE_ARCHIVED_MODEL";
51
52
  })(OperationType = ListWorkRequestsRequest.OperationType || (ListWorkRequestsRequest.OperationType = {}));
52
53
  let Status;
@@ -1 +1 @@
1
- {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,uBAAuB,CAsDvC;AAtDD,WAAiB,uBAAuB;IACtC,IAAY,aAgCX;IAhCD,WAAY,aAAa;QACvB,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,iEAAgD,CAAA;QAChD,8DAA6C,CAAA;QAC7C,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,kEAAiD,CAAA;QACjD,iDAAgC,CAAA;QAChC,yDAAwC,CAAA;QACxC,yCAAwB,CAAA;QACxB,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,+CAA8B,CAAA;QAC9B,uDAAsC,CAAA;QACtC,2DAA0C,CAAA;QAC1C,gEAA+C,CAAA;IACjD,CAAC,EAhCW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAgCxB;IAED,IAAY,MAOX;IAPD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;IACvB,CAAC,EAPW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAOjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,yCAA+B,CAAA;QAC/B,2BAAiB,CAAA;QACjB,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAIjB;AACH,CAAC,EAtDgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAsDvC"}
1
+ {"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA6DH,IAAiB,uBAAuB,CAuDvC;AAvDD,WAAiB,uBAAuB;IACtC,IAAY,aAiCX;IAjCD,WAAY,aAAa;QACvB,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,iEAAgD,CAAA;QAChD,8DAA6C,CAAA;QAC7C,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,kEAAiD,CAAA;QACjD,iDAAgC,CAAA;QAChC,yDAAwC,CAAA;QACxC,yCAAwB,CAAA;QACxB,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,+CAA8B,CAAA;QAC9B,uDAAsC,CAAA;QACtC,2DAA0C,CAAA;QAC1C,kEAAiD,CAAA;QACjD,gEAA+C,CAAA;IACjD,CAAC,EAjCW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAiCxB;IAED,IAAY,MAOX;IAPD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;IACvB,CAAC,EAPW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAOjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,yCAA+B,CAAA;QAC/B,2BAAiB,CAAA;QACjB,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAIjB;AACH,CAAC,EAvDgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAuDvC"}
@@ -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
+ import * as model from "../model";
14
+ import common = require("oci-common");
15
+ /**
16
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/RegisterModelArtifactReference.ts.html |here} to see how to use RegisterModelArtifactReferenceRequest.
17
+ */
18
+ export interface RegisterModelArtifactReferenceRequest extends common.BaseRequest {
19
+ /**
20
+ * register model artifact reference metadata
21
+ */
22
+ "registerModelArtifactReferenceDetails": model.RegisterModelArtifactReferenceDetails;
23
+ /**
24
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model.
25
+ */
26
+ "modelId": string;
27
+ /**
28
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
29
+ *
30
+ */
31
+ "opcRequestId"?: string;
32
+ /**
33
+ * A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
34
+ *
35
+ */
36
+ "opcRetryToken"?: string;
37
+ /**
38
+ * For optimistic concurrency control. In the PUT or DELETE call
39
+ * for a resource, set the {@code if-match} parameter to the value of the
40
+ * etag from a previous GET or POST response for that resource.
41
+ * The resource is updated or deleted only if the {@code etag} you
42
+ * provide matches the resource's current {@code etag} value.
43
+ *
44
+ */
45
+ "ifMatch"?: string;
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=register-model-artifact-reference-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"register-model-artifact-reference-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/register-model-artifact-reference-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,61 @@
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 common = require("oci-common");
15
+ import stream = require("stream");
16
+ /**
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateModelCustomMetadatumArtifact.ts.html |here} to see how to use UpdateModelCustomMetadatumArtifactRequest.
18
+ */
19
+ export interface UpdateModelCustomMetadatumArtifactRequest extends common.BaseRequest {
20
+ /**
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model.
22
+ */
23
+ "modelId": string;
24
+ /**
25
+ * The name of the model metadatum in the metadata.
26
+ */
27
+ "metadatumKeyName": string;
28
+ /**
29
+ * The content length of the body.
30
+ */
31
+ "contentLength"?: number;
32
+ /**
33
+ * The model custom metadata artifact to upload.
34
+ */
35
+ "modelCustomMetadatumArtifact": Uint8Array | Buffer | Blob | stream.Readable | ReadableStream | string;
36
+ /**
37
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ /**
42
+ * This header allows you to specify a filename during upload. This file name is used to dispose of the file contents
43
+ * while downloading the file. If this optional field is not populated in the request, then the OCID of the model is used for the file
44
+ * name when downloading.
45
+ * Example: {@code {\"Content-Disposition\": \"attachment\"
46
+ * \"filename\"=\"model.tar.gz\"
47
+ * \"Content-Length\": \"2347\"
48
+ * \"Content-Type\": \"application/gzip\"}}
49
+ *
50
+ */
51
+ "contentDisposition"?: string;
52
+ /**
53
+ * For optimistic concurrency control. In the PUT or DELETE call
54
+ * for a resource, set the {@code if-match} parameter to the value of the
55
+ * etag from a previous GET or POST response for that resource.
56
+ * The resource is updated or deleted only if the {@code etag} you
57
+ * provide matches the resource's current {@code etag} value.
58
+ *
59
+ */
60
+ "ifMatch"?: string;
61
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-model-custom-metadatum-artifact-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-model-custom-metadatum-artifact-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,61 @@
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 common = require("oci-common");
15
+ import stream = require("stream");
16
+ /**
17
+ * @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateModelDefinedMetadatumArtifact.ts.html |here} to see how to use UpdateModelDefinedMetadatumArtifactRequest.
18
+ */
19
+ export interface UpdateModelDefinedMetadatumArtifactRequest extends common.BaseRequest {
20
+ /**
21
+ * The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model.
22
+ */
23
+ "modelId": string;
24
+ /**
25
+ * The name of the model metadatum in the metadata.
26
+ */
27
+ "metadatumKeyName": string;
28
+ /**
29
+ * The content length of the body.
30
+ */
31
+ "contentLength"?: number;
32
+ /**
33
+ * The model defined metadata artifact to upload.
34
+ */
35
+ "modelDefinedMetadatumArtifact": Uint8Array | Buffer | Blob | stream.Readable | ReadableStream | string;
36
+ /**
37
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
38
+ *
39
+ */
40
+ "opcRequestId"?: string;
41
+ /**
42
+ * This header allows you to specify a filename during upload. This file name is used to dispose of the file contents
43
+ * while downloading the file. If this optional field is not populated in the request, then the OCID of the model is used for the file
44
+ * name when downloading.
45
+ * Example: {@code {\"Content-Disposition\": \"attachment\"
46
+ * \"filename\"=\"model.tar.gz\"
47
+ * \"Content-Length\": \"2347\"
48
+ * \"Content-Type\": \"application/gzip\"}}
49
+ *
50
+ */
51
+ "contentDisposition"?: string;
52
+ /**
53
+ * For optimistic concurrency control. In the PUT or DELETE call
54
+ * for a resource, set the {@code if-match} parameter to the value of the
55
+ * etag from a previous GET or POST response for that resource.
56
+ * The resource is updated or deleted only if the {@code etag} you
57
+ * provide matches the resource's current {@code etag} value.
58
+ *
59
+ */
60
+ "ifMatch"?: string;
61
+ }
@@ -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-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"update-model-defined-metadatum-artifact-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-model-defined-metadatum-artifact-request.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 CreateModelCustomMetadatumArtifactResponse {
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=create-model-custom-metadatum-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-model-custom-metadatum-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-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 CreateModelDefinedMetadatumArtifactResponse {
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=create-model-defined-metadatum-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-model-defined-metadatum-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-model-defined-metadatum-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
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 DeleteModelCustomMetadatumArtifactResponse {
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
+ }
@@ -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-custom-metadatum-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-model-custom-metadatum-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/delete-model-custom-metadatum-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,20 @@
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 DeleteModelDefinedMetadatumArtifactResponse {
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
+ }