oci-datascience 2.40.0 → 2.42.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 (112) hide show
  1. package/lib/client.d.ts +83 -65
  2. package/lib/client.js +194 -70
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/artifact-export-details-object-storage.d.ts +41 -0
  5. package/lib/model/artifact-export-details-object-storage.js +55 -0
  6. package/lib/model/artifact-export-details-object-storage.js.map +1 -0
  7. package/lib/model/artifact-export-details.d.ts +23 -0
  8. package/lib/model/artifact-export-details.js +69 -0
  9. package/lib/model/artifact-export-details.js.map +1 -0
  10. package/lib/model/artifact-import-details-object-storage.d.ts +41 -0
  11. package/lib/model/artifact-import-details-object-storage.js +55 -0
  12. package/lib/model/artifact-import-details-object-storage.js.map +1 -0
  13. package/lib/model/artifact-import-details.d.ts +23 -0
  14. package/lib/model/artifact-import-details.js +69 -0
  15. package/lib/model/artifact-import-details.js.map +1 -0
  16. package/lib/model/artifact-source-type.d.ts +23 -0
  17. package/lib/model/artifact-source-type.js +34 -0
  18. package/lib/model/artifact-source-type.js.map +1 -0
  19. package/lib/model/export-model-artifact-details.d.ts +24 -0
  20. package/lib/model/export-model-artifact-details.js +58 -0
  21. package/lib/model/export-model-artifact-details.js.map +1 -0
  22. package/lib/model/import-model-artifact-details.d.ts +24 -0
  23. package/lib/model/import-model-artifact-details.js +58 -0
  24. package/lib/model/import-model-artifact-details.js.map +1 -0
  25. package/lib/model/index.d.ts +14 -0
  26. package/lib/model/index.js +16 -2
  27. package/lib/model/index.js.map +1 -1
  28. package/lib/model/job-shape-config-details.d.ts +2 -2
  29. package/lib/model/model-deployment-instance-shape-config-details.d.ts +2 -2
  30. package/lib/model/notebook-session-shape-config-details.d.ts +2 -2
  31. package/lib/model/work-request-operation-type.d.ts +2 -0
  32. package/lib/model/work-request-operation-type.js +2 -0
  33. package/lib/model/work-request-operation-type.js.map +1 -1
  34. package/lib/request/activate-model-deployment-request.d.ts +1 -1
  35. package/lib/request/activate-model-request.d.ts +1 -1
  36. package/lib/request/activate-notebook-session-request.d.ts +1 -1
  37. package/lib/request/cancel-job-run-request.d.ts +1 -1
  38. package/lib/request/cancel-work-request-request.d.ts +1 -1
  39. package/lib/request/change-job-compartment-request.d.ts +1 -1
  40. package/lib/request/change-job-run-compartment-request.d.ts +1 -1
  41. package/lib/request/change-model-compartment-request.d.ts +1 -1
  42. package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
  43. package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
  44. package/lib/request/change-project-compartment-request.d.ts +1 -1
  45. package/lib/request/create-job-artifact-request.d.ts +1 -1
  46. package/lib/request/create-job-request.d.ts +1 -1
  47. package/lib/request/create-job-run-request.d.ts +1 -1
  48. package/lib/request/create-model-artifact-request.d.ts +10 -1
  49. package/lib/request/create-model-deployment-request.d.ts +1 -1
  50. package/lib/request/create-model-provenance-request.d.ts +1 -1
  51. package/lib/request/create-model-request.d.ts +1 -1
  52. package/lib/request/create-notebook-session-request.d.ts +1 -1
  53. package/lib/request/create-project-request.d.ts +1 -1
  54. package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
  55. package/lib/request/deactivate-model-request.d.ts +1 -1
  56. package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
  57. package/lib/request/delete-job-request.d.ts +1 -1
  58. package/lib/request/delete-job-run-request.d.ts +1 -1
  59. package/lib/request/delete-model-deployment-request.d.ts +1 -1
  60. package/lib/request/delete-model-request.d.ts +1 -1
  61. package/lib/request/delete-notebook-session-request.d.ts +1 -1
  62. package/lib/request/delete-project-request.d.ts +1 -1
  63. package/lib/request/export-model-artifact-request.d.ts +46 -0
  64. package/lib/request/export-model-artifact-request.js +15 -0
  65. package/lib/request/export-model-artifact-request.js.map +1 -0
  66. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  67. package/lib/request/get-job-request.d.ts +1 -1
  68. package/lib/request/get-job-run-request.d.ts +1 -1
  69. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  70. package/lib/request/get-model-deployment-request.d.ts +1 -1
  71. package/lib/request/get-model-provenance-request.d.ts +1 -1
  72. package/lib/request/get-model-request.d.ts +1 -1
  73. package/lib/request/get-notebook-session-request.d.ts +1 -1
  74. package/lib/request/get-project-request.d.ts +1 -1
  75. package/lib/request/get-work-request-request.d.ts +1 -1
  76. package/lib/request/head-job-artifact-request.d.ts +1 -1
  77. package/lib/request/head-model-artifact-request.d.ts +1 -1
  78. package/lib/request/import-model-artifact-request.d.ts +41 -0
  79. package/lib/request/import-model-artifact-request.js +15 -0
  80. package/lib/request/import-model-artifact-request.js.map +1 -0
  81. package/lib/request/index.d.ts +4 -0
  82. package/lib/request/index.js.map +1 -1
  83. package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
  84. package/lib/request/list-job-runs-request.d.ts +1 -1
  85. package/lib/request/list-job-shapes-request.d.ts +1 -1
  86. package/lib/request/list-jobs-request.d.ts +1 -1
  87. package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
  88. package/lib/request/list-model-deployments-request.d.ts +1 -1
  89. package/lib/request/list-models-request.d.ts +1 -1
  90. package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
  91. package/lib/request/list-notebook-sessions-request.d.ts +1 -1
  92. package/lib/request/list-projects-request.d.ts +1 -1
  93. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  94. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  95. package/lib/request/list-work-requests-request.d.ts +3 -1
  96. package/lib/request/list-work-requests-request.js +2 -0
  97. package/lib/request/list-work-requests-request.js.map +1 -1
  98. package/lib/request/update-job-request.d.ts +1 -1
  99. package/lib/request/update-job-run-request.d.ts +1 -1
  100. package/lib/request/update-model-deployment-request.d.ts +1 -1
  101. package/lib/request/update-model-provenance-request.d.ts +1 -1
  102. package/lib/request/update-model-request.d.ts +1 -1
  103. package/lib/request/update-notebook-session-request.d.ts +1 -1
  104. package/lib/request/update-project-request.d.ts +1 -1
  105. package/lib/response/export-model-artifact-response.d.ts +26 -0
  106. package/lib/response/export-model-artifact-response.js +15 -0
  107. package/lib/response/export-model-artifact-response.js.map +1 -0
  108. package/lib/response/import-model-artifact-response.d.ts +26 -0
  109. package/lib/response/import-model-artifact-response.js +15 -0
  110. package/lib/response/import-model-artifact-response.js.map +1 -0
  111. package/lib/response/index.d.ts +4 -0
  112. package/package.json +3 -3
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenanceRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenanceRequest.
16
16
  */
17
17
  export interface GetModelProvenanceRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/GetModel.ts.html |here} to see how to use GetModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/GetModel.ts.html |here} to see how to use GetModelRequest.
16
16
  */
17
17
  export interface GetModelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSessionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSessionRequest.
16
16
  */
17
17
  export interface GetNotebookSessionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/GetProject.ts.html |here} to see how to use GetProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/GetProject.ts.html |here} to see how to use GetProjectRequest.
16
16
  */
17
17
  export interface GetProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifactRequest.
16
16
  */
17
17
  export interface HeadJobArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifactRequest.
16
16
  */
17
17
  export interface HeadModelArtifactRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,41 @@
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, 2022, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifactRequest.
17
+ */
18
+ export interface ImportModelArtifactRequest extends common.BaseRequest {
19
+ /**
20
+ * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model.
21
+ */
22
+ "modelId": string;
23
+ /**
24
+ * Model artifact source details for importing.
25
+ */
26
+ "importModelArtifactDetails": model.ImportModelArtifactDetails;
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
+ * For optimistic concurrency control. In the PUT or DELETE call
34
+ * for a resource, set the `if-match` parameter to the value of the
35
+ * etag from a previous GET or POST response for that resource.
36
+ * The resource is updated or deleted only if the `etag` you
37
+ * provide matches the resource's current `etag` value.
38
+ *
39
+ */
40
+ "ifMatch"?: string;
41
+ }
@@ -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, 2022, 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=import-model-artifact-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-model-artifact-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/import-model-artifact-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -69,6 +69,8 @@ import * as DeleteNotebookSessionRequest from "./delete-notebook-session-request
69
69
  export import DeleteNotebookSessionRequest = DeleteNotebookSessionRequest.DeleteNotebookSessionRequest;
70
70
  import * as DeleteProjectRequest from "./delete-project-request";
71
71
  export import DeleteProjectRequest = DeleteProjectRequest.DeleteProjectRequest;
72
+ import * as ExportModelArtifactRequest from "./export-model-artifact-request";
73
+ export import ExportModelArtifactRequest = ExportModelArtifactRequest.ExportModelArtifactRequest;
72
74
  import * as GetJobRequest from "./get-job-request";
73
75
  export import GetJobRequest = GetJobRequest.GetJobRequest;
74
76
  import * as GetJobArtifactContentRequest from "./get-job-artifact-content-request";
@@ -93,6 +95,8 @@ import * as HeadJobArtifactRequest from "./head-job-artifact-request";
93
95
  export import HeadJobArtifactRequest = HeadJobArtifactRequest.HeadJobArtifactRequest;
94
96
  import * as HeadModelArtifactRequest from "./head-model-artifact-request";
95
97
  export import HeadModelArtifactRequest = HeadModelArtifactRequest.HeadModelArtifactRequest;
98
+ import * as ImportModelArtifactRequest from "./import-model-artifact-request";
99
+ export import ImportModelArtifactRequest = ImportModelArtifactRequest.ImportModelArtifactRequest;
96
100
  import * as ListFastLaunchJobConfigsRequest from "./list-fast-launch-job-configs-request";
97
101
  export import ListFastLaunchJobConfigsRequest = ListFastLaunchJobConfigsRequest.ListFastLaunchJobConfigsRequest;
98
102
  import * as ListJobRunsRequest from "./list-job-runs-request";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAsFH,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,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAGtE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAK5E,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;;;;;;;;;;;;;;;;;;;;;;AA0FH,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,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAGtE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAK5E,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigsRequest.
16
16
  */
17
17
  export interface ListFastLaunchJobConfigsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRunsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRunsRequest.
17
17
  */
18
18
  export interface ListJobRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapesRequest.
16
16
  */
17
17
  export interface ListJobShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListJobs.ts.html |here} to see how to use ListJobsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapesRequest.
16
16
  */
17
17
  export interface ListModelDeploymentShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeploymentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeploymentsRequest.
17
17
  */
18
18
  export interface ListModelDeploymentsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListModels.ts.html |here} to see how to use ListModelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListModels.ts.html |here} to see how to use ListModelsRequest.
17
17
  */
18
18
  export interface ListModelsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapesRequest.
16
16
  */
17
17
  export interface ListNotebookSessionShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessionsRequest.
17
17
  */
18
18
  export interface ListNotebookSessionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
17
17
  */
18
18
  export interface ListProjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -72,6 +72,8 @@ export declare namespace ListWorkRequestsRequest {
72
72
  NotebookSessionDelete = "NOTEBOOK_SESSION_DELETE",
73
73
  NotebookSessionActivate = "NOTEBOOK_SESSION_ACTIVATE",
74
74
  NotebookSessionDeactivate = "NOTEBOOK_SESSION_DEACTIVATE",
75
+ ExportModelArtifact = "EXPORT_MODEL_ARTIFACT",
76
+ ImportModelArtifact = "IMPORT_MODEL_ARTIFACT",
75
77
  ModelDeploymentCreate = "MODEL_DEPLOYMENT_CREATE",
76
78
  ModelDeploymentDelete = "MODEL_DEPLOYMENT_DELETE",
77
79
  ModelDeploymentActivate = "MODEL_DEPLOYMENT_ACTIVATE",
@@ -21,6 +21,8 @@ var ListWorkRequestsRequest;
21
21
  OperationType["NotebookSessionDelete"] = "NOTEBOOK_SESSION_DELETE";
22
22
  OperationType["NotebookSessionActivate"] = "NOTEBOOK_SESSION_ACTIVATE";
23
23
  OperationType["NotebookSessionDeactivate"] = "NOTEBOOK_SESSION_DEACTIVATE";
24
+ OperationType["ExportModelArtifact"] = "EXPORT_MODEL_ARTIFACT";
25
+ OperationType["ImportModelArtifact"] = "IMPORT_MODEL_ARTIFACT";
24
26
  OperationType["ModelDeploymentCreate"] = "MODEL_DEPLOYMENT_CREATE";
25
27
  OperationType["ModelDeploymentDelete"] = "MODEL_DEPLOYMENT_DELETE";
26
28
  OperationType["ModelDeploymentActivate"] = "MODEL_DEPLOYMENT_ACTIVATE";
@@ -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,CAmCvC;AAnCD,WAAiB,uBAAuB;IACtC,IAAY,aAaX;IAbD,WAAY,aAAa;QACvB,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,kEAAiD,CAAA;QACjD,iDAAgC,CAAA;QAChC,yDAAwC,CAAA;QACxC,yCAAwB,CAAA;IAC1B,CAAC,EAbW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAaxB;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,EAnCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAmCvC"}
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,CAqCvC;AArCD,WAAiB,uBAAuB;IACtC,IAAY,aAeX;IAfD,WAAY,aAAa;QACvB,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,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;IAC1B,CAAC,EAfW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAexB;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,EArCgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAqCvC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
17
17
  */
18
18
  export interface UpdateJobRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRunRequest.
17
17
  */
18
18
  export interface UpdateJobRunRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeploymentRequest.
17
17
  */
18
18
  export interface UpdateModelDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenanceRequest.
17
17
  */
18
18
  export interface UpdateModelProvenanceRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
17
17
  */
18
18
  export interface UpdateModelRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSessionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSessionRequest.
17
17
  */
18
18
  export interface UpdateNotebookSessionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.40.0/datascience/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/datascience/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
17
17
  */
18
18
  export interface UpdateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -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, 2022, 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 ExportModelArtifactResponse {
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.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/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, 2022, 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=export-model-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"export-model-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/export-model-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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, 2022, 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 ImportModelArtifactResponse {
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.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/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, 2022, 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=import-model-artifact-response.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"import-model-artifact-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/import-model-artifact-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -69,6 +69,8 @@ import * as DeleteNotebookSessionResponse from "./delete-notebook-session-respon
69
69
  export import DeleteNotebookSessionResponse = DeleteNotebookSessionResponse.DeleteNotebookSessionResponse;
70
70
  import * as DeleteProjectResponse from "./delete-project-response";
71
71
  export import DeleteProjectResponse = DeleteProjectResponse.DeleteProjectResponse;
72
+ import * as ExportModelArtifactResponse from "./export-model-artifact-response";
73
+ export import ExportModelArtifactResponse = ExportModelArtifactResponse.ExportModelArtifactResponse;
72
74
  import * as GetJobResponse from "./get-job-response";
73
75
  export import GetJobResponse = GetJobResponse.GetJobResponse;
74
76
  import * as GetJobArtifactContentResponse from "./get-job-artifact-content-response";
@@ -93,6 +95,8 @@ import * as HeadJobArtifactResponse from "./head-job-artifact-response";
93
95
  export import HeadJobArtifactResponse = HeadJobArtifactResponse.HeadJobArtifactResponse;
94
96
  import * as HeadModelArtifactResponse from "./head-model-artifact-response";
95
97
  export import HeadModelArtifactResponse = HeadModelArtifactResponse.HeadModelArtifactResponse;
98
+ import * as ImportModelArtifactResponse from "./import-model-artifact-response";
99
+ export import ImportModelArtifactResponse = ImportModelArtifactResponse.ImportModelArtifactResponse;
96
100
  import * as ListFastLaunchJobConfigsResponse from "./list-fast-launch-job-configs-response";
97
101
  export import ListFastLaunchJobConfigsResponse = ListFastLaunchJobConfigsResponse.ListFastLaunchJobConfigsResponse;
98
102
  import * as ListJobRunsResponse from "./list-job-runs-response";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-datascience",
3
- "version": "2.40.0",
3
+ "version": "2.42.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.40.0",
19
- "oci-workrequests": "2.40.0"
18
+ "oci-common": "2.42.0",
19
+ "oci-workrequests": "2.42.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"