oci-datascience 2.70.3 → 2.71.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 (127) hide show
  1. package/lib/client.d.ts +91 -91
  2. package/lib/client.js +91 -91
  3. package/lib/model/create-job-details.d.ts +4 -0
  4. package/lib/model/create-job-details.js +10 -0
  5. package/lib/model/create-job-details.js.map +1 -1
  6. package/lib/model/create-notebook-session-details.d.ts +4 -0
  7. package/lib/model/create-notebook-session-details.js +10 -0
  8. package/lib/model/create-notebook-session-details.js.map +1 -1
  9. package/lib/model/file-storage-mount-configuration-details.d.ts +33 -0
  10. package/lib/model/file-storage-mount-configuration-details.js +55 -0
  11. package/lib/model/file-storage-mount-configuration-details.js.map +1 -0
  12. package/lib/model/index.d.ts +6 -0
  13. package/lib/model/index.js +8 -2
  14. package/lib/model/index.js.map +1 -1
  15. package/lib/model/job-run.d.ts +4 -0
  16. package/lib/model/job-run.js +10 -0
  17. package/lib/model/job-run.js.map +1 -1
  18. package/lib/model/job.d.ts +4 -0
  19. package/lib/model/job.js +10 -0
  20. package/lib/model/job.js.map +1 -1
  21. package/lib/model/notebook-session.d.ts +4 -0
  22. package/lib/model/notebook-session.js +10 -0
  23. package/lib/model/notebook-session.js.map +1 -1
  24. package/lib/model/object-storage-mount-configuration-details.d.ts +37 -0
  25. package/lib/model/object-storage-mount-configuration-details.js +55 -0
  26. package/lib/model/object-storage-mount-configuration-details.js.map +1 -0
  27. package/lib/model/storage-mount-configuration-details.d.ts +32 -0
  28. package/lib/model/storage-mount-configuration-details.js +73 -0
  29. package/lib/model/storage-mount-configuration-details.js.map +1 -0
  30. package/lib/model/update-job-details.d.ts +4 -0
  31. package/lib/model/update-job-details.js +10 -0
  32. package/lib/model/update-job-details.js.map +1 -1
  33. package/lib/model/update-notebook-session-details.d.ts +4 -0
  34. package/lib/model/update-notebook-session-details.js +10 -0
  35. package/lib/model/update-notebook-session-details.js.map +1 -1
  36. package/lib/request/activate-model-deployment-request.d.ts +1 -1
  37. package/lib/request/activate-model-request.d.ts +1 -1
  38. package/lib/request/activate-notebook-session-request.d.ts +1 -1
  39. package/lib/request/cancel-job-run-request.d.ts +1 -1
  40. package/lib/request/cancel-pipeline-run-request.d.ts +1 -1
  41. package/lib/request/cancel-work-request-request.d.ts +1 -1
  42. package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +1 -1
  43. package/lib/request/change-job-compartment-request.d.ts +1 -1
  44. package/lib/request/change-job-run-compartment-request.d.ts +1 -1
  45. package/lib/request/change-model-compartment-request.d.ts +1 -1
  46. package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
  47. package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
  48. package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
  49. package/lib/request/change-pipeline-compartment-request.d.ts +1 -1
  50. package/lib/request/change-pipeline-run-compartment-request.d.ts +1 -1
  51. package/lib/request/change-project-compartment-request.d.ts +1 -1
  52. package/lib/request/create-data-science-private-endpoint-request.d.ts +1 -1
  53. package/lib/request/create-job-artifact-request.d.ts +1 -1
  54. package/lib/request/create-job-request.d.ts +1 -1
  55. package/lib/request/create-job-run-request.d.ts +1 -1
  56. package/lib/request/create-model-artifact-request.d.ts +1 -1
  57. package/lib/request/create-model-deployment-request.d.ts +1 -1
  58. package/lib/request/create-model-provenance-request.d.ts +1 -1
  59. package/lib/request/create-model-request.d.ts +1 -1
  60. package/lib/request/create-model-version-set-request.d.ts +1 -1
  61. package/lib/request/create-notebook-session-request.d.ts +1 -1
  62. package/lib/request/create-pipeline-request.d.ts +1 -1
  63. package/lib/request/create-pipeline-run-request.d.ts +1 -1
  64. package/lib/request/create-project-request.d.ts +1 -1
  65. package/lib/request/create-step-artifact-request.d.ts +1 -1
  66. package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
  67. package/lib/request/deactivate-model-request.d.ts +1 -1
  68. package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
  69. package/lib/request/delete-data-science-private-endpoint-request.d.ts +1 -1
  70. package/lib/request/delete-job-request.d.ts +1 -1
  71. package/lib/request/delete-job-run-request.d.ts +1 -1
  72. package/lib/request/delete-model-deployment-request.d.ts +1 -1
  73. package/lib/request/delete-model-request.d.ts +1 -1
  74. package/lib/request/delete-model-version-set-request.d.ts +1 -1
  75. package/lib/request/delete-notebook-session-request.d.ts +1 -1
  76. package/lib/request/delete-pipeline-request.d.ts +1 -1
  77. package/lib/request/delete-pipeline-run-request.d.ts +1 -1
  78. package/lib/request/delete-project-request.d.ts +1 -1
  79. package/lib/request/export-model-artifact-request.d.ts +1 -1
  80. package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
  81. package/lib/request/get-job-artifact-content-request.d.ts +1 -1
  82. package/lib/request/get-job-request.d.ts +1 -1
  83. package/lib/request/get-job-run-request.d.ts +1 -1
  84. package/lib/request/get-model-artifact-content-request.d.ts +1 -1
  85. package/lib/request/get-model-deployment-request.d.ts +1 -1
  86. package/lib/request/get-model-provenance-request.d.ts +1 -1
  87. package/lib/request/get-model-request.d.ts +1 -1
  88. package/lib/request/get-model-version-set-request.d.ts +1 -1
  89. package/lib/request/get-notebook-session-request.d.ts +1 -1
  90. package/lib/request/get-pipeline-request.d.ts +1 -1
  91. package/lib/request/get-pipeline-run-request.d.ts +1 -1
  92. package/lib/request/get-project-request.d.ts +1 -1
  93. package/lib/request/get-step-artifact-content-request.d.ts +1 -1
  94. package/lib/request/get-work-request-request.d.ts +1 -1
  95. package/lib/request/head-job-artifact-request.d.ts +1 -1
  96. package/lib/request/head-model-artifact-request.d.ts +1 -1
  97. package/lib/request/head-step-artifact-request.d.ts +1 -1
  98. package/lib/request/import-model-artifact-request.d.ts +1 -1
  99. package/lib/request/list-data-science-private-endpoints-request.d.ts +3 -3
  100. package/lib/request/list-fast-launch-job-configs-request.d.ts +3 -3
  101. package/lib/request/list-job-runs-request.d.ts +3 -3
  102. package/lib/request/list-job-shapes-request.d.ts +3 -3
  103. package/lib/request/list-jobs-request.d.ts +3 -3
  104. package/lib/request/list-model-deployment-shapes-request.d.ts +3 -3
  105. package/lib/request/list-model-deployments-request.d.ts +3 -3
  106. package/lib/request/list-model-version-sets-request.d.ts +3 -3
  107. package/lib/request/list-models-request.d.ts +3 -3
  108. package/lib/request/list-notebook-session-shapes-request.d.ts +3 -3
  109. package/lib/request/list-notebook-sessions-request.d.ts +3 -3
  110. package/lib/request/list-pipeline-runs-request.d.ts +3 -3
  111. package/lib/request/list-pipelines-request.d.ts +3 -3
  112. package/lib/request/list-projects-request.d.ts +3 -3
  113. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  114. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  115. package/lib/request/list-work-requests-request.d.ts +3 -3
  116. package/lib/request/update-data-science-private-endpoint-request.d.ts +1 -1
  117. package/lib/request/update-job-request.d.ts +1 -1
  118. package/lib/request/update-job-run-request.d.ts +1 -1
  119. package/lib/request/update-model-deployment-request.d.ts +1 -1
  120. package/lib/request/update-model-provenance-request.d.ts +1 -1
  121. package/lib/request/update-model-request.d.ts +1 -1
  122. package/lib/request/update-model-version-set-request.d.ts +1 -1
  123. package/lib/request/update-notebook-session-request.d.ts +1 -1
  124. package/lib/request/update-pipeline-request.d.ts +1 -1
  125. package/lib/request/update-pipeline-run-request.d.ts +1 -1
  126. package/lib/request/update-project-request.d.ts +1 -1
  127. 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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.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.70.3/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.71.0/datascience/ListDataSciencePrivateEndpoints.ts.html |here} to see how to use ListDataSciencePrivateEndpointsRequest.
17
17
  */
18
18
  export interface ListDataSciencePrivateEndpointsRequest extends common.BaseRequest {
19
19
  /**
@@ -28,10 +28,10 @@ export interface ListDataSciencePrivateEndpointsRequest extends common.BaseReque
28
28
  /**
29
29
  * For list pagination. The maximum number of results per page,
30
30
  * or items to return in a paginated \"List\" call.
31
- * 1 is the minimum, 1000 is the maximum.
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: `500`
34
+ Example: `50`
35
35
  *
36
36
  */
37
37
  "limit"?: number;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.71.0/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigsRequest.
16
16
  */
17
17
  export interface ListFastLaunchJobConfigsRequest extends common.BaseRequest {
18
18
  /**
@@ -27,10 +27,10 @@ export interface ListFastLaunchJobConfigsRequest extends common.BaseRequest {
27
27
  /**
28
28
  * For list pagination. The maximum number of results per page,
29
29
  * or items to return in a paginated \"List\" call.
30
- * 1 is the minimum, 1000 is the maximum.
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: `500`
33
+ Example: `50`
34
34
  *
35
35
  */
36
36
  "limit"?: number;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.71.0/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRunsRequest.
17
17
  */
18
18
  export interface ListJobRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -45,10 +45,10 @@ export interface ListJobRunsRequest extends common.BaseRequest {
45
45
  /**
46
46
  * For list pagination. The maximum number of results per page,
47
47
  * or items to return in a paginated \"List\" call.
48
- * 1 is the minimum, 1000 is the maximum.
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: `500`
51
+ Example: `50`
52
52
  *
53
53
  */
54
54
  "limit"?: number;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.71.0/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapesRequest.
16
16
  */
17
17
  export interface ListJobShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -27,10 +27,10 @@ export interface ListJobShapesRequest extends common.BaseRequest {
27
27
  /**
28
28
  * For list pagination. The maximum number of results per page,
29
29
  * or items to return in a paginated \"List\" call.
30
- * 1 is the minimum, 1000 is the maximum.
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: `500`
33
+ Example: `50`
34
34
  *
35
35
  */
36
36
  "limit"?: number;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.71.0/datascience/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -46,10 +46,10 @@ export interface ListJobsRequest extends common.BaseRequest {
46
46
  /**
47
47
  * For list pagination. The maximum number of results per page,
48
48
  * or items to return in a paginated \"List\" call.
49
- * 1 is the minimum, 1000 is the maximum.
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: `500`
52
+ Example: `50`
53
53
  *
54
54
  */
55
55
  "limit"?: number;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.71.0/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapesRequest.
16
16
  */
17
17
  export interface ListModelDeploymentShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -27,10 +27,10 @@ export interface ListModelDeploymentShapesRequest extends common.BaseRequest {
27
27
  /**
28
28
  * For list pagination. The maximum number of results per page,
29
29
  * or items to return in a paginated \"List\" call.
30
- * 1 is the minimum, 1000 is the maximum.
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: `500`
33
+ Example: `50`
34
34
  *
35
35
  */
36
36
  "limit"?: number;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.71.0/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeploymentsRequest.
17
17
  */
18
18
  export interface ListModelDeploymentsRequest extends common.BaseRequest {
19
19
  /**
@@ -46,10 +46,10 @@ export interface ListModelDeploymentsRequest extends common.BaseRequest {
46
46
  /**
47
47
  * For list pagination. The maximum number of results per page,
48
48
  * or items to return in a paginated \"List\" call.
49
- * 1 is the minimum, 1000 is the maximum.
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: `500`
52
+ Example: `50`
53
53
  *
54
54
  */
55
55
  "limit"?: number;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/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.71.0/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSetsRequest.
17
17
  */
18
18
  export interface ListModelVersionSetsRequest extends common.BaseRequest {
19
19
  /**
@@ -46,10 +46,10 @@ export interface ListModelVersionSetsRequest extends common.BaseRequest {
46
46
  /**
47
47
  * For list pagination. The maximum number of results per page,
48
48
  * or items to return in a paginated \"List\" call.
49
- * 1 is the minimum, 1000 is the maximum.
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: `500`
52
+ Example: `50`
53
53
  *
54
54
  */
55
55
  "limit"?: number;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListModels.ts.html |here} to see how to use ListModelsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/datascience/ListModels.ts.html |here} to see how to use ListModelsRequest.
17
17
  */
18
18
  export interface ListModelsRequest extends common.BaseRequest {
19
19
  /**
@@ -54,10 +54,10 @@ export interface ListModelsRequest extends common.BaseRequest {
54
54
  /**
55
55
  * For list pagination. The maximum number of results per page,
56
56
  * or items to return in a paginated \"List\" call.
57
- * 1 is the minimum, 1000 is the maximum.
57
+ * 1 is the minimum, 100 is the maximum.
58
58
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
59
59
  * <p>
60
- Example: `500`
60
+ Example: `50`
61
61
  *
62
62
  */
63
63
  "limit"?: number;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapesRequest.
16
16
  */
17
17
  export interface ListNotebookSessionShapesRequest extends common.BaseRequest {
18
18
  /**
@@ -27,10 +27,10 @@ export interface ListNotebookSessionShapesRequest extends common.BaseRequest {
27
27
  /**
28
28
  * For list pagination. The maximum number of results per page,
29
29
  * or items to return in a paginated \"List\" call.
30
- * 1 is the minimum, 1000 is the maximum.
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: `500`
33
+ Example: `50`
34
34
  *
35
35
  */
36
36
  "limit"?: number;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessionsRequest.
17
17
  */
18
18
  export interface ListNotebookSessionsRequest extends common.BaseRequest {
19
19
  /**
@@ -46,10 +46,10 @@ export interface ListNotebookSessionsRequest extends common.BaseRequest {
46
46
  /**
47
47
  * For list pagination. The maximum number of results per page,
48
48
  * or items to return in a paginated \"List\" call.
49
- * 1 is the minimum, 1000 is the maximum.
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: `500`
52
+ Example: `50`
53
53
  *
54
54
  */
55
55
  "limit"?: number;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRunsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRunsRequest.
17
17
  */
18
18
  export interface ListPipelineRunsRequest extends common.BaseRequest {
19
19
  /**
@@ -44,10 +44,10 @@ export interface ListPipelineRunsRequest extends common.BaseRequest {
44
44
  /**
45
45
  * For list pagination. The maximum number of results per page,
46
46
  * or items to return in a paginated \"List\" call.
47
- * 1 is the minimum, 1000 is the maximum.
47
+ * 1 is the minimum, 100 is the maximum.
48
48
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
49
49
  * <p>
50
- Example: `500`
50
+ Example: `50`
51
51
  *
52
52
  */
53
53
  "limit"?: number;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListPipelines.ts.html |here} to see how to use ListPipelinesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/datascience/ListPipelines.ts.html |here} to see how to use ListPipelinesRequest.
17
17
  */
18
18
  export interface ListPipelinesRequest extends common.BaseRequest {
19
19
  /**
@@ -44,10 +44,10 @@ export interface ListPipelinesRequest extends common.BaseRequest {
44
44
  /**
45
45
  * For list pagination. The maximum number of results per page,
46
46
  * or items to return in a paginated \"List\" call.
47
- * 1 is the minimum, 1000 is the maximum.
47
+ * 1 is the minimum, 100 is the maximum.
48
48
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
49
49
  * <p>
50
- Example: `500`
50
+ Example: `50`
51
51
  *
52
52
  */
53
53
  "limit"?: number;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/datascience/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
17
17
  */
18
18
  export interface ListProjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -42,10 +42,10 @@ export interface ListProjectsRequest extends common.BaseRequest {
42
42
  /**
43
43
  * For list pagination. The maximum number of results per page,
44
44
  * or items to return in a paginated \"List\" call.
45
- * 1 is the minimum, 1000 is the maximum.
45
+ * 1 is the minimum, 100 is the maximum.
46
46
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
47
47
  * <p>
48
- Example: `500`
48
+ Example: `50`
49
49
  *
50
50
  */
51
51
  "limit"?: number;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -27,10 +27,10 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
27
27
  /**
28
28
  * For list pagination. The maximum number of results per page,
29
29
  * or items to return in a paginated \"List\" call.
30
- * 1 is the minimum, 1000 is the maximum.
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: `500`
33
+ Example: `50`
34
34
  *
35
35
  */
36
36
  "limit"?: number;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -27,10 +27,10 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
27
27
  /**
28
28
  * For list pagination. The maximum number of results per page,
29
29
  * or items to return in a paginated \"List\" call.
30
- * 1 is the minimum, 1000 is the maximum.
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: `500`
33
+ Example: `50`
34
34
  *
35
35
  */
36
36
  "limit"?: number;
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.3/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -35,10 +35,10 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
35
35
  /**
36
36
  * For list pagination. The maximum number of results per page,
37
37
  * or items to return in a paginated \"List\" call.
38
- * 1 is the minimum, 1000 is the maximum.
38
+ * 1 is the minimum, 100 is the maximum.
39
39
  * See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
40
40
  * <p>
41
- Example: `500`
41
+ Example: `50`
42
42
  *
43
43
  */
44
44
  "limit"?: number;