oci-datascience 2.132.0 → 2.134.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +128 -0
- package/lib/client.js +540 -0
- package/lib/client.js.map +1 -1
- package/lib/datascience-waiter.d.ts +8 -0
- package/lib/datascience-waiter.js +12 -0
- package/lib/datascience-waiter.js.map +1 -1
- package/lib/model/auth-configuration.js +0 -8
- package/lib/model/auth-configuration.js.map +1 -1
- package/lib/model/auto-scaling-policy.d.ts +1 -1
- package/lib/model/change-compute-target-compartment-details.d.ts +27 -0
- package/lib/model/change-compute-target-compartment-details.js +30 -0
- package/lib/model/change-compute-target-compartment-details.js.map +1 -0
- package/lib/model/compute-configuration-details.d.ts +23 -0
- package/lib/model/compute-configuration-details.js +69 -0
- package/lib/model/compute-configuration-details.js.map +1 -0
- package/lib/model/compute-target-lifecycle-state.d.ts +34 -0
- package/lib/model/compute-target-lifecycle-state.js +45 -0
- package/lib/model/compute-target-lifecycle-state.js.map +1 -0
- package/lib/model/compute-target-shape-series.d.ts +34 -0
- package/lib/model/compute-target-shape-series.js +45 -0
- package/lib/model/compute-target-shape-series.js.map +1 -0
- package/lib/model/{idcs-custom-service-auth-configuration.d.ts → compute-target-shape-summary.d.ts} +18 -19
- package/lib/model/compute-target-shape-summary.js +30 -0
- package/lib/model/compute-target-shape-summary.js.map +1 -0
- package/lib/model/compute-target-summary.d.ts +67 -0
- package/lib/model/compute-target-summary.js +30 -0
- package/lib/model/compute-target-summary.js.map +1 -0
- package/lib/model/compute-target-system-data.d.ts +23 -0
- package/lib/model/compute-target-system-data.js +69 -0
- package/lib/model/compute-target-system-data.js.map +1 -0
- package/lib/model/compute-target.d.ts +93 -0
- package/lib/model/compute-target.js +64 -0
- package/lib/model/compute-target.js.map +1 -0
- package/lib/model/compute-type.d.ts +28 -0
- package/lib/model/compute-type.js +39 -0
- package/lib/model/compute-type.js.map +1 -0
- package/lib/model/create-auth-configuration-details.js +0 -8
- package/lib/model/create-auth-configuration-details.js.map +1 -1
- package/lib/model/create-compute-target-details.d.ts +71 -0
- package/lib/model/create-compute-target-details.js +58 -0
- package/lib/model/create-compute-target-details.js.map +1 -0
- package/lib/model/create-job-details.d.ts +1 -1
- package/lib/model/create-job-details.js.map +1 -1
- package/lib/model/create-job-run-details.d.ts +1 -1
- package/lib/model/create-job-run-details.js.map +1 -1
- package/lib/model/create-ml-application-instance-details.d.ts +1 -1
- package/lib/model/create-ml-application-instance-details.js.map +1 -1
- package/lib/model/create-model-deployment-details.d.ts +1 -1
- package/lib/model/create-model-deployment-details.js.map +1 -1
- package/lib/model/http-method.d.ts +33 -0
- package/lib/model/http-method.js +44 -0
- package/lib/model/http-method.js.map +1 -0
- package/lib/model/index.d.ts +116 -8
- package/lib/model/index.js +124 -15
- package/lib/model/index.js.map +1 -1
- package/lib/model/{idcs-auth-configuration.d.ts → inference-http-endpoint.d.ts} +12 -11
- package/lib/model/inference-http-endpoint.js +62 -0
- package/lib/model/inference-http-endpoint.js.map +1 -0
- package/lib/model/job-infrastructure-configuration-details.js +4 -0
- package/lib/model/job-infrastructure-configuration-details.js.map +1 -1
- package/lib/model/job-node-group-configuration-details.d.ts +1 -1
- package/lib/model/job-node-group-configuration-details.js.map +1 -1
- package/lib/model/job-run.d.ts +2 -2
- package/lib/model/job-run.js.map +1 -1
- package/lib/model/job.d.ts +1 -1
- package/lib/model/job.js.map +1 -1
- package/lib/model/managed-compute-cluster-auto-scaling-policy-details.d.ts +23 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy-details.js +69 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy.d.ts +40 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy.js +67 -0
- package/lib/model/managed-compute-cluster-auto-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-compute-configuration-details.d.ts +27 -0
- package/lib/model/managed-compute-cluster-compute-configuration-details.js +69 -0
- package/lib/model/managed-compute-cluster-compute-configuration-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.d.ts +39 -0
- package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.js +55 -0
- package/lib/model/managed-compute-cluster-custom-expression-query-scaling-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-custom-metric-expression-rule.d.ts +27 -0
- package/lib/model/managed-compute-cluster-custom-metric-expression-rule.js +69 -0
- package/lib/model/managed-compute-cluster-custom-metric-expression-rule.js.map +1 -0
- package/lib/model/managed-compute-cluster-fixed-size-scaling-policy.d.ts +29 -0
- package/lib/model/{create-idcs-auth-configuration-details.js → managed-compute-cluster-fixed-size-scaling-policy.js} +10 -10
- package/lib/model/managed-compute-cluster-fixed-size-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-instance-configuration-details.d.ts +32 -0
- package/lib/model/managed-compute-cluster-instance-configuration-details.js +58 -0
- package/lib/model/managed-compute-cluster-instance-configuration-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-instance-shape-details.d.ts +30 -0
- package/lib/model/managed-compute-cluster-instance-shape-details.js +30 -0
- package/lib/model/managed-compute-cluster-instance-shape-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.d.ts +30 -0
- package/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.js +63 -0
- package/lib/model/managed-compute-cluster-job-infrastructure-configuration-details.js.map +1 -0
- package/lib/model/{create-idcs-auth-configuration-details.d.ts → managed-compute-cluster-job-resource-configuration.d.ts} +7 -11
- package/lib/model/managed-compute-cluster-job-resource-configuration.js +64 -0
- package/lib/model/managed-compute-cluster-job-resource-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-metric-expression-rule.d.ts +23 -0
- package/lib/model/managed-compute-cluster-metric-expression-rule.js +73 -0
- package/lib/model/managed-compute-cluster-metric-expression-rule.js.map +1 -0
- package/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.d.ts +31 -0
- package/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.js +69 -0
- package/lib/model/managed-compute-cluster-model-deploy-infrastructure-config-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-model-deployment-resource-configuration.d.ts +25 -0
- package/lib/model/managed-compute-cluster-model-deployment-resource-configuration.js +64 -0
- package/lib/model/managed-compute-cluster-model-deployment-resource-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-model-deployment-system-data.d.ts +29 -0
- package/lib/model/{idcs-custom-service-auth-configuration.js → managed-compute-cluster-model-deployment-system-data.js} +10 -10
- package/lib/model/managed-compute-cluster-model-deployment-system-data.js.map +1 -0
- package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.d.ts +29 -0
- package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.js +55 -0
- package/lib/model/managed-compute-cluster-predefined-expression-threshold-scaling-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-predefined-metric-expression-rule.d.ts +40 -0
- package/lib/model/managed-compute-cluster-predefined-metric-expression-rule.js +79 -0
- package/lib/model/managed-compute-cluster-predefined-metric-expression-rule.js.map +1 -0
- package/lib/model/managed-compute-cluster-scaling-configuration.d.ts +36 -0
- package/lib/model/managed-compute-cluster-scaling-configuration.js +73 -0
- package/lib/model/managed-compute-cluster-scaling-configuration.js.map +1 -0
- package/lib/model/managed-compute-cluster-scaling-policy.d.ts +23 -0
- package/lib/model/managed-compute-cluster-scaling-policy.js +73 -0
- package/lib/model/managed-compute-cluster-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-system-data.d.ts +29 -0
- package/lib/model/{idcs-auth-configuration.js → managed-compute-cluster-system-data.js} +10 -10
- package/lib/model/managed-compute-cluster-system-data.js.map +1 -0
- package/lib/model/managed-compute-cluster-threshold-based-auto-scaling-policy-details.d.ts +45 -0
- package/lib/model/managed-compute-cluster-threshold-based-auto-scaling-policy-details.js +67 -0
- package/lib/model/managed-compute-cluster-threshold-based-auto-scaling-policy-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy-details.d.ts +23 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy-details.js +69 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy-details.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy.d.ts +33 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy.js +67 -0
- package/lib/model/managed-compute-cluster-workload-auto-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-fixed-size-scaling-policy.d.ts +29 -0
- package/lib/model/managed-compute-cluster-workload-fixed-size-scaling-policy.js +55 -0
- package/lib/model/managed-compute-cluster-workload-fixed-size-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-metric-expression-rule.d.ts +23 -0
- package/lib/model/managed-compute-cluster-workload-metric-expression-rule.js +73 -0
- package/lib/model/managed-compute-cluster-workload-metric-expression-rule.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-scale-policy.d.ts +41 -0
- package/lib/model/managed-compute-cluster-workload-scale-policy.js +30 -0
- package/lib/model/managed-compute-cluster-workload-scale-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-scaling-policy.d.ts +23 -0
- package/lib/model/managed-compute-cluster-workload-scaling-policy.js +73 -0
- package/lib/model/managed-compute-cluster-workload-scaling-policy.js.map +1 -0
- package/lib/model/managed-compute-cluster-workload-threshold-based-policy-details.d.ts +47 -0
- package/lib/model/managed-compute-cluster-workload-threshold-based-policy-details.js +79 -0
- package/lib/model/managed-compute-cluster-workload-threshold-based-policy-details.js.map +1 -0
- package/lib/model/ml-application-instance-view.d.ts +1 -1
- package/lib/model/ml-application-instance-view.js.map +1 -1
- package/lib/model/ml-application-instance.d.ts +1 -1
- package/lib/model/ml-application-instance.js.map +1 -1
- package/lib/model/model-deploy-infrastructure-configuration-details.d.ts +23 -0
- package/lib/model/model-deploy-infrastructure-configuration-details.js +69 -0
- package/lib/model/model-deploy-infrastructure-configuration-details.js.map +1 -0
- package/lib/model/model-deploy-infrastructure-type.d.ts +28 -0
- package/lib/model/model-deploy-infrastructure-type.js +39 -0
- package/lib/model/model-deploy-infrastructure-type.js.map +1 -0
- package/lib/model/model-deployment-configuration-details.js +4 -0
- package/lib/model/model-deployment-configuration-details.js.map +1 -1
- package/lib/model/model-deployment-summary.d.ts +2 -2
- package/lib/model/model-deployment-summary.js.map +1 -1
- package/lib/model/model-deployment-system-data.js +4 -0
- package/lib/model/model-deployment-system-data.js.map +1 -1
- package/lib/model/model-deployment-type.d.ts +1 -0
- package/lib/model/model-deployment-type.js +1 -0
- package/lib/model/model-deployment-type.js.map +1 -1
- package/lib/model/model-deployment.d.ts +2 -2
- package/lib/model/model-deployment.js.map +1 -1
- package/lib/model/ocir-model-deployment-environment-configuration-details.d.ts +12 -0
- package/lib/model/ocir-model-deployment-environment-configuration-details.js +14 -2
- package/lib/model/ocir-model-deployment-environment-configuration-details.js.map +1 -1
- package/lib/model/resource-limit-configuration.d.ts +32 -0
- package/lib/model/resource-limit-configuration.js +30 -0
- package/lib/model/resource-limit-configuration.js.map +1 -0
- package/lib/model/resource-request-configuration.d.ts +37 -0
- package/lib/model/resource-request-configuration.js +30 -0
- package/lib/model/resource-request-configuration.js.map +1 -0
- package/lib/model/single-model-configuration-details.d.ts +26 -0
- package/lib/model/single-model-configuration-details.js +30 -0
- package/lib/model/single-model-configuration-details.js.map +1 -0
- package/lib/model/single-model-deployment-flex-configuration-details.d.ts +28 -0
- package/lib/model/single-model-deployment-flex-configuration-details.js +75 -0
- package/lib/model/single-model-deployment-flex-configuration-details.js.map +1 -0
- package/lib/model/target-custom-expression-query-scaling-configuration.d.ts +47 -0
- package/lib/model/{create-idcs-custom-service-auth-configuration-details.js → target-custom-expression-query-scaling-configuration.js} +10 -10
- package/lib/model/target-custom-expression-query-scaling-configuration.js.map +1 -0
- package/lib/model/target-custom-metric-expression-rule.d.ts +26 -0
- package/lib/model/target-custom-metric-expression-rule.js +63 -0
- package/lib/model/target-custom-metric-expression-rule.js.map +1 -0
- package/lib/model/target-predefined-expression-threshold-scaling-configuration.d.ts +29 -0
- package/lib/model/target-predefined-expression-threshold-scaling-configuration.js +55 -0
- package/lib/model/target-predefined-expression-threshold-scaling-configuration.js.map +1 -0
- package/lib/model/target-predefined-metric-expression-rule.d.ts +39 -0
- package/lib/model/target-predefined-metric-expression-rule.js +73 -0
- package/lib/model/target-predefined-metric-expression-rule.js.map +1 -0
- package/lib/model/target-scaling-configuration.d.ts +23 -0
- package/lib/model/target-scaling-configuration.js +73 -0
- package/lib/model/target-scaling-configuration.js.map +1 -0
- package/lib/model/update-compute-configuration-details.d.ts +23 -0
- package/lib/model/update-compute-configuration-details.js +69 -0
- package/lib/model/update-compute-configuration-details.js.map +1 -0
- package/lib/model/update-compute-target-details.d.ts +66 -0
- package/lib/model/update-compute-target-details.js +58 -0
- package/lib/model/update-compute-target-details.js.map +1 -0
- package/lib/model/update-job-details.d.ts +1 -1
- package/lib/model/update-job-details.js.map +1 -1
- package/lib/model/update-managed-compute-cluster-configuration-details.d.ts +27 -0
- package/lib/model/update-managed-compute-cluster-configuration-details.js +69 -0
- package/lib/model/update-managed-compute-cluster-configuration-details.js.map +1 -0
- package/lib/model/update-managed-compute-cluster-instance-configuration-details.d.ts +32 -0
- package/lib/model/update-managed-compute-cluster-instance-configuration-details.js +58 -0
- package/lib/model/update-managed-compute-cluster-instance-configuration-details.js.map +1 -0
- package/lib/model/update-managed-compute-cluster-model-deploy-infrastructure-config-details.d.ts +33 -0
- package/lib/model/update-managed-compute-cluster-model-deploy-infrastructure-config-details.js +69 -0
- package/lib/model/update-managed-compute-cluster-model-deploy-infrastructure-config-details.js.map +1 -0
- package/lib/model/update-model-deploy-infrastructure-configuration-details.d.ts +23 -0
- package/lib/model/update-model-deploy-infrastructure-configuration-details.js +69 -0
- package/lib/model/update-model-deploy-infrastructure-configuration-details.js.map +1 -0
- package/lib/model/update-model-deployment-configuration-details.js +4 -0
- package/lib/model/update-model-deployment-configuration-details.js.map +1 -1
- package/lib/model/update-model-deployment-details.d.ts +1 -1
- package/lib/model/update-model-deployment-details.js.map +1 -1
- package/lib/model/update-ocir-model-deployment-environment-configuration-details.d.ts +12 -0
- package/lib/model/update-ocir-model-deployment-environment-configuration-details.js +14 -2
- package/lib/model/update-ocir-model-deployment-environment-configuration-details.js.map +1 -1
- package/lib/model/update-single-model-configuration-details.d.ts +26 -0
- package/lib/model/update-single-model-configuration-details.js +30 -0
- package/lib/model/update-single-model-configuration-details.js.map +1 -0
- package/lib/model/update-single-model-deployment-flex-configuration-details.d.ts +28 -0
- package/lib/model/update-single-model-deployment-flex-configuration-details.js +75 -0
- package/lib/model/update-single-model-deployment-flex-configuration-details.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +3 -0
- package/lib/model/work-request-operation-type.js +3 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/request/change-compute-target-compartment-request.d.ts +46 -0
- package/lib/request/change-compute-target-compartment-request.js +15 -0
- package/lib/request/change-compute-target-compartment-request.js.map +1 -0
- package/lib/request/create-compute-target-request.d.ts +33 -0
- package/lib/request/create-compute-target-request.js +15 -0
- package/lib/request/create-compute-target-request.js.map +1 -0
- package/lib/request/delete-compute-target-request.d.ts +36 -0
- package/lib/request/delete-compute-target-request.js +15 -0
- package/lib/request/delete-compute-target-request.js.map +1 -0
- package/lib/request/get-compute-target-request.d.ts +27 -0
- package/lib/request/get-compute-target-request.js +15 -0
- package/lib/request/get-compute-target-request.js.map +1 -0
- package/lib/request/index.d.ts +14 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-compute-target-shapes-request.d.ts +45 -0
- package/lib/request/list-compute-target-shapes-request.js +15 -0
- package/lib/request/list-compute-target-shapes-request.js.map +1 -0
- package/lib/request/list-compute-targets-request.d.ts +84 -0
- package/lib/request/list-compute-targets-request.js +29 -0
- package/lib/request/list-compute-targets-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +3 -0
- package/lib/request/list-work-requests-request.js +3 -0
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/update-compute-target-request.d.ts +41 -0
- package/lib/request/update-compute-target-request.js +15 -0
- package/lib/request/update-compute-target-request.js.map +1 -0
- package/lib/response/change-compute-target-compartment-response.d.ts +20 -0
- package/lib/response/change-compute-target-compartment-response.js +15 -0
- package/lib/response/change-compute-target-compartment-response.js.map +1 -0
- package/lib/response/create-compute-target-response.d.ts +41 -0
- package/lib/response/create-compute-target-response.js +15 -0
- package/lib/response/create-compute-target-response.js.map +1 -0
- package/lib/response/delete-compute-target-response.d.ts +26 -0
- package/lib/response/delete-compute-target-response.js +15 -0
- package/lib/response/delete-compute-target-response.js.map +1 -0
- package/lib/response/get-compute-target-response.d.ts +30 -0
- package/lib/response/get-compute-target-response.js +15 -0
- package/lib/response/get-compute-target-response.js.map +1 -0
- package/lib/response/index.d.ts +14 -0
- package/lib/response/list-compute-target-shapes-response.d.ts +35 -0
- package/lib/response/list-compute-target-shapes-response.js +15 -0
- package/lib/response/list-compute-target-shapes-response.js.map +1 -0
- package/lib/response/list-compute-targets-response.d.ts +35 -0
- package/lib/response/list-compute-targets-response.js +15 -0
- package/lib/response/list-compute-targets-response.js.map +1 -0
- package/lib/response/update-compute-target-response.d.ts +26 -0
- package/lib/response/update-compute-target-response.js +15 -0
- package/lib/response/update-compute-target-response.js.map +1 -0
- package/package.json +4 -3
- package/lib/model/create-idcs-auth-configuration-details.js.map +0 -1
- package/lib/model/create-idcs-custom-service-auth-configuration-details.d.ts +0 -45
- package/lib/model/create-idcs-custom-service-auth-configuration-details.js.map +0 -1
- package/lib/model/idcs-auth-configuration.js.map +0 -1
- package/lib/model/idcs-custom-service-auth-configuration.js.map +0 -1
package/lib/client.d.ts
CHANGED
|
@@ -168,6 +168,15 @@ export declare class DataScienceClient {
|
|
|
168
168
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
169
169
|
*/
|
|
170
170
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
171
|
+
/**
|
|
172
|
+
* Moves a compute target into a different compartment. When provided, If-Match is checked against ETag values of the resource.
|
|
173
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
174
|
+
* @param ChangeComputeTargetCompartmentRequest
|
|
175
|
+
* @return ChangeComputeTargetCompartmentResponse
|
|
176
|
+
* @throws OciError when an error occurs
|
|
177
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeComputeTargetCompartment.ts.html |here} to see how to use ChangeComputeTargetCompartment API.
|
|
178
|
+
*/
|
|
179
|
+
changeComputeTargetCompartment(changeComputeTargetCompartmentRequest: requests.ChangeComputeTargetCompartmentRequest): Promise<responses.ChangeComputeTargetCompartmentResponse>;
|
|
171
180
|
/**
|
|
172
181
|
* Moves a private endpoint into a different compartment. When provided, If-Match is checked against ETag values of the resource.
|
|
173
182
|
*
|
|
@@ -322,6 +331,15 @@ export declare class DataScienceClient {
|
|
|
322
331
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ChangeScheduleCompartment.ts.html |here} to see how to use ChangeScheduleCompartment API.
|
|
323
332
|
*/
|
|
324
333
|
changeScheduleCompartment(changeScheduleCompartmentRequest: requests.ChangeScheduleCompartmentRequest): Promise<responses.ChangeScheduleCompartmentResponse>;
|
|
334
|
+
/**
|
|
335
|
+
* Creates a new compute target resource.
|
|
336
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
337
|
+
* @param CreateComputeTargetRequest
|
|
338
|
+
* @return CreateComputeTargetResponse
|
|
339
|
+
* @throws OciError when an error occurs
|
|
340
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/CreateComputeTarget.ts.html |here} to see how to use CreateComputeTarget API.
|
|
341
|
+
*/
|
|
342
|
+
createComputeTarget(createComputeTargetRequest: requests.CreateComputeTargetRequest): Promise<responses.CreateComputeTargetResponse>;
|
|
325
343
|
/**
|
|
326
344
|
* Creates a Data Science private endpoint to be used by a Data Science resource.
|
|
327
345
|
*
|
|
@@ -581,6 +599,15 @@ export declare class DataScienceClient {
|
|
|
581
599
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeactivateSchedule.ts.html |here} to see how to use DeactivateSchedule API.
|
|
582
600
|
*/
|
|
583
601
|
deactivateSchedule(deactivateScheduleRequest: requests.DeactivateScheduleRequest): Promise<responses.DeactivateScheduleResponse>;
|
|
602
|
+
/**
|
|
603
|
+
* Deletes the specified compute target.
|
|
604
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
605
|
+
* @param DeleteComputeTargetRequest
|
|
606
|
+
* @return DeleteComputeTargetResponse
|
|
607
|
+
* @throws OciError when an error occurs
|
|
608
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/DeleteComputeTarget.ts.html |here} to see how to use DeleteComputeTarget API.
|
|
609
|
+
*/
|
|
610
|
+
deleteComputeTarget(deleteComputeTargetRequest: requests.DeleteComputeTargetRequest): Promise<responses.DeleteComputeTargetResponse>;
|
|
584
611
|
/**
|
|
585
612
|
* Deletes a private endpoint using `privateEndpointId`.
|
|
586
613
|
*
|
|
@@ -771,6 +798,15 @@ export declare class DataScienceClient {
|
|
|
771
798
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ExportModelArtifact.ts.html |here} to see how to use ExportModelArtifact API.
|
|
772
799
|
*/
|
|
773
800
|
exportModelArtifact(exportModelArtifactRequest: requests.ExportModelArtifactRequest): Promise<responses.ExportModelArtifactResponse>;
|
|
801
|
+
/**
|
|
802
|
+
* Retrieves the compute target for the specified `computeTargetId`.
|
|
803
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
804
|
+
* @param GetComputeTargetRequest
|
|
805
|
+
* @return GetComputeTargetResponse
|
|
806
|
+
* @throws OciError when an error occurs
|
|
807
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/GetComputeTarget.ts.html |here} to see how to use GetComputeTarget API.
|
|
808
|
+
*/
|
|
809
|
+
getComputeTarget(getComputeTargetRequest: requests.GetComputeTargetRequest): Promise<responses.GetComputeTargetResponse>;
|
|
774
810
|
/**
|
|
775
811
|
* Retrieves an private endpoint using a `privateEndpointId`.
|
|
776
812
|
*
|
|
@@ -1087,6 +1123,89 @@ export declare class DataScienceClient {
|
|
|
1087
1123
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ImportModelArtifact.ts.html |here} to see how to use ImportModelArtifact API.
|
|
1088
1124
|
*/
|
|
1089
1125
|
importModelArtifact(importModelArtifactRequest: requests.ImportModelArtifactRequest): Promise<responses.ImportModelArtifactResponse>;
|
|
1126
|
+
/**
|
|
1127
|
+
* Lists the valid compute target shapes.
|
|
1128
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1129
|
+
* @param ListComputeTargetShapesRequest
|
|
1130
|
+
* @return ListComputeTargetShapesResponse
|
|
1131
|
+
* @throws OciError when an error occurs
|
|
1132
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListComputeTargetShapes.ts.html |here} to see how to use ListComputeTargetShapes API.
|
|
1133
|
+
*/
|
|
1134
|
+
listComputeTargetShapes(listComputeTargetShapesRequest: requests.ListComputeTargetShapesRequest): Promise<responses.ListComputeTargetShapesResponse>;
|
|
1135
|
+
/**
|
|
1136
|
+
* NOTE: This function is deprecated in favor of listComputeTargetShapesRecordIterator function.
|
|
1137
|
+
* Creates a new async iterator which will iterate over the models.ComputeTargetShapeSummary objects
|
|
1138
|
+
* contained in responses from the listComputeTargetShapes operation. This iterator will fetch more data from the
|
|
1139
|
+
* server as needed.
|
|
1140
|
+
*
|
|
1141
|
+
* @param request a request which can be sent to the service operation
|
|
1142
|
+
*/
|
|
1143
|
+
listAllComputeTargetShapes(request: requests.ListComputeTargetShapesRequest): AsyncIterableIterator<model.ComputeTargetShapeSummary>;
|
|
1144
|
+
/**
|
|
1145
|
+
* NOTE: This function is deprecated in favor of listComputeTargetShapesResponseIterator function.
|
|
1146
|
+
* Creates a new async iterator which will iterate over the responses received from the listComputeTargetShapes operation. This iterator
|
|
1147
|
+
* will fetch more data from the server as needed.
|
|
1148
|
+
*
|
|
1149
|
+
* @param request a request which can be sent to the service operation
|
|
1150
|
+
*/
|
|
1151
|
+
listAllComputeTargetShapesResponses(request: requests.ListComputeTargetShapesRequest): AsyncIterableIterator<responses.ListComputeTargetShapesResponse>;
|
|
1152
|
+
/**
|
|
1153
|
+
* Creates a new async iterator which will iterate over the models.ComputeTargetShapeSummary objects
|
|
1154
|
+
* contained in responses from the listComputeTargetShapes operation. This iterator will fetch more data from the
|
|
1155
|
+
* server as needed.
|
|
1156
|
+
*
|
|
1157
|
+
* @param request a request which can be sent to the service operation
|
|
1158
|
+
*/
|
|
1159
|
+
listComputeTargetShapesRecordIterator(request: requests.ListComputeTargetShapesRequest): AsyncIterableIterator<model.ComputeTargetShapeSummary>;
|
|
1160
|
+
/**
|
|
1161
|
+
* Creates a new async iterator which will iterate over the responses received from the listComputeTargetShapes operation. This iterator
|
|
1162
|
+
* will fetch more data from the server as needed.
|
|
1163
|
+
*
|
|
1164
|
+
* @param request a request which can be sent to the service operation
|
|
1165
|
+
*/
|
|
1166
|
+
listComputeTargetShapesResponseIterator(request: requests.ListComputeTargetShapesRequest): AsyncIterableIterator<responses.ListComputeTargetShapesResponse>;
|
|
1167
|
+
/**
|
|
1168
|
+
* List all compute targets in the specified compartment. Supports queries on various other parameters in the query alongside compartmentId (must be included).
|
|
1169
|
+
*
|
|
1170
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1171
|
+
* @param ListComputeTargetsRequest
|
|
1172
|
+
* @return ListComputeTargetsResponse
|
|
1173
|
+
* @throws OciError when an error occurs
|
|
1174
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/ListComputeTargets.ts.html |here} to see how to use ListComputeTargets API.
|
|
1175
|
+
*/
|
|
1176
|
+
listComputeTargets(listComputeTargetsRequest: requests.ListComputeTargetsRequest): Promise<responses.ListComputeTargetsResponse>;
|
|
1177
|
+
/**
|
|
1178
|
+
* NOTE: This function is deprecated in favor of listComputeTargetsRecordIterator function.
|
|
1179
|
+
* Creates a new async iterator which will iterate over the models.ComputeTargetSummary objects
|
|
1180
|
+
* contained in responses from the listComputeTargets operation. This iterator will fetch more data from the
|
|
1181
|
+
* server as needed.
|
|
1182
|
+
*
|
|
1183
|
+
* @param request a request which can be sent to the service operation
|
|
1184
|
+
*/
|
|
1185
|
+
listAllComputeTargets(request: requests.ListComputeTargetsRequest): AsyncIterableIterator<model.ComputeTargetSummary>;
|
|
1186
|
+
/**
|
|
1187
|
+
* NOTE: This function is deprecated in favor of listComputeTargetsResponseIterator function.
|
|
1188
|
+
* Creates a new async iterator which will iterate over the responses received from the listComputeTargets operation. This iterator
|
|
1189
|
+
* will fetch more data from the server as needed.
|
|
1190
|
+
*
|
|
1191
|
+
* @param request a request which can be sent to the service operation
|
|
1192
|
+
*/
|
|
1193
|
+
listAllComputeTargetsResponses(request: requests.ListComputeTargetsRequest): AsyncIterableIterator<responses.ListComputeTargetsResponse>;
|
|
1194
|
+
/**
|
|
1195
|
+
* Creates a new async iterator which will iterate over the models.ComputeTargetSummary objects
|
|
1196
|
+
* contained in responses from the listComputeTargets operation. This iterator will fetch more data from the
|
|
1197
|
+
* server as needed.
|
|
1198
|
+
*
|
|
1199
|
+
* @param request a request which can be sent to the service operation
|
|
1200
|
+
*/
|
|
1201
|
+
listComputeTargetsRecordIterator(request: requests.ListComputeTargetsRequest): AsyncIterableIterator<model.ComputeTargetSummary>;
|
|
1202
|
+
/**
|
|
1203
|
+
* Creates a new async iterator which will iterate over the responses received from the listComputeTargets operation. This iterator
|
|
1204
|
+
* will fetch more data from the server as needed.
|
|
1205
|
+
*
|
|
1206
|
+
* @param request a request which can be sent to the service operation
|
|
1207
|
+
*/
|
|
1208
|
+
listComputeTargetsResponseIterator(request: requests.ListComputeTargetsRequest): AsyncIterableIterator<responses.ListComputeTargetsResponse>;
|
|
1090
1209
|
/**
|
|
1091
1210
|
* List containers.
|
|
1092
1211
|
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
@@ -2139,6 +2258,15 @@ export declare class DataScienceClient {
|
|
|
2139
2258
|
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/TriggerMlApplicationInstanceViewFlow.ts.html |here} to see how to use TriggerMlApplicationInstanceViewFlow API.
|
|
2140
2259
|
*/
|
|
2141
2260
|
triggerMlApplicationInstanceViewFlow(triggerMlApplicationInstanceViewFlowRequest: requests.TriggerMlApplicationInstanceViewFlowRequest): Promise<responses.TriggerMlApplicationInstanceViewFlowResponse>;
|
|
2261
|
+
/**
|
|
2262
|
+
* Updates the compute target.
|
|
2263
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2264
|
+
* @param UpdateComputeTargetRequest
|
|
2265
|
+
* @return UpdateComputeTargetResponse
|
|
2266
|
+
* @throws OciError when an error occurs
|
|
2267
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/datascience/UpdateComputeTarget.ts.html |here} to see how to use UpdateComputeTarget API.
|
|
2268
|
+
*/
|
|
2269
|
+
updateComputeTarget(updateComputeTargetRequest: requests.UpdateComputeTargetRequest): Promise<responses.UpdateComputeTargetResponse>;
|
|
2142
2270
|
/**
|
|
2143
2271
|
* Updates a private endpoint using a `privateEndpointId`. If changes to a private endpoint match
|
|
2144
2272
|
* a previously defined private endpoint, then a 409 status code is returned. This indicates
|