oci-datascience 2.86.2 → 2.87.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 (142) hide show
  1. package/lib/client.d.ts +91 -91
  2. package/lib/client.js +100 -95
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/fast-launch-job-config-summary.d.ts +1 -0
  5. package/lib/model/fast-launch-job-config-summary.js +1 -0
  6. package/lib/model/fast-launch-job-config-summary.js.map +1 -1
  7. package/lib/model/index.d.ts +10 -0
  8. package/lib/model/index.js +13 -3
  9. package/lib/model/index.js.map +1 -1
  10. package/lib/model/job-shape-summary.d.ts +1 -0
  11. package/lib/model/job-shape-summary.js +1 -0
  12. package/lib/model/job-shape-summary.js.map +1 -1
  13. package/lib/model/model-deployment-shape-series.d.ts +1 -0
  14. package/lib/model/model-deployment-shape-series.js +1 -0
  15. package/lib/model/model-deployment-shape-series.js.map +1 -1
  16. package/lib/model/notebook-session-shape-series.d.ts +1 -0
  17. package/lib/model/notebook-session-shape-series.js +1 -0
  18. package/lib/model/notebook-session-shape-series.js.map +1 -1
  19. package/lib/model/pipeline-container-configuration-details.d.ts +23 -0
  20. package/lib/model/pipeline-container-configuration-details.js +69 -0
  21. package/lib/model/pipeline-container-configuration-details.js.map +1 -0
  22. package/lib/model/pipeline-container-step-details.d.ts +31 -0
  23. package/lib/model/pipeline-container-step-details.js +69 -0
  24. package/lib/model/pipeline-container-step-details.js.map +1 -0
  25. package/lib/model/pipeline-container-step-run.d.ts +25 -0
  26. package/lib/model/pipeline-container-step-run.js +55 -0
  27. package/lib/model/pipeline-container-step-run.js.map +1 -0
  28. package/lib/model/pipeline-container-step-update-details.d.ts +26 -0
  29. package/lib/model/pipeline-container-step-update-details.js +63 -0
  30. package/lib/model/pipeline-container-step-update-details.js.map +1 -0
  31. package/lib/model/pipeline-custom-script-step-update-details.d.ts +1 -0
  32. package/lib/model/pipeline-custom-script-step-update-details.js +10 -2
  33. package/lib/model/pipeline-custom-script-step-update-details.js.map +1 -1
  34. package/lib/model/pipeline-infrastructure-configuration-details.d.ts +5 -0
  35. package/lib/model/pipeline-infrastructure-configuration-details.js.map +1 -1
  36. package/lib/model/pipeline-ocir-container-configuration-details.d.ts +55 -0
  37. package/lib/model/pipeline-ocir-container-configuration-details.js +55 -0
  38. package/lib/model/pipeline-ocir-container-configuration-details.js.map +1 -0
  39. package/lib/model/pipeline-step-details.js +4 -0
  40. package/lib/model/pipeline-step-details.js.map +1 -1
  41. package/lib/model/pipeline-step-override-details.d.ts +1 -0
  42. package/lib/model/pipeline-step-override-details.js +6 -0
  43. package/lib/model/pipeline-step-override-details.js.map +1 -1
  44. package/lib/model/pipeline-step-run.js +4 -0
  45. package/lib/model/pipeline-step-run.js.map +1 -1
  46. package/lib/model/pipeline-step-update-details.js +4 -0
  47. package/lib/model/pipeline-step-update-details.js.map +1 -1
  48. package/lib/model/update-pipeline-details.d.ts +2 -1
  49. package/lib/model/update-pipeline-details.js +6 -0
  50. package/lib/model/update-pipeline-details.js.map +1 -1
  51. package/lib/request/activate-model-deployment-request.d.ts +1 -1
  52. package/lib/request/activate-model-request.d.ts +1 -1
  53. package/lib/request/activate-notebook-session-request.d.ts +1 -1
  54. package/lib/request/cancel-job-run-request.d.ts +1 -1
  55. package/lib/request/cancel-pipeline-run-request.d.ts +5 -1
  56. package/lib/request/cancel-work-request-request.d.ts +1 -1
  57. package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +1 -1
  58. package/lib/request/change-job-compartment-request.d.ts +1 -1
  59. package/lib/request/change-job-run-compartment-request.d.ts +1 -1
  60. package/lib/request/change-model-compartment-request.d.ts +1 -1
  61. package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
  62. package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
  63. package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
  64. package/lib/request/change-pipeline-compartment-request.d.ts +1 -1
  65. package/lib/request/change-pipeline-run-compartment-request.d.ts +1 -1
  66. package/lib/request/change-project-compartment-request.d.ts +1 -1
  67. package/lib/request/create-data-science-private-endpoint-request.d.ts +1 -1
  68. package/lib/request/create-job-artifact-request.d.ts +1 -1
  69. package/lib/request/create-job-request.d.ts +1 -1
  70. package/lib/request/create-job-run-request.d.ts +6 -1
  71. package/lib/request/create-model-artifact-request.d.ts +1 -1
  72. package/lib/request/create-model-deployment-request.d.ts +6 -1
  73. package/lib/request/create-model-provenance-request.d.ts +1 -1
  74. package/lib/request/create-model-request.d.ts +1 -1
  75. package/lib/request/create-model-version-set-request.d.ts +1 -1
  76. package/lib/request/create-notebook-session-request.d.ts +1 -1
  77. package/lib/request/create-pipeline-request.d.ts +1 -1
  78. package/lib/request/create-pipeline-run-request.d.ts +6 -1
  79. package/lib/request/create-project-request.d.ts +1 -1
  80. package/lib/request/create-step-artifact-request.d.ts +1 -1
  81. package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
  82. package/lib/request/deactivate-model-request.d.ts +1 -1
  83. package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
  84. package/lib/request/delete-data-science-private-endpoint-request.d.ts +1 -1
  85. package/lib/request/delete-job-request.d.ts +1 -1
  86. package/lib/request/delete-job-run-request.d.ts +1 -1
  87. package/lib/request/delete-model-deployment-request.d.ts +1 -1
  88. package/lib/request/delete-model-request.d.ts +1 -1
  89. package/lib/request/delete-model-version-set-request.d.ts +1 -1
  90. package/lib/request/delete-notebook-session-request.d.ts +1 -1
  91. package/lib/request/delete-pipeline-request.d.ts +1 -1
  92. package/lib/request/delete-pipeline-run-request.d.ts +1 -1
  93. package/lib/request/delete-project-request.d.ts +1 -1
  94. package/lib/request/export-model-artifact-request.d.ts +1 -1
  95. package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
  96. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  97. package/lib/request/get-job-request.d.ts +1 -1
  98. package/lib/request/get-job-run-request.d.ts +1 -1
  99. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  100. package/lib/request/get-model-deployment-request.d.ts +1 -1
  101. package/lib/request/get-model-provenance-request.d.ts +1 -1
  102. package/lib/request/get-model-request.d.ts +1 -1
  103. package/lib/request/get-model-version-set-request.d.ts +1 -1
  104. package/lib/request/get-notebook-session-request.d.ts +1 -1
  105. package/lib/request/get-pipeline-request.d.ts +1 -1
  106. package/lib/request/get-pipeline-run-request.d.ts +1 -1
  107. package/lib/request/get-project-request.d.ts +1 -1
  108. package/lib/request/get-step-artifact-content-request.d.ts +1 -1
  109. package/lib/request/get-work-request-request.d.ts +1 -1
  110. package/lib/request/head-job-artifact-request.d.ts +1 -1
  111. package/lib/request/head-model-artifact-request.d.ts +1 -1
  112. package/lib/request/head-step-artifact-request.d.ts +1 -1
  113. package/lib/request/import-model-artifact-request.d.ts +1 -1
  114. package/lib/request/list-data-science-private-endpoints-request.d.ts +1 -1
  115. package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
  116. package/lib/request/list-job-runs-request.d.ts +1 -1
  117. package/lib/request/list-job-shapes-request.d.ts +1 -1
  118. package/lib/request/list-jobs-request.d.ts +1 -1
  119. package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
  120. package/lib/request/list-model-deployments-request.d.ts +1 -1
  121. package/lib/request/list-model-version-sets-request.d.ts +1 -1
  122. package/lib/request/list-models-request.d.ts +1 -1
  123. package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
  124. package/lib/request/list-notebook-sessions-request.d.ts +1 -1
  125. package/lib/request/list-pipeline-runs-request.d.ts +1 -1
  126. package/lib/request/list-pipelines-request.d.ts +1 -1
  127. package/lib/request/list-projects-request.d.ts +1 -1
  128. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  129. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  130. package/lib/request/list-work-requests-request.d.ts +1 -1
  131. package/lib/request/update-data-science-private-endpoint-request.d.ts +1 -1
  132. package/lib/request/update-job-request.d.ts +1 -1
  133. package/lib/request/update-job-run-request.d.ts +1 -1
  134. package/lib/request/update-model-deployment-request.d.ts +1 -1
  135. package/lib/request/update-model-provenance-request.d.ts +1 -1
  136. package/lib/request/update-model-request.d.ts +1 -1
  137. package/lib/request/update-model-version-set-request.d.ts +1 -1
  138. package/lib/request/update-notebook-session-request.d.ts +1 -1
  139. package/lib/request/update-pipeline-request.d.ts +1 -1
  140. package/lib/request/update-pipeline-run-request.d.ts +1 -1
  141. package/lib/request/update-project-request.d.ts +1 -1
  142. 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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRunRequest.
17
17
  */
18
18
  export interface CreateJobRunRequest extends common.BaseRequest {
19
19
  /**
@@ -30,4 +30,9 @@ export interface CreateJobRunRequest extends common.BaseRequest {
30
30
  *
31
31
  */
32
32
  "opcRetryToken"?: string;
33
+ /**
34
+ * URL to fetch the Resource Principal Token from the parent resource.
35
+ *
36
+ */
37
+ "opcParentRptUrl"?: string;
33
38
  }
@@ -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.86.2/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.87.0/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.86.2/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.87.0/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeploymentRequest.
17
17
  */
18
18
  export interface CreateModelDeploymentRequest extends common.BaseRequest {
19
19
  /**
@@ -30,4 +30,9 @@ export interface CreateModelDeploymentRequest extends common.BaseRequest {
30
30
  *
31
31
  */
32
32
  "opcRetryToken"?: string;
33
+ /**
34
+ * URL to fetch the Resource Principal Token from the parent resource.
35
+ *
36
+ */
37
+ "opcParentRptUrl"?: string;
33
38
  }
@@ -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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/datascience/CreatePipelineRun.ts.html |here} to see how to use CreatePipelineRunRequest.
17
17
  */
18
18
  export interface CreatePipelineRunRequest extends common.BaseRequest {
19
19
  /**
@@ -30,4 +30,9 @@ export interface CreatePipelineRunRequest extends common.BaseRequest {
30
30
  *
31
31
  */
32
32
  "opcRequestId"?: string;
33
+ /**
34
+ * URL to fetch the Resource Principal Token from the parent resource.
35
+ *
36
+ */
37
+ "opcParentRptUrl"?: string;
33
38
  }
@@ -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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSessionRequest.
16
16
  */
17
17
  export interface DeactivateNotebookSessionRequest 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.86.2/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.87.0/datascience/DeleteDataSciencePrivateEndpoint.ts.html |here} to see how to use DeleteDataSciencePrivateEndpointRequest.
16
16
  */
17
17
  export interface DeleteDataSciencePrivateEndpointRequest 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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/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.86.2/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.87.0/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifactRequest.
17
17
  */
18
18
  export interface ExportModelArtifactRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.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.86.2/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.87.0/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifactRequest.
17
17
  */
18
18
  export interface ImportModelArtifactRequest 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.86.2/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.87.0/datascience/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListDataSciencePrivateEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/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.87.0/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigsRequest.
16
16
  */
17
17
  export interface ListFastLaunchJobConfigsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/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.87.0/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRunsRequest.
17
17
  */
18
18
  export interface ListJobRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/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.87.0/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapesRequest.
16
16
  */
17
17
  export interface ListJobShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/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.87.0/datascience/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapesRequest.
16
16
  */
17
17
  export interface ListModelDeploymentShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeploymentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeploymentsRequest.
17
17
  */
18
18
  export interface ListModelDeploymentsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.2/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSetsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.87.0/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSetsRequest.
17
17
  */
18
18
  export interface ListModelVersionSetsRequest extends common.BaseRequest {
19
19
  /**