oci-datascience 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/lib/client.d.ts +98 -92
  2. package/lib/client.js +100 -91
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-data-science-private-endpoint-details.d.ts +2 -2
  5. package/lib/model/create-job-details.d.ts +2 -2
  6. package/lib/model/create-job-run-details.d.ts +2 -2
  7. package/lib/model/create-model-deployment-details.d.ts +3 -3
  8. package/lib/model/create-model-details.d.ts +3 -3
  9. package/lib/model/create-model-version-set-details.d.ts +3 -3
  10. package/lib/model/create-notebook-session-details.d.ts +3 -3
  11. package/lib/model/create-pipeline-details.d.ts +2 -2
  12. package/lib/model/create-pipeline-run-details.d.ts +3 -3
  13. package/lib/model/create-project-details.d.ts +2 -2
  14. package/lib/model/data-science-private-endpoint-summary.d.ts +4 -4
  15. package/lib/model/data-science-private-endpoint.d.ts +4 -4
  16. package/lib/model/default-model-deployment-environment-configuration-details.d.ts +1 -1
  17. package/lib/model/job-run-summary.d.ts +2 -2
  18. package/lib/model/job-run.d.ts +2 -2
  19. package/lib/model/job-summary.d.ts +2 -2
  20. package/lib/model/job.d.ts +2 -2
  21. package/lib/model/model-deployment-summary.d.ts +3 -3
  22. package/lib/model/model-deployment.d.ts +3 -3
  23. package/lib/model/model-summary.d.ts +2 -2
  24. package/lib/model/model-version-set-summary.d.ts +2 -2
  25. package/lib/model/model-version-set.d.ts +2 -2
  26. package/lib/model/model.d.ts +2 -2
  27. package/lib/model/notebook-session-config-details.d.ts +1 -1
  28. package/lib/model/notebook-session-configuration-details.d.ts +1 -1
  29. package/lib/model/notebook-session-summary.d.ts +3 -3
  30. package/lib/model/notebook-session.d.ts +3 -3
  31. package/lib/model/ocir-model-deployment-environment-configuration-details.d.ts +11 -11
  32. package/lib/model/pipeline-run-summary.d.ts +3 -3
  33. package/lib/model/pipeline-run.d.ts +3 -3
  34. package/lib/model/pipeline-summary.d.ts +3 -3
  35. package/lib/model/pipeline.d.ts +3 -3
  36. package/lib/model/project-summary.d.ts +2 -2
  37. package/lib/model/project.d.ts +2 -2
  38. package/lib/model/update-data-science-private-endpoint-details.d.ts +2 -2
  39. package/lib/model/update-default-model-deployment-environment-configuration-details.d.ts +1 -1
  40. package/lib/model/update-job-details.d.ts +2 -2
  41. package/lib/model/update-job-run-details.d.ts +2 -2
  42. package/lib/model/update-model-deployment-details.d.ts +6 -6
  43. package/lib/model/update-model-details.d.ts +3 -3
  44. package/lib/model/update-model-version-set-details.d.ts +2 -2
  45. package/lib/model/update-notebook-session-details.d.ts +5 -5
  46. package/lib/model/update-ocir-model-deployment-environment-configuration-details.d.ts +11 -11
  47. package/lib/model/update-pipeline-details.d.ts +2 -2
  48. package/lib/model/update-pipeline-run-details.d.ts +2 -2
  49. package/lib/model/update-project-details.d.ts +2 -2
  50. package/lib/request/activate-model-deployment-request.d.ts +4 -4
  51. package/lib/request/activate-model-request.d.ts +4 -4
  52. package/lib/request/activate-notebook-session-request.d.ts +4 -4
  53. package/lib/request/cancel-job-run-request.d.ts +4 -4
  54. package/lib/request/cancel-pipeline-run-request.d.ts +4 -4
  55. package/lib/request/cancel-work-request-request.d.ts +4 -4
  56. package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +4 -4
  57. package/lib/request/change-job-compartment-request.d.ts +4 -4
  58. package/lib/request/change-job-run-compartment-request.d.ts +4 -4
  59. package/lib/request/change-model-compartment-request.d.ts +4 -4
  60. package/lib/request/change-model-deployment-compartment-request.d.ts +4 -4
  61. package/lib/request/change-model-version-set-compartment-request.d.ts +4 -4
  62. package/lib/request/change-notebook-session-compartment-request.d.ts +4 -4
  63. package/lib/request/change-pipeline-compartment-request.d.ts +4 -4
  64. package/lib/request/change-pipeline-run-compartment-request.d.ts +4 -4
  65. package/lib/request/change-project-compartment-request.d.ts +4 -4
  66. package/lib/request/create-data-science-private-endpoint-request.d.ts +1 -1
  67. package/lib/request/create-job-artifact-request.d.ts +2 -2
  68. package/lib/request/create-job-request.d.ts +1 -1
  69. package/lib/request/create-job-run-request.d.ts +1 -1
  70. package/lib/request/create-model-artifact-request.d.ts +6 -6
  71. package/lib/request/create-model-deployment-request.d.ts +1 -1
  72. package/lib/request/create-model-provenance-request.d.ts +1 -1
  73. package/lib/request/create-model-request.d.ts +1 -1
  74. package/lib/request/create-model-version-set-request.d.ts +1 -1
  75. package/lib/request/create-notebook-session-request.d.ts +1 -1
  76. package/lib/request/create-pipeline-request.d.ts +1 -1
  77. package/lib/request/create-pipeline-run-request.d.ts +1 -1
  78. package/lib/request/create-project-request.d.ts +1 -1
  79. package/lib/request/create-step-artifact-request.d.ts +3 -3
  80. package/lib/request/deactivate-model-deployment-request.d.ts +4 -4
  81. package/lib/request/deactivate-model-request.d.ts +4 -4
  82. package/lib/request/deactivate-notebook-session-request.d.ts +4 -4
  83. package/lib/request/delete-data-science-private-endpoint-request.d.ts +4 -4
  84. package/lib/request/delete-job-request.d.ts +4 -4
  85. package/lib/request/delete-job-run-request.d.ts +4 -4
  86. package/lib/request/delete-model-deployment-request.d.ts +4 -4
  87. package/lib/request/delete-model-request.d.ts +4 -4
  88. package/lib/request/delete-model-version-set-request.d.ts +4 -4
  89. package/lib/request/delete-notebook-session-request.d.ts +4 -4
  90. package/lib/request/delete-pipeline-request.d.ts +4 -4
  91. package/lib/request/delete-pipeline-run-request.d.ts +4 -4
  92. package/lib/request/delete-project-request.d.ts +4 -4
  93. package/lib/request/export-model-artifact-request.d.ts +4 -4
  94. package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
  95. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  96. package/lib/request/get-job-request.d.ts +1 -1
  97. package/lib/request/get-job-run-request.d.ts +1 -1
  98. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  99. package/lib/request/get-model-deployment-request.d.ts +1 -1
  100. package/lib/request/get-model-provenance-request.d.ts +1 -1
  101. package/lib/request/get-model-request.d.ts +1 -1
  102. package/lib/request/get-model-version-set-request.d.ts +1 -1
  103. package/lib/request/get-notebook-session-request.d.ts +1 -1
  104. package/lib/request/get-pipeline-request.d.ts +1 -1
  105. package/lib/request/get-pipeline-run-request.d.ts +1 -1
  106. package/lib/request/get-project-request.d.ts +1 -1
  107. package/lib/request/get-step-artifact-content-request.d.ts +1 -1
  108. package/lib/request/get-work-request-request.d.ts +1 -1
  109. package/lib/request/head-job-artifact-request.d.ts +1 -1
  110. package/lib/request/head-model-artifact-request.d.ts +1 -1
  111. package/lib/request/head-step-artifact-request.d.ts +1 -1
  112. package/lib/request/import-model-artifact-request.d.ts +4 -4
  113. package/lib/request/list-data-science-private-endpoints-request.d.ts +4 -4
  114. package/lib/request/list-fast-launch-job-configs-request.d.ts +3 -3
  115. package/lib/request/list-job-runs-request.d.ts +7 -7
  116. package/lib/request/list-job-shapes-request.d.ts +3 -3
  117. package/lib/request/list-jobs-request.d.ts +7 -7
  118. package/lib/request/list-model-deployment-shapes-request.d.ts +3 -3
  119. package/lib/request/list-model-deployments-request.d.ts +7 -7
  120. package/lib/request/list-model-version-sets-request.d.ts +5 -5
  121. package/lib/request/list-models-request.d.ts +6 -6
  122. package/lib/request/list-notebook-session-shapes-request.d.ts +3 -3
  123. package/lib/request/list-notebook-sessions-request.d.ts +7 -7
  124. package/lib/request/list-pipeline-runs-request.d.ts +7 -7
  125. package/lib/request/list-pipelines-request.d.ts +7 -7
  126. package/lib/request/list-projects-request.d.ts +7 -7
  127. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  128. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  129. package/lib/request/list-work-requests-request.d.ts +4 -4
  130. package/lib/request/update-data-science-private-endpoint-request.d.ts +4 -4
  131. package/lib/request/update-job-request.d.ts +4 -4
  132. package/lib/request/update-job-run-request.d.ts +4 -4
  133. package/lib/request/update-model-deployment-request.d.ts +7 -7
  134. package/lib/request/update-model-provenance-request.d.ts +4 -4
  135. package/lib/request/update-model-request.d.ts +5 -5
  136. package/lib/request/update-model-version-set-request.d.ts +5 -5
  137. package/lib/request/update-notebook-session-request.d.ts +6 -6
  138. package/lib/request/update-pipeline-request.d.ts +4 -4
  139. package/lib/request/update-pipeline-run-request.d.ts +4 -4
  140. package/lib/request/update-project-request.d.ts +5 -5
  141. package/lib/response/get-job-artifact-content-response.d.ts +1 -1
  142. package/lib/response/get-model-artifact-content-response.d.ts +1 -1
  143. package/lib/response/get-step-artifact-content-response.d.ts +1 -1
  144. package/lib/response/head-job-artifact-response.d.ts +1 -1
  145. package/lib/response/head-model-artifact-response.d.ts +1 -1
  146. package/lib/response/head-step-artifact-response.d.ts +1 -1
  147. 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.76.1/datascience/CancelPipelineRun.ts.html |here} to see how to use CancelPipelineRunRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/CancelPipelineRun.ts.html |here} to see how to use CancelPipelineRunRequest.
16
16
  */
17
17
  export interface CancelPipelineRunRequest extends common.BaseRequest {
18
18
  /**
@@ -31,10 +31,10 @@ export interface CancelPipelineRunRequest extends common.BaseRequest {
31
31
  "opcRetryToken"?: string;
32
32
  /**
33
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
34
+ * for a resource, set the {@code if-match} parameter to the value of the
35
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.
36
+ * The resource is updated or deleted only if the {@code etag} you
37
+ * provide matches the resource's current {@code etag} value.
38
38
  *
39
39
  */
40
40
  "ifMatch"?: string;
@@ -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.76.1/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
16
16
  */
17
17
  export interface CancelWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface CancelWorkRequestRequest extends common.BaseRequest {
21
21
  "workRequestId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
- * The resource is updated or deleted only if the `etag` you
27
- * provide matches the resource's current `etag` value.
26
+ * The resource is updated or deleted only if the {@code etag} you
27
+ * provide matches the resource's current {@code etag} value.
28
28
  *
29
29
  */
30
30
  "ifMatch"?: string;
@@ -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.76.1/datascience/ChangeDataSciencePrivateEndpointCompartment.ts.html |here} to see how to use ChangeDataSciencePrivateEndpointCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ChangeDataSciencePrivateEndpointCompartment.ts.html |here} to see how to use ChangeDataSciencePrivateEndpointCompartmentRequest.
17
17
  */
18
18
  export interface ChangeDataSciencePrivateEndpointCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -33,10 +33,10 @@ export interface ChangeDataSciencePrivateEndpointCompartmentRequest extends comm
33
33
  "opcRequestId"?: string;
34
34
  /**
35
35
  * For optimistic concurrency control. In the PUT or DELETE call
36
- * for a resource, set the `if-match` parameter to the value of the
36
+ * for a resource, set the {@code if-match} parameter to the value of the
37
37
  * etag from a previous GET or POST response for that resource.
38
- * The resource is updated or deleted only if the `etag` you
39
- * provide matches the resource's current `etag` value.
38
+ * The resource is updated or deleted only if the {@code etag} you
39
+ * provide matches the resource's current {@code etag} value.
40
40
  *
41
41
  */
42
42
  "ifMatch"?: string;
@@ -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.76.1/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartmentRequest.
17
17
  */
18
18
  export interface ChangeJobCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,10 +26,10 @@ export interface ChangeJobCompartmentRequest extends common.BaseRequest {
26
26
  "changeJobCompartmentDetails": model.ChangeJobCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
- * The resource is updated or deleted only if the `etag` you
32
- * provide matches the resource's current `etag` value.
31
+ * The resource is updated or deleted only if the {@code etag} you
32
+ * provide matches the resource's current {@code etag} value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
@@ -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.76.1/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangeJobRunCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,10 +26,10 @@ export interface ChangeJobRunCompartmentRequest extends common.BaseRequest {
26
26
  "changeJobRunCompartmentDetails": model.ChangeJobRunCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
- * The resource is updated or deleted only if the `etag` you
32
- * provide matches the resource's current `etag` value.
31
+ * The resource is updated or deleted only if the {@code etag} you
32
+ * provide matches the resource's current {@code etag} value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
@@ -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.76.1/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartmentRequest.
17
17
  */
18
18
  export interface ChangeModelCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,10 +26,10 @@ export interface ChangeModelCompartmentRequest extends common.BaseRequest {
26
26
  "changeModelCompartmentDetails": model.ChangeModelCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
- * The resource is updated or deleted only if the `etag` you
32
- * provide matches the resource's current `etag` value.
31
+ * The resource is updated or deleted only if the {@code etag} you
32
+ * provide matches the resource's current {@code etag} value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
@@ -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.76.1/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeModelDeploymentCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,10 +26,10 @@ export interface ChangeModelDeploymentCompartmentRequest extends common.BaseRequ
26
26
  "changeModelDeploymentCompartmentDetails": model.ChangeModelDeploymentCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
- * The resource is updated or deleted only if the `etag` you
32
- * provide matches the resource's current `etag` value.
31
+ * The resource is updated or deleted only if the {@code etag} you
32
+ * provide matches the resource's current {@code etag} value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
@@ -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.76.1/datascience/ChangeModelVersionSetCompartment.ts.html |here} to see how to use ChangeModelVersionSetCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ChangeModelVersionSetCompartment.ts.html |here} to see how to use ChangeModelVersionSetCompartmentRequest.
17
17
  */
18
18
  export interface ChangeModelVersionSetCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,10 +26,10 @@ export interface ChangeModelVersionSetCompartmentRequest extends common.BaseRequ
26
26
  "changeModelVersionSetCompartmentDetails": model.ChangeModelVersionSetCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
- * The resource is updated or deleted only if the `etag` you
32
- * provide matches the resource's current `etag` value.
31
+ * The resource is updated or deleted only if the {@code etag} you
32
+ * provide matches the resource's current {@code etag} value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
@@ -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.76.1/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeNotebookSessionCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,10 +26,10 @@ export interface ChangeNotebookSessionCompartmentRequest extends common.BaseRequ
26
26
  "changeNotebookSessionCompartmentDetails": model.ChangeNotebookSessionCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
- * The resource is updated or deleted only if the `etag` you
32
- * provide matches the resource's current `etag` value.
31
+ * The resource is updated or deleted only if the {@code etag} you
32
+ * provide matches the resource's current {@code etag} value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
@@ -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.76.1/datascience/ChangePipelineCompartment.ts.html |here} to see how to use ChangePipelineCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ChangePipelineCompartment.ts.html |here} to see how to use ChangePipelineCompartmentRequest.
17
17
  */
18
18
  export interface ChangePipelineCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -31,10 +31,10 @@ export interface ChangePipelineCompartmentRequest extends common.BaseRequest {
31
31
  "opcRequestId"?: string;
32
32
  /**
33
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
34
+ * for a resource, set the {@code if-match} parameter to the value of the
35
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.
36
+ * The resource is updated or deleted only if the {@code etag} you
37
+ * provide matches the resource's current {@code etag} value.
38
38
  *
39
39
  */
40
40
  "ifMatch"?: string;
@@ -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.76.1/datascience/ChangePipelineRunCompartment.ts.html |here} to see how to use ChangePipelineRunCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ChangePipelineRunCompartment.ts.html |here} to see how to use ChangePipelineRunCompartmentRequest.
17
17
  */
18
18
  export interface ChangePipelineRunCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -31,10 +31,10 @@ export interface ChangePipelineRunCompartmentRequest extends common.BaseRequest
31
31
  "opcRequestId"?: string;
32
32
  /**
33
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
34
+ * for a resource, set the {@code if-match} parameter to the value of the
35
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.
36
+ * The resource is updated or deleted only if the {@code etag} you
37
+ * provide matches the resource's current {@code etag} value.
38
38
  *
39
39
  */
40
40
  "ifMatch"?: string;
@@ -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.76.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.77.1/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartmentRequest.
17
17
  */
18
18
  export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -26,10 +26,10 @@ export interface ChangeProjectCompartmentRequest extends common.BaseRequest {
26
26
  "changeProjectCompartmentDetails": model.ChangeProjectCompartmentDetails;
27
27
  /**
28
28
  * For optimistic concurrency control. In the PUT or DELETE call
29
- * for a resource, set the `if-match` parameter to the value of the
29
+ * for a resource, set the {@code if-match} parameter to the value of the
30
30
  * etag from a previous GET or POST response for that resource.
31
- * The resource is updated or deleted only if the `etag` you
32
- * provide matches the resource's current `etag` value.
31
+ * The resource is updated or deleted only if the {@code etag} you
32
+ * provide matches the resource's current {@code etag} value.
33
33
  *
34
34
  */
35
35
  "ifMatch"?: string;
@@ -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.76.1/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpointRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/CreateDataSciencePrivateEndpoint.ts.html |here} to see how to use CreateDataSciencePrivateEndpointRequest.
17
17
  */
18
18
  export interface CreateDataSciencePrivateEndpointRequest 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.76.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.77.1/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifactRequest.
18
18
  */
19
19
  export interface CreateJobArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -41,7 +41,7 @@ export interface CreateJobArtifactRequest extends common.BaseRequest {
41
41
  "opcRetryToken"?: string;
42
42
  /**
43
43
  * This header is for specifying a filename during upload. It is used to identify the file type and validate if the
44
- * file type is supported. Example: `--content-disposition \"attachment; filename=hello-world.py\"`
44
+ * file type is supported. Example: {@code --content-disposition \"attachment; filename=hello-world.py\"}
45
45
  *
46
46
  */
47
47
  "contentDisposition"?: string;
@@ -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.76.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.77.1/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.76.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.77.1/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.76.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.77.1/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifactRequest.
18
18
  */
19
19
  export interface CreateModelArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -43,19 +43,19 @@ export interface CreateModelArtifactRequest extends common.BaseRequest {
43
43
  * This header allows you to specify a filename during upload. This file name is used to dispose of the file contents
44
44
  * 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
45
45
  * name when downloading.
46
- * Example: `{\"Content-Disposition\": \"attachment\"
46
+ * Example: {@code {\"Content-Disposition\": \"attachment\"
47
47
  * \"filename\"=\"model.tar.gz\"
48
48
  * \"Content-Length\": \"2347\"
49
- * \"Content-Type\": \"application/gzip\"}`
49
+ * \"Content-Type\": \"application/gzip\"}}
50
50
  *
51
51
  */
52
52
  "contentDisposition"?: string;
53
53
  /**
54
54
  * For optimistic concurrency control. In the PUT or DELETE call
55
- * for a resource, set the `if-match` parameter to the value of the
55
+ * for a resource, set the {@code if-match} parameter to the value of the
56
56
  * etag from a previous GET or POST response for that resource.
57
- * The resource is updated or deleted only if the `etag` you
58
- * provide matches the resource's current `etag` value.
57
+ * The resource is updated or deleted only if the {@code etag} you
58
+ * provide matches the resource's current {@code etag} value.
59
59
  *
60
60
  */
61
61
  "ifMatch"?: string;
@@ -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.76.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.77.1/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.76.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.77.1/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.76.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.77.1/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.76.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.77.1/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.76.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.77.1/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.76.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.77.1/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.76.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.77.1/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.76.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.77.1/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.76.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.77.1/datascience/CreateStepArtifact.ts.html |here} to see how to use CreateStepArtifactRequest.
18
18
  */
19
19
  export interface CreateStepArtifactRequest extends common.BaseRequest {
20
20
  /**
@@ -47,10 +47,10 @@ export interface CreateStepArtifactRequest extends common.BaseRequest {
47
47
  * This header allows you to specify a filename during upload. This file name is used to dispose of the file contents
48
48
  * 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
49
49
  * name when downloading.
50
- * Example: `{\"Content-Disposition\": \"attachment\"
50
+ * Example: {@code {\"Content-Disposition\": \"attachment\"
51
51
  * \"filename\"=\"model.tar.gz\"
52
52
  * \"Content-Length\": \"2347\"
53
- * \"Content-Type\": \"application/gzip\"}`
53
+ * \"Content-Type\": \"application/gzip\"}}
54
54
  *
55
55
  */
56
56
  "contentDisposition"?: string;
@@ -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.76.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.77.1/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeploymentRequest.
16
16
  */
17
17
  export interface DeactivateModelDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface DeactivateModelDeploymentRequest extends common.BaseRequest {
21
21
  "modelDeploymentId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
- * The resource is updated or deleted only if the `etag` you
27
- * provide matches the resource's current `etag` value.
26
+ * The resource is updated or deleted only if the {@code etag} you
27
+ * provide matches the resource's current {@code etag} value.
28
28
  *
29
29
  */
30
30
  "ifMatch"?: string;
@@ -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.76.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.77.1/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModelRequest.
16
16
  */
17
17
  export interface DeactivateModelRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface DeactivateModelRequest extends common.BaseRequest {
21
21
  "modelId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
- * The resource is updated or deleted only if the `etag` you
27
- * provide matches the resource's current `etag` value.
26
+ * The resource is updated or deleted only if the {@code etag} you
27
+ * provide matches the resource's current {@code etag} value.
28
28
  *
29
29
  */
30
30
  "ifMatch"?: string;
@@ -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.76.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.77.1/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSessionRequest.
16
16
  */
17
17
  export interface DeactivateNotebookSessionRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface DeactivateNotebookSessionRequest extends common.BaseRequest {
21
21
  "notebookSessionId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
- * The resource is updated or deleted only if the `etag` you
27
- * provide matches the resource's current `etag` value.
26
+ * The resource is updated or deleted only if the {@code etag} you
27
+ * provide matches the resource's current {@code etag} value.
28
28
  *
29
29
  */
30
30
  "ifMatch"?: string;
@@ -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.76.1/datascience/DeleteDataSciencePrivateEndpoint.ts.html |here} to see how to use DeleteDataSciencePrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/DeleteDataSciencePrivateEndpoint.ts.html |here} to see how to use DeleteDataSciencePrivateEndpointRequest.
16
16
  */
17
17
  export interface DeleteDataSciencePrivateEndpointRequest extends common.BaseRequest {
18
18
  /**
@@ -27,10 +27,10 @@ export interface DeleteDataSciencePrivateEndpointRequest extends common.BaseRequ
27
27
  "opcRequestId"?: string;
28
28
  /**
29
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
30
+ * for a resource, set the {@code if-match} parameter to the value of the
31
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.
32
+ * The resource is updated or deleted only if the {@code etag} you
33
+ * provide matches the resource's current {@code etag} value.
34
34
  *
35
35
  */
36
36
  "ifMatch"?: string;
@@ -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.76.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.77.1/datascience/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
16
16
  */
17
17
  export interface DeleteJobRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface DeleteJobRequest extends common.BaseRequest {
21
21
  "jobId": string;
22
22
  /**
23
23
  * For optimistic concurrency control. In the PUT or DELETE call
24
- * for a resource, set the `if-match` parameter to the value of the
24
+ * for a resource, set the {@code if-match} parameter to the value of the
25
25
  * etag from a previous GET or POST response for that resource.
26
- * The resource is updated or deleted only if the `etag` you
27
- * provide matches the resource's current `etag` value.
26
+ * The resource is updated or deleted only if the {@code etag} you
27
+ * provide matches the resource's current {@code etag} value.
28
28
  *
29
29
  */
30
30
  "ifMatch"?: string;