oci-datascience 2.70.1 → 2.70.3

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 (169) hide show
  1. package/lib/client.d.ts +243 -85
  2. package/lib/client.js +645 -87
  3. package/lib/client.js.map +1 -1
  4. package/lib/datascience-waiter.d.ts +8 -0
  5. package/lib/datascience-waiter.js +12 -0
  6. package/lib/datascience-waiter.js.map +1 -1
  7. package/lib/model/change-data-science-private-endpoint-compartment-details.d.ts +27 -0
  8. package/lib/model/change-data-science-private-endpoint-compartment-details.js +30 -0
  9. package/lib/model/change-data-science-private-endpoint-compartment-details.js.map +1 -0
  10. package/lib/model/create-data-science-private-endpoint-details.d.ts +74 -0
  11. package/lib/model/create-data-science-private-endpoint-details.js +30 -0
  12. package/lib/model/create-data-science-private-endpoint-details.js.map +1 -0
  13. package/lib/model/data-science-private-endpoint-lifecycle-state.d.ts +35 -0
  14. package/lib/model/data-science-private-endpoint-lifecycle-state.js +46 -0
  15. package/lib/model/data-science-private-endpoint-lifecycle-state.js.map +1 -0
  16. package/lib/model/data-science-private-endpoint-summary.d.ts +99 -0
  17. package/lib/model/data-science-private-endpoint-summary.js +30 -0
  18. package/lib/model/data-science-private-endpoint-summary.js.map +1 -0
  19. package/lib/model/data-science-private-endpoint.d.ts +104 -0
  20. package/lib/model/data-science-private-endpoint.js +30 -0
  21. package/lib/model/data-science-private-endpoint.js.map +1 -0
  22. package/lib/model/data-science-resource-type.d.ts +28 -0
  23. package/lib/model/data-science-resource-type.js +39 -0
  24. package/lib/model/data-science-resource-type.js.map +1 -0
  25. package/lib/model/index.d.ts +14 -0
  26. package/lib/model/index.js +17 -3
  27. package/lib/model/index.js.map +1 -1
  28. package/lib/model/model-configuration-details.d.ts +1 -1
  29. package/lib/model/notebook-session-config-details.d.ts +5 -0
  30. package/lib/model/notebook-session-config-details.js.map +1 -1
  31. package/lib/model/notebook-session-configuration-details.d.ts +5 -0
  32. package/lib/model/notebook-session-configuration-details.js.map +1 -1
  33. package/lib/model/update-data-science-private-endpoint-details.d.ts +56 -0
  34. package/lib/model/update-data-science-private-endpoint-details.js +30 -0
  35. package/lib/model/update-data-science-private-endpoint-details.js.map +1 -0
  36. package/lib/model/update-model-configuration-details.d.ts +1 -1
  37. package/lib/model/work-request-operation-type.d.ts +4 -0
  38. package/lib/model/work-request-operation-type.js +4 -0
  39. package/lib/model/work-request-operation-type.js.map +1 -1
  40. package/lib/request/activate-model-deployment-request.d.ts +1 -1
  41. package/lib/request/activate-model-request.d.ts +1 -1
  42. package/lib/request/activate-notebook-session-request.d.ts +1 -1
  43. package/lib/request/cancel-job-run-request.d.ts +1 -1
  44. package/lib/request/cancel-pipeline-run-request.d.ts +1 -1
  45. package/lib/request/cancel-work-request-request.d.ts +1 -1
  46. package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +48 -0
  47. package/lib/request/change-data-science-private-endpoint-compartment-request.js +15 -0
  48. package/lib/request/change-data-science-private-endpoint-compartment-request.js.map +1 -0
  49. package/lib/request/change-job-compartment-request.d.ts +1 -1
  50. package/lib/request/change-job-run-compartment-request.d.ts +1 -1
  51. package/lib/request/change-model-compartment-request.d.ts +1 -1
  52. package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
  53. package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
  54. package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
  55. package/lib/request/change-pipeline-compartment-request.d.ts +1 -1
  56. package/lib/request/change-pipeline-run-compartment-request.d.ts +1 -1
  57. package/lib/request/change-project-compartment-request.d.ts +1 -1
  58. package/lib/request/create-data-science-private-endpoint-request.d.ts +34 -0
  59. package/lib/request/create-data-science-private-endpoint-request.js +15 -0
  60. package/lib/request/create-data-science-private-endpoint-request.js.map +1 -0
  61. package/lib/request/create-job-artifact-request.d.ts +1 -1
  62. package/lib/request/create-job-request.d.ts +1 -1
  63. package/lib/request/create-job-run-request.d.ts +1 -1
  64. package/lib/request/create-model-artifact-request.d.ts +1 -1
  65. package/lib/request/create-model-deployment-request.d.ts +1 -1
  66. package/lib/request/create-model-provenance-request.d.ts +1 -1
  67. package/lib/request/create-model-request.d.ts +1 -1
  68. package/lib/request/create-model-version-set-request.d.ts +1 -1
  69. package/lib/request/create-notebook-session-request.d.ts +1 -1
  70. package/lib/request/create-pipeline-request.d.ts +1 -1
  71. package/lib/request/create-pipeline-run-request.d.ts +1 -1
  72. package/lib/request/create-project-request.d.ts +1 -1
  73. package/lib/request/create-step-artifact-request.d.ts +1 -1
  74. package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
  75. package/lib/request/deactivate-model-request.d.ts +1 -1
  76. package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
  77. package/lib/request/delete-data-science-private-endpoint-request.d.ts +37 -0
  78. package/lib/request/delete-data-science-private-endpoint-request.js +15 -0
  79. package/lib/request/delete-data-science-private-endpoint-request.js.map +1 -0
  80. package/lib/request/delete-job-request.d.ts +1 -1
  81. package/lib/request/delete-job-run-request.d.ts +1 -1
  82. package/lib/request/delete-model-deployment-request.d.ts +1 -1
  83. package/lib/request/delete-model-request.d.ts +1 -1
  84. package/lib/request/delete-model-version-set-request.d.ts +1 -1
  85. package/lib/request/delete-notebook-session-request.d.ts +1 -1
  86. package/lib/request/delete-pipeline-request.d.ts +1 -1
  87. package/lib/request/delete-pipeline-run-request.d.ts +1 -1
  88. package/lib/request/delete-project-request.d.ts +1 -1
  89. package/lib/request/export-model-artifact-request.d.ts +1 -1
  90. package/lib/request/get-data-science-private-endpoint-request.d.ts +28 -0
  91. package/lib/request/get-data-science-private-endpoint-request.js +15 -0
  92. package/lib/request/get-data-science-private-endpoint-request.js.map +1 -0
  93. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  94. package/lib/request/get-job-request.d.ts +1 -1
  95. package/lib/request/get-job-run-request.d.ts +1 -1
  96. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  97. package/lib/request/get-model-deployment-request.d.ts +1 -1
  98. package/lib/request/get-model-provenance-request.d.ts +1 -1
  99. package/lib/request/get-model-request.d.ts +1 -1
  100. package/lib/request/get-model-version-set-request.d.ts +1 -1
  101. package/lib/request/get-notebook-session-request.d.ts +1 -1
  102. package/lib/request/get-pipeline-request.d.ts +1 -1
  103. package/lib/request/get-pipeline-run-request.d.ts +1 -1
  104. package/lib/request/get-project-request.d.ts +1 -1
  105. package/lib/request/get-step-artifact-content-request.d.ts +1 -1
  106. package/lib/request/get-work-request-request.d.ts +1 -1
  107. package/lib/request/head-job-artifact-request.d.ts +1 -1
  108. package/lib/request/head-model-artifact-request.d.ts +1 -1
  109. package/lib/request/head-step-artifact-request.d.ts +1 -1
  110. package/lib/request/import-model-artifact-request.d.ts +1 -1
  111. package/lib/request/index.d.ts +12 -0
  112. package/lib/request/index.js +3 -1
  113. package/lib/request/index.js.map +1 -1
  114. package/lib/request/list-data-science-private-endpoints-request.d.ts +83 -0
  115. package/lib/request/list-data-science-private-endpoints-request.js +28 -0
  116. package/lib/request/list-data-science-private-endpoints-request.js.map +1 -0
  117. package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
  118. package/lib/request/list-job-runs-request.d.ts +1 -1
  119. package/lib/request/list-job-shapes-request.d.ts +1 -1
  120. package/lib/request/list-jobs-request.d.ts +1 -1
  121. package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
  122. package/lib/request/list-model-deployments-request.d.ts +1 -1
  123. package/lib/request/list-model-version-sets-request.d.ts +1 -1
  124. package/lib/request/list-models-request.d.ts +1 -1
  125. package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
  126. package/lib/request/list-notebook-sessions-request.d.ts +1 -1
  127. package/lib/request/list-pipeline-runs-request.d.ts +1 -1
  128. package/lib/request/list-pipelines-request.d.ts +1 -1
  129. package/lib/request/list-projects-request.d.ts +1 -1
  130. package/lib/request/list-work-request-errors-request.d.ts +19 -1
  131. package/lib/request/list-work-request-logs-request.d.ts +19 -1
  132. package/lib/request/list-work-requests-request.d.ts +6 -2
  133. package/lib/request/list-work-requests-request.js +4 -0
  134. package/lib/request/list-work-requests-request.js.map +1 -1
  135. package/lib/request/update-data-science-private-endpoint-request.d.ts +43 -0
  136. package/lib/request/update-data-science-private-endpoint-request.js +15 -0
  137. package/lib/request/update-data-science-private-endpoint-request.js.map +1 -0
  138. package/lib/request/update-job-request.d.ts +1 -1
  139. package/lib/request/update-job-run-request.d.ts +1 -1
  140. package/lib/request/update-model-deployment-request.d.ts +1 -1
  141. package/lib/request/update-model-provenance-request.d.ts +1 -1
  142. package/lib/request/update-model-request.d.ts +1 -1
  143. package/lib/request/update-model-version-set-request.d.ts +1 -1
  144. package/lib/request/update-notebook-session-request.d.ts +1 -1
  145. package/lib/request/update-pipeline-request.d.ts +1 -1
  146. package/lib/request/update-pipeline-run-request.d.ts +1 -1
  147. package/lib/request/update-project-request.d.ts +1 -1
  148. package/lib/response/change-data-science-private-endpoint-compartment-response.d.ts +26 -0
  149. package/lib/response/change-data-science-private-endpoint-compartment-response.js +15 -0
  150. package/lib/response/change-data-science-private-endpoint-compartment-response.js.map +1 -0
  151. package/lib/response/create-data-science-private-endpoint-response.d.ts +41 -0
  152. package/lib/response/create-data-science-private-endpoint-response.js +15 -0
  153. package/lib/response/create-data-science-private-endpoint-response.js.map +1 -0
  154. package/lib/response/delete-data-science-private-endpoint-response.d.ts +26 -0
  155. package/lib/response/delete-data-science-private-endpoint-response.js +15 -0
  156. package/lib/response/delete-data-science-private-endpoint-response.js.map +1 -0
  157. package/lib/response/get-data-science-private-endpoint-response.d.ts +30 -0
  158. package/lib/response/get-data-science-private-endpoint-response.js +15 -0
  159. package/lib/response/get-data-science-private-endpoint-response.js.map +1 -0
  160. package/lib/response/index.d.ts +12 -0
  161. package/lib/response/list-data-science-private-endpoints-response.d.ts +35 -0
  162. package/lib/response/list-data-science-private-endpoints-response.js +15 -0
  163. package/lib/response/list-data-science-private-endpoints-response.js.map +1 -0
  164. package/lib/response/list-work-request-errors-response.d.ts +10 -0
  165. package/lib/response/list-work-request-logs-response.d.ts +10 -0
  166. package/lib/response/update-data-science-private-endpoint-response.d.ts +36 -0
  167. package/lib/response/update-data-science-private-endpoint-response.js +15 -0
  168. package/lib/response/update-data-science-private-endpoint-response.js.map +1 -0
  169. package/package.json +3 -3
@@ -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.70.1/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,34 @@
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, 2023, 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.70.3/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpointRequest.
17
+ */
18
+ export interface CreateDataSciencePrivateEndpointRequest extends common.BaseRequest {
19
+ /**
20
+ * The parameters required to create a private endpoint.
21
+ *
22
+ */
23
+ "createDataSciencePrivateEndpointDetails": model.CreateDataSciencePrivateEndpointDetails;
24
+ /**
25
+ * 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.
26
+ *
27
+ */
28
+ "opcRetryToken"?: string;
29
+ /**
30
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
31
+ *
32
+ */
33
+ "opcRequestId"?: string;
34
+ }
@@ -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, 2023, 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-data-science-private-endpoint-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-data-science-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/create-data-science-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifactRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifactRequest.
18
18
  */
19
19
  export interface CreateJobArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -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.70.1/datascience/CreateJob.ts.html |here} to see how to use CreateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateJob.ts.html |here} to see how to use CreateJobRequest.
17
17
  */
18
18
  export interface CreateJobRequest 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.70.1/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRunRequest.
17
17
  */
18
18
  export interface CreateJobRunRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifactRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifactRequest.
18
18
  */
19
19
  export interface CreateModelArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -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.70.1/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeploymentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeploymentRequest.
17
17
  */
18
18
  export interface CreateModelDeploymentRequest 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.70.1/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenanceRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenanceRequest.
17
17
  */
18
18
  export interface CreateModelProvenanceRequest 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.70.1/datascience/CreateModel.ts.html |here} to see how to use CreateModelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateModel.ts.html |here} to see how to use CreateModelRequest.
17
17
  */
18
18
  export interface CreateModelRequest 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.70.1/datascience/CreateModelVersionSet.ts.html |here} to see how to use CreateModelVersionSetRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateModelVersionSet.ts.html |here} to see how to use CreateModelVersionSetRequest.
17
17
  */
18
18
  export interface CreateModelVersionSetRequest 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.70.1/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSessionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSessionRequest.
17
17
  */
18
18
  export interface CreateNotebookSessionRequest 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.70.1/datascience/CreatePipeline.ts.html |here} to see how to use CreatePipelineRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreatePipeline.ts.html |here} to see how to use CreatePipelineRequest.
17
17
  */
18
18
  export interface CreatePipelineRequest 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.70.1/datascience/CreatePipelineRun.ts.html |here} to see how to use CreatePipelineRunRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreatePipelineRun.ts.html |here} to see how to use CreatePipelineRunRequest.
17
17
  */
18
18
  export interface CreatePipelineRunRequest 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.70.1/datascience/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
17
17
  */
18
18
  export interface CreateProjectRequest extends common.BaseRequest {
19
19
  /**
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.1/datascience/CreateStepArtifact.ts.html |here} to see how to use CreateStepArtifactRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/CreateStepArtifact.ts.html |here} to see how to use CreateStepArtifactRequest.
18
18
  */
19
19
  export interface CreateStepArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -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.70.1/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeploymentRequest.
16
16
  */
17
17
  export interface DeactivateModelDeploymentRequest 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.70.1/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModelRequest.
16
16
  */
17
17
  export interface DeactivateModelRequest 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.70.1/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSessionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSessionRequest.
16
16
  */
17
17
  export interface DeactivateNotebookSessionRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,37 @@
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, 2023, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeleteDataSciencePrivateEndpoint.ts.html |here} to see how to use DeleteDataSciencePrivateEndpointRequest.
16
+ */
17
+ export interface DeleteDataSciencePrivateEndpointRequest extends common.BaseRequest {
18
+ /**
19
+ * The unique ID for a Data Science private endpoint.
20
+ *
21
+ */
22
+ "dataSciencePrivateEndpointId": string;
23
+ /**
24
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ /**
29
+ * For optimistic concurrency control. In the PUT or DELETE call
30
+ * for a resource, set the `if-match` parameter to the value of the
31
+ * etag from a previous GET or POST response for that resource.
32
+ * The resource is updated or deleted only if the `etag` you
33
+ * provide matches the resource's current `etag` value.
34
+ *
35
+ */
36
+ "ifMatch"?: string;
37
+ }
@@ -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, 2023, 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-data-science-private-endpoint-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-data-science-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/delete-data-science-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.70.1/datascience/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
16
16
  */
17
17
  export interface DeleteJobRequest 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.70.1/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRunRequest.
16
16
  */
17
17
  export interface DeleteJobRunRequest 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.70.1/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeploymentRequest.
16
16
  */
17
17
  export interface DeleteModelDeploymentRequest 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.70.1/datascience/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
16
16
  */
17
17
  export interface DeleteModelRequest 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.70.1/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSetRequest.
16
16
  */
17
17
  export interface DeleteModelVersionSetRequest 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.70.1/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSessionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSessionRequest.
16
16
  */
17
17
  export interface DeleteNotebookSessionRequest 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.70.1/datascience/DeletePipeline.ts.html |here} to see how to use DeletePipelineRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeletePipeline.ts.html |here} to see how to use DeletePipelineRequest.
16
16
  */
17
17
  export interface DeletePipelineRequest 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.70.1/datascience/DeletePipelineRun.ts.html |here} to see how to use DeletePipelineRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeletePipelineRun.ts.html |here} to see how to use DeletePipelineRunRequest.
16
16
  */
17
17
  export interface DeletePipelineRunRequest 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.70.1/datascience/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
16
16
  */
17
17
  export interface DeleteProjectRequest 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.70.1/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifactRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifactRequest.
17
17
  */
18
18
  export interface ExportModelArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -0,0 +1,28 @@
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, 2023, 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.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetDataSciencePrivateEndpoint.ts.html |here} to see how to use GetDataSciencePrivateEndpointRequest.
16
+ */
17
+ export interface GetDataSciencePrivateEndpointRequest extends common.BaseRequest {
18
+ /**
19
+ * The unique ID for a Data Science private endpoint.
20
+ *
21
+ */
22
+ "dataSciencePrivateEndpointId": string;
23
+ /**
24
+ * Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -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, 2023, 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-data-science-private-endpoint-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-data-science-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/get-data-science-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -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.70.1/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContentRequest.
16
16
  */
17
17
  export interface GetJobArtifactContentRequest 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.70.1/datascience/GetJob.ts.html |here} to see how to use GetJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetJob.ts.html |here} to see how to use GetJobRequest.
16
16
  */
17
17
  export interface GetJobRequest 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.70.1/datascience/GetJobRun.ts.html |here} to see how to use GetJobRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetJobRun.ts.html |here} to see how to use GetJobRunRequest.
16
16
  */
17
17
  export interface GetJobRunRequest 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.70.1/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContentRequest.
16
16
  */
17
17
  export interface GetModelArtifactContentRequest 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.70.1/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeploymentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeploymentRequest.
16
16
  */
17
17
  export interface GetModelDeploymentRequest 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.70.1/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.70.3/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.70.1/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.70.3/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.70.1/datascience/GetModelVersionSet.ts.html |here} to see how to use GetModelVersionSetRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetModelVersionSet.ts.html |here} to see how to use GetModelVersionSetRequest.
16
16
  */
17
17
  export interface GetModelVersionSetRequest 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.70.1/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.70.3/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.70.1/datascience/GetPipeline.ts.html |here} to see how to use GetPipelineRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetPipeline.ts.html |here} to see how to use GetPipelineRequest.
16
16
  */
17
17
  export interface GetPipelineRequest 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.70.1/datascience/GetPipelineRun.ts.html |here} to see how to use GetPipelineRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetPipelineRun.ts.html |here} to see how to use GetPipelineRunRequest.
16
16
  */
17
17
  export interface GetPipelineRunRequest 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.70.1/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.70.3/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.70.1/datascience/GetStepArtifactContent.ts.html |here} to see how to use GetStepArtifactContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/GetStepArtifactContent.ts.html |here} to see how to use GetStepArtifactContentRequest.
16
16
  */
17
17
  export interface GetStepArtifactContentRequest 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.70.1/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.70.3/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.70.1/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.70.3/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifactRequest.
16
16
  */
17
17
  export interface HeadJobArtifactRequest extends common.BaseRequest {
18
18
  /**