oci-datascience 2.76.1 → 2.77.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 (146) hide show
  1. package/lib/client.d.ts +91 -91
  2. package/lib/client.js +91 -91
  3. package/lib/model/create-data-science-private-endpoint-details.d.ts +2 -2
  4. package/lib/model/create-job-details.d.ts +2 -2
  5. package/lib/model/create-job-run-details.d.ts +2 -2
  6. package/lib/model/create-model-deployment-details.d.ts +3 -3
  7. package/lib/model/create-model-details.d.ts +3 -3
  8. package/lib/model/create-model-version-set-details.d.ts +3 -3
  9. package/lib/model/create-notebook-session-details.d.ts +3 -3
  10. package/lib/model/create-pipeline-details.d.ts +2 -2
  11. package/lib/model/create-pipeline-run-details.d.ts +3 -3
  12. package/lib/model/create-project-details.d.ts +2 -2
  13. package/lib/model/data-science-private-endpoint-summary.d.ts +4 -4
  14. package/lib/model/data-science-private-endpoint.d.ts +4 -4
  15. package/lib/model/default-model-deployment-environment-configuration-details.d.ts +1 -1
  16. package/lib/model/job-run-summary.d.ts +2 -2
  17. package/lib/model/job-run.d.ts +2 -2
  18. package/lib/model/job-summary.d.ts +2 -2
  19. package/lib/model/job.d.ts +2 -2
  20. package/lib/model/model-deployment-summary.d.ts +3 -3
  21. package/lib/model/model-deployment.d.ts +3 -3
  22. package/lib/model/model-summary.d.ts +2 -2
  23. package/lib/model/model-version-set-summary.d.ts +2 -2
  24. package/lib/model/model-version-set.d.ts +2 -2
  25. package/lib/model/model.d.ts +2 -2
  26. package/lib/model/notebook-session-config-details.d.ts +1 -1
  27. package/lib/model/notebook-session-configuration-details.d.ts +1 -1
  28. package/lib/model/notebook-session-summary.d.ts +3 -3
  29. package/lib/model/notebook-session.d.ts +3 -3
  30. package/lib/model/ocir-model-deployment-environment-configuration-details.d.ts +11 -11
  31. package/lib/model/pipeline-run-summary.d.ts +3 -3
  32. package/lib/model/pipeline-run.d.ts +3 -3
  33. package/lib/model/pipeline-summary.d.ts +3 -3
  34. package/lib/model/pipeline.d.ts +3 -3
  35. package/lib/model/project-summary.d.ts +2 -2
  36. package/lib/model/project.d.ts +2 -2
  37. package/lib/model/update-data-science-private-endpoint-details.d.ts +2 -2
  38. package/lib/model/update-default-model-deployment-environment-configuration-details.d.ts +1 -1
  39. package/lib/model/update-job-details.d.ts +2 -2
  40. package/lib/model/update-job-run-details.d.ts +2 -2
  41. package/lib/model/update-model-deployment-details.d.ts +6 -6
  42. package/lib/model/update-model-details.d.ts +3 -3
  43. package/lib/model/update-model-version-set-details.d.ts +2 -2
  44. package/lib/model/update-notebook-session-details.d.ts +5 -5
  45. package/lib/model/update-ocir-model-deployment-environment-configuration-details.d.ts +11 -11
  46. package/lib/model/update-pipeline-details.d.ts +2 -2
  47. package/lib/model/update-pipeline-run-details.d.ts +2 -2
  48. package/lib/model/update-project-details.d.ts +2 -2
  49. package/lib/request/activate-model-deployment-request.d.ts +4 -4
  50. package/lib/request/activate-model-request.d.ts +4 -4
  51. package/lib/request/activate-notebook-session-request.d.ts +4 -4
  52. package/lib/request/cancel-job-run-request.d.ts +4 -4
  53. package/lib/request/cancel-pipeline-run-request.d.ts +4 -4
  54. package/lib/request/cancel-work-request-request.d.ts +4 -4
  55. package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +4 -4
  56. package/lib/request/change-job-compartment-request.d.ts +4 -4
  57. package/lib/request/change-job-run-compartment-request.d.ts +4 -4
  58. package/lib/request/change-model-compartment-request.d.ts +4 -4
  59. package/lib/request/change-model-deployment-compartment-request.d.ts +4 -4
  60. package/lib/request/change-model-version-set-compartment-request.d.ts +4 -4
  61. package/lib/request/change-notebook-session-compartment-request.d.ts +4 -4
  62. package/lib/request/change-pipeline-compartment-request.d.ts +4 -4
  63. package/lib/request/change-pipeline-run-compartment-request.d.ts +4 -4
  64. package/lib/request/change-project-compartment-request.d.ts +4 -4
  65. package/lib/request/create-data-science-private-endpoint-request.d.ts +1 -1
  66. package/lib/request/create-job-artifact-request.d.ts +2 -2
  67. package/lib/request/create-job-request.d.ts +1 -1
  68. package/lib/request/create-job-run-request.d.ts +1 -1
  69. package/lib/request/create-model-artifact-request.d.ts +6 -6
  70. package/lib/request/create-model-deployment-request.d.ts +1 -1
  71. package/lib/request/create-model-provenance-request.d.ts +1 -1
  72. package/lib/request/create-model-request.d.ts +1 -1
  73. package/lib/request/create-model-version-set-request.d.ts +1 -1
  74. package/lib/request/create-notebook-session-request.d.ts +1 -1
  75. package/lib/request/create-pipeline-request.d.ts +1 -1
  76. package/lib/request/create-pipeline-run-request.d.ts +1 -1
  77. package/lib/request/create-project-request.d.ts +1 -1
  78. package/lib/request/create-step-artifact-request.d.ts +3 -3
  79. package/lib/request/deactivate-model-deployment-request.d.ts +4 -4
  80. package/lib/request/deactivate-model-request.d.ts +4 -4
  81. package/lib/request/deactivate-notebook-session-request.d.ts +4 -4
  82. package/lib/request/delete-data-science-private-endpoint-request.d.ts +4 -4
  83. package/lib/request/delete-job-request.d.ts +4 -4
  84. package/lib/request/delete-job-run-request.d.ts +4 -4
  85. package/lib/request/delete-model-deployment-request.d.ts +4 -4
  86. package/lib/request/delete-model-request.d.ts +4 -4
  87. package/lib/request/delete-model-version-set-request.d.ts +4 -4
  88. package/lib/request/delete-notebook-session-request.d.ts +4 -4
  89. package/lib/request/delete-pipeline-request.d.ts +4 -4
  90. package/lib/request/delete-pipeline-run-request.d.ts +4 -4
  91. package/lib/request/delete-project-request.d.ts +4 -4
  92. package/lib/request/export-model-artifact-request.d.ts +4 -4
  93. package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
  94. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  95. package/lib/request/get-job-request.d.ts +1 -1
  96. package/lib/request/get-job-run-request.d.ts +1 -1
  97. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  98. package/lib/request/get-model-deployment-request.d.ts +1 -1
  99. package/lib/request/get-model-provenance-request.d.ts +1 -1
  100. package/lib/request/get-model-request.d.ts +1 -1
  101. package/lib/request/get-model-version-set-request.d.ts +1 -1
  102. package/lib/request/get-notebook-session-request.d.ts +1 -1
  103. package/lib/request/get-pipeline-request.d.ts +1 -1
  104. package/lib/request/get-pipeline-run-request.d.ts +1 -1
  105. package/lib/request/get-project-request.d.ts +1 -1
  106. package/lib/request/get-step-artifact-content-request.d.ts +1 -1
  107. package/lib/request/get-work-request-request.d.ts +1 -1
  108. package/lib/request/head-job-artifact-request.d.ts +1 -1
  109. package/lib/request/head-model-artifact-request.d.ts +1 -1
  110. package/lib/request/head-step-artifact-request.d.ts +1 -1
  111. package/lib/request/import-model-artifact-request.d.ts +4 -4
  112. package/lib/request/list-data-science-private-endpoints-request.d.ts +4 -4
  113. package/lib/request/list-fast-launch-job-configs-request.d.ts +3 -3
  114. package/lib/request/list-job-runs-request.d.ts +7 -7
  115. package/lib/request/list-job-shapes-request.d.ts +3 -3
  116. package/lib/request/list-jobs-request.d.ts +7 -7
  117. package/lib/request/list-model-deployment-shapes-request.d.ts +3 -3
  118. package/lib/request/list-model-deployments-request.d.ts +7 -7
  119. package/lib/request/list-model-version-sets-request.d.ts +5 -5
  120. package/lib/request/list-models-request.d.ts +6 -6
  121. package/lib/request/list-notebook-session-shapes-request.d.ts +3 -3
  122. package/lib/request/list-notebook-sessions-request.d.ts +7 -7
  123. package/lib/request/list-pipeline-runs-request.d.ts +7 -7
  124. package/lib/request/list-pipelines-request.d.ts +7 -7
  125. package/lib/request/list-projects-request.d.ts +7 -7
  126. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  127. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  128. package/lib/request/list-work-requests-request.d.ts +4 -4
  129. package/lib/request/update-data-science-private-endpoint-request.d.ts +4 -4
  130. package/lib/request/update-job-request.d.ts +4 -4
  131. package/lib/request/update-job-run-request.d.ts +4 -4
  132. package/lib/request/update-model-deployment-request.d.ts +7 -7
  133. package/lib/request/update-model-provenance-request.d.ts +4 -4
  134. package/lib/request/update-model-request.d.ts +5 -5
  135. package/lib/request/update-model-version-set-request.d.ts +5 -5
  136. package/lib/request/update-notebook-session-request.d.ts +6 -6
  137. package/lib/request/update-pipeline-request.d.ts +4 -4
  138. package/lib/request/update-pipeline-run-request.d.ts +4 -4
  139. package/lib/request/update-project-request.d.ts +5 -5
  140. package/lib/response/get-job-artifact-content-response.d.ts +1 -1
  141. package/lib/response/get-model-artifact-content-response.d.ts +1 -1
  142. package/lib/response/get-step-artifact-content-response.d.ts +1 -1
  143. package/lib/response/head-job-artifact-response.d.ts +1 -1
  144. package/lib/response/head-model-artifact-response.d.ts +1 -1
  145. package/lib/response/head-step-artifact-response.d.ts +1 -1
  146. 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/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.77.0/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRunRequest.
16
16
  */
17
17
  export interface DeleteJobRunRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface DeleteJobRunRequest extends common.BaseRequest {
21
21
  "jobRunId": 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/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.77.0/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeploymentRequest.
16
16
  */
17
17
  export interface DeleteModelDeploymentRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface DeleteModelDeploymentRequest 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/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.77.0/datascience/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
16
16
  */
17
17
  export interface DeleteModelRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface DeleteModelRequest 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/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.77.0/datascience/DeleteModelVersionSet.ts.html |here} to see how to use DeleteModelVersionSetRequest.
16
16
  */
17
17
  export interface DeleteModelVersionSetRequest extends common.BaseRequest {
18
18
  /**
@@ -27,10 +27,10 @@ export interface DeleteModelVersionSetRequest extends common.BaseRequest {
27
27
  "isDeleteRelatedModels"?: boolean;
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/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.77.0/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSessionRequest.
16
16
  */
17
17
  export interface DeleteNotebookSessionRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface DeleteNotebookSessionRequest 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/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.77.0/datascience/DeletePipeline.ts.html |here} to see how to use DeletePipelineRequest.
16
16
  */
17
17
  export interface DeletePipelineRequest extends common.BaseRequest {
18
18
  /**
@@ -29,10 +29,10 @@ export interface DeletePipelineRequest extends common.BaseRequest {
29
29
  "deleteRelatedJobRuns"?: boolean;
30
30
  /**
31
31
  * For optimistic concurrency control. In the PUT or DELETE call
32
- * for a resource, set the `if-match` parameter to the value of the
32
+ * for a resource, set the {@code if-match} parameter to the value of the
33
33
  * etag from a previous GET or POST response for that resource.
34
- * The resource is updated or deleted only if the `etag` you
35
- * provide matches the resource's current `etag` value.
34
+ * The resource is updated or deleted only if the {@code etag} you
35
+ * provide matches the resource's current {@code etag} value.
36
36
  *
37
37
  */
38
38
  "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/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.77.0/datascience/DeletePipelineRun.ts.html |here} to see how to use DeletePipelineRunRequest.
16
16
  */
17
17
  export interface DeletePipelineRunRequest extends common.BaseRequest {
18
18
  /**
@@ -25,10 +25,10 @@ export interface DeletePipelineRunRequest extends common.BaseRequest {
25
25
  "deleteRelatedJobRuns"?: boolean;
26
26
  /**
27
27
  * For optimistic concurrency control. In the PUT or DELETE call
28
- * for a resource, set the `if-match` parameter to the value of the
28
+ * for a resource, set the {@code if-match} parameter to the value of the
29
29
  * etag from a previous GET or POST response for that resource.
30
- * The resource is updated or deleted only if the `etag` you
31
- * provide matches the resource's current `etag` value.
30
+ * The resource is updated or deleted only if the {@code etag} you
31
+ * provide matches the resource's current {@code etag} value.
32
32
  *
33
33
  */
34
34
  "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/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.77.0/datascience/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
16
16
  */
17
17
  export interface DeleteProjectRequest extends common.BaseRequest {
18
18
  /**
@@ -21,10 +21,10 @@ export interface DeleteProjectRequest extends common.BaseRequest {
21
21
  "projectId": 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/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.77.0/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifactRequest.
17
17
  */
18
18
  export interface ExportModelArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -36,10 +36,10 @@ export interface ExportModelArtifactRequest extends common.BaseRequest {
36
36
  "opcRetryToken"?: string;
37
37
  /**
38
38
  * For optimistic concurrency control. In the PUT or DELETE call
39
- * for a resource, set the `if-match` parameter to the value of the
39
+ * for a resource, set the {@code if-match} parameter to the value of the
40
40
  * etag from a previous GET or POST response for that resource.
41
- * The resource is updated or deleted only if the `etag` you
42
- * provide matches the resource's current `etag` value.
41
+ * The resource is updated or deleted only if the {@code etag} you
42
+ * provide matches the resource's current {@code etag} value.
43
43
  *
44
44
  */
45
45
  "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/GetDataSciencePrivateEndpoint.ts.html |here} to see how to use GetDataSciencePrivateEndpointRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/datascience/GetDataSciencePrivateEndpoint.ts.html |here} to see how to use GetDataSciencePrivateEndpointRequest.
16
16
  */
17
17
  export interface GetDataSciencePrivateEndpointRequest 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.76.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.77.0/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.76.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.77.0/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.76.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.77.0/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.76.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.77.0/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.76.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.77.0/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.76.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.77.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.76.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.77.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.76.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.77.0/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.76.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.77.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.76.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.77.0/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.76.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.77.0/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.76.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.77.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.76.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.77.0/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.76.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.77.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.76.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.77.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.76.1/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.77.0/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifactRequest.
16
16
  */
17
17
  export interface HeadModelArtifactRequest 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.76.1/datascience/HeadStepArtifact.ts.html |here} to see how to use HeadStepArtifactRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/datascience/HeadStepArtifact.ts.html |here} to see how to use HeadStepArtifactRequest.
16
16
  */
17
17
  export interface HeadStepArtifactRequest 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.76.1/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifactRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifactRequest.
17
17
  */
18
18
  export interface ImportModelArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -31,10 +31,10 @@ export interface ImportModelArtifactRequest 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/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpointsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/datascience/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListDataSciencePrivateEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -31,12 +31,12 @@ export interface ListDataSciencePrivateEndpointsRequest extends common.BaseReque
31
31
  * 1 is the minimum, 100 is the maximum.
32
32
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
33
33
  * <p>
34
- Example: `50`
34
+ Example: {@code 50}
35
35
  *
36
36
  */
37
37
  "limit"?: number;
38
38
  /**
39
- * For list pagination. The value of the `opc-next-page` response
39
+ * For list pagination. The value of the {@code opc-next-page} response
40
40
  * header from the previous \"List\" call.
41
41
  * <p>
42
42
  See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
@@ -54,7 +54,7 @@ export interface ListDataSciencePrivateEndpointsRequest extends common.BaseReque
54
54
  */
55
55
  "sortBy"?: ListDataSciencePrivateEndpointsRequest.SortBy;
56
56
  /**
57
- * Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending).
57
+ * Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
58
58
  *
59
59
  */
60
60
  "sortOrder"?: ListDataSciencePrivateEndpointsRequest.SortOrder;
@@ -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/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.77.0/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigsRequest.
16
16
  */
17
17
  export interface ListFastLaunchJobConfigsRequest extends common.BaseRequest {
18
18
  /**
@@ -30,12 +30,12 @@ export interface ListFastLaunchJobConfigsRequest extends common.BaseRequest {
30
30
  * 1 is the minimum, 100 is the maximum.
31
31
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
32
32
  * <p>
33
- Example: `50`
33
+ Example: {@code 50}
34
34
  *
35
35
  */
36
36
  "limit"?: number;
37
37
  /**
38
- * For list pagination. The value of the `opc-next-page` response
38
+ * For list pagination. The value of the {@code opc-next-page} response
39
39
  * header from the previous \"List\" call.
40
40
  * <p>
41
41
  See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
@@ -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/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.77.0/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRunsRequest.
17
17
  */
18
18
  export interface ListJobRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -48,12 +48,12 @@ export interface ListJobRunsRequest extends common.BaseRequest {
48
48
  * 1 is the minimum, 100 is the maximum.
49
49
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
50
50
  * <p>
51
- Example: `50`
51
+ Example: {@code 50}
52
52
  *
53
53
  */
54
54
  "limit"?: number;
55
55
  /**
56
- * For list pagination. The value of the `opc-next-page` response
56
+ * For list pagination. The value of the {@code opc-next-page} response
57
57
  * header from the previous \"List\" call.
58
58
  * <p>
59
59
  See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
@@ -61,15 +61,15 @@ export interface ListJobRunsRequest extends common.BaseRequest {
61
61
  */
62
62
  "page"?: string;
63
63
  /**
64
- * Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending).
64
+ * Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
65
65
  *
66
66
  */
67
67
  "sortOrder"?: ListJobRunsRequest.SortOrder;
68
68
  /**
69
69
  * Specifies the field to sort by. Accepts only one field.
70
- * By default, when you sort by `timeCreated`, the results are shown
71
- * in descending order. When you sort by `displayName`, the results are
72
- * shown in ascending order. Sort order for the `displayName` field is case sensitive.
70
+ * By default, when you sort by {@code timeCreated}, the results are shown
71
+ * in descending order. When you sort by {@code displayName}, the results are
72
+ * shown in ascending order. Sort order for the {@code displayName} field is case sensitive.
73
73
  *
74
74
  */
75
75
  "sortBy"?: ListJobRunsRequest.SortBy;
@@ -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/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.77.0/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapesRequest.
16
16
  */
17
17
  export interface ListJobShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -30,12 +30,12 @@ export interface ListJobShapesRequest extends common.BaseRequest {
30
30
  * 1 is the minimum, 100 is the maximum.
31
31
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
32
32
  * <p>
33
- Example: `50`
33
+ Example: {@code 50}
34
34
  *
35
35
  */
36
36
  "limit"?: number;
37
37
  /**
38
- * For list pagination. The value of the `opc-next-page` response
38
+ * For list pagination. The value of the {@code opc-next-page} response
39
39
  * header from the previous \"List\" call.
40
40
  * <p>
41
41
  See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
@@ -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/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.77.0/datascience/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -49,12 +49,12 @@ export interface ListJobsRequest extends common.BaseRequest {
49
49
  * 1 is the minimum, 100 is the maximum.
50
50
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
51
51
  * <p>
52
- Example: `50`
52
+ Example: {@code 50}
53
53
  *
54
54
  */
55
55
  "limit"?: number;
56
56
  /**
57
- * For list pagination. The value of the `opc-next-page` response
57
+ * For list pagination. The value of the {@code opc-next-page} response
58
58
  * header from the previous \"List\" call.
59
59
  * <p>
60
60
  See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
@@ -62,15 +62,15 @@ export interface ListJobsRequest extends common.BaseRequest {
62
62
  */
63
63
  "page"?: string;
64
64
  /**
65
- * Specifies sort order to use, either `ASC` (ascending) or `DESC` (descending).
65
+ * Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
66
66
  *
67
67
  */
68
68
  "sortOrder"?: ListJobsRequest.SortOrder;
69
69
  /**
70
70
  * Specifies the field to sort by. Accepts only one field.
71
- * By default, when you sort by `timeCreated`, the results are shown
72
- * in descending order. When you sort by `displayName`, the results are
73
- * shown in ascending order. Sort order for the `displayName` field is case sensitive.
71
+ * By default, when you sort by {@code timeCreated}, the results are shown
72
+ * in descending order. When you sort by {@code displayName}, the results are
73
+ * shown in ascending order. Sort order for the {@code displayName} field is case sensitive.
74
74
  *
75
75
  */
76
76
  "sortBy"?: ListJobsRequest.SortBy;