oci-datascience 2.131.2 → 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
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 ChangeComputeTargetCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeComputeTargetCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute target.
|
|
21
|
+
*/
|
|
22
|
+
"computeTargetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details for changing the compartment of a compute target.
|
|
25
|
+
*/
|
|
26
|
+
"changeComputeTargetCompartmentDetails": model.ChangeComputeTargetCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
32
|
+
* provide matches the resource's current {@code etag} value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"opcRequestId"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"opcRetryToken"?: string;
|
|
46
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-compute-target-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-compute-target-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/change-compute-target-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 CreateComputeTargetRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateComputeTargetRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for creating a new compute target.
|
|
21
|
+
*/
|
|
22
|
+
"createComputeTargetDetails": model.CreateComputeTargetDetails;
|
|
23
|
+
/**
|
|
24
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcRequestId"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRetryToken"?: string;
|
|
33
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-compute-target-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-compute-target-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/create-compute-target-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 DeleteComputeTargetRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteComputeTargetRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute target.
|
|
20
|
+
*/
|
|
21
|
+
"computeTargetId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
27
|
+
* provide matches the resource's current {@code etag} value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-compute-target-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-compute-target-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/delete-compute-target-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 GetComputeTargetRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetComputeTargetRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute target.
|
|
20
|
+
*/
|
|
21
|
+
"computeTargetId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId"?: string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-compute-target-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-compute-target-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/get-compute-target-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/request/index.d.ts
CHANGED
|
@@ -27,6 +27,8 @@ import * as CancelPipelineRunRequest from "./cancel-pipeline-run-request";
|
|
|
27
27
|
export import CancelPipelineRunRequest = CancelPipelineRunRequest.CancelPipelineRunRequest;
|
|
28
28
|
import * as CancelWorkRequestRequest from "./cancel-work-request-request";
|
|
29
29
|
export import CancelWorkRequestRequest = CancelWorkRequestRequest.CancelWorkRequestRequest;
|
|
30
|
+
import * as ChangeComputeTargetCompartmentRequest from "./change-compute-target-compartment-request";
|
|
31
|
+
export import ChangeComputeTargetCompartmentRequest = ChangeComputeTargetCompartmentRequest.ChangeComputeTargetCompartmentRequest;
|
|
30
32
|
import * as ChangeDataSciencePrivateEndpointCompartmentRequest from "./change-data-science-private-endpoint-compartment-request";
|
|
31
33
|
export import ChangeDataSciencePrivateEndpointCompartmentRequest = ChangeDataSciencePrivateEndpointCompartmentRequest.ChangeDataSciencePrivateEndpointCompartmentRequest;
|
|
32
34
|
import * as ChangeJobCompartmentRequest from "./change-job-compartment-request";
|
|
@@ -61,6 +63,8 @@ import * as ChangeProjectCompartmentRequest from "./change-project-compartment-r
|
|
|
61
63
|
export import ChangeProjectCompartmentRequest = ChangeProjectCompartmentRequest.ChangeProjectCompartmentRequest;
|
|
62
64
|
import * as ChangeScheduleCompartmentRequest from "./change-schedule-compartment-request";
|
|
63
65
|
export import ChangeScheduleCompartmentRequest = ChangeScheduleCompartmentRequest.ChangeScheduleCompartmentRequest;
|
|
66
|
+
import * as CreateComputeTargetRequest from "./create-compute-target-request";
|
|
67
|
+
export import CreateComputeTargetRequest = CreateComputeTargetRequest.CreateComputeTargetRequest;
|
|
64
68
|
import * as CreateDataSciencePrivateEndpointRequest from "./create-data-science-private-endpoint-request";
|
|
65
69
|
export import CreateDataSciencePrivateEndpointRequest = CreateDataSciencePrivateEndpointRequest.CreateDataSciencePrivateEndpointRequest;
|
|
66
70
|
import * as CreateJobRequest from "./create-job-request";
|
|
@@ -117,6 +121,8 @@ import * as DeactivateNotebookSessionRequest from "./deactivate-notebook-session
|
|
|
117
121
|
export import DeactivateNotebookSessionRequest = DeactivateNotebookSessionRequest.DeactivateNotebookSessionRequest;
|
|
118
122
|
import * as DeactivateScheduleRequest from "./deactivate-schedule-request";
|
|
119
123
|
export import DeactivateScheduleRequest = DeactivateScheduleRequest.DeactivateScheduleRequest;
|
|
124
|
+
import * as DeleteComputeTargetRequest from "./delete-compute-target-request";
|
|
125
|
+
export import DeleteComputeTargetRequest = DeleteComputeTargetRequest.DeleteComputeTargetRequest;
|
|
120
126
|
import * as DeleteDataSciencePrivateEndpointRequest from "./delete-data-science-private-endpoint-request";
|
|
121
127
|
export import DeleteDataSciencePrivateEndpointRequest = DeleteDataSciencePrivateEndpointRequest.DeleteDataSciencePrivateEndpointRequest;
|
|
122
128
|
import * as DeleteJobRequest from "./delete-job-request";
|
|
@@ -159,6 +165,8 @@ import * as EnableMlApplicationInstanceViewTriggerRequest from "./enable-ml-appl
|
|
|
159
165
|
export import EnableMlApplicationInstanceViewTriggerRequest = EnableMlApplicationInstanceViewTriggerRequest.EnableMlApplicationInstanceViewTriggerRequest;
|
|
160
166
|
import * as ExportModelArtifactRequest from "./export-model-artifact-request";
|
|
161
167
|
export import ExportModelArtifactRequest = ExportModelArtifactRequest.ExportModelArtifactRequest;
|
|
168
|
+
import * as GetComputeTargetRequest from "./get-compute-target-request";
|
|
169
|
+
export import GetComputeTargetRequest = GetComputeTargetRequest.GetComputeTargetRequest;
|
|
162
170
|
import * as GetDataSciencePrivateEndpointRequest from "./get-data-science-private-endpoint-request";
|
|
163
171
|
export import GetDataSciencePrivateEndpointRequest = GetDataSciencePrivateEndpointRequest.GetDataSciencePrivateEndpointRequest;
|
|
164
172
|
import * as GetJobRequest from "./get-job-request";
|
|
@@ -229,6 +237,10 @@ import * as HeadStepArtifactRequest from "./head-step-artifact-request";
|
|
|
229
237
|
export import HeadStepArtifactRequest = HeadStepArtifactRequest.HeadStepArtifactRequest;
|
|
230
238
|
import * as ImportModelArtifactRequest from "./import-model-artifact-request";
|
|
231
239
|
export import ImportModelArtifactRequest = ImportModelArtifactRequest.ImportModelArtifactRequest;
|
|
240
|
+
import * as ListComputeTargetShapesRequest from "./list-compute-target-shapes-request";
|
|
241
|
+
export import ListComputeTargetShapesRequest = ListComputeTargetShapesRequest.ListComputeTargetShapesRequest;
|
|
242
|
+
import * as ListComputeTargetsRequest from "./list-compute-targets-request";
|
|
243
|
+
export import ListComputeTargetsRequest = ListComputeTargetsRequest.ListComputeTargetsRequest;
|
|
232
244
|
import * as ListContainersRequest from "./list-containers-request";
|
|
233
245
|
export import ListContainersRequest = ListContainersRequest.ListContainersRequest;
|
|
234
246
|
import * as ListDataSciencePrivateEndpointsRequest from "./list-data-science-private-endpoints-request";
|
|
@@ -297,6 +309,8 @@ import * as TriggerMlApplicationInstanceFlowRequest from "./trigger-ml-applicati
|
|
|
297
309
|
export import TriggerMlApplicationInstanceFlowRequest = TriggerMlApplicationInstanceFlowRequest.TriggerMlApplicationInstanceFlowRequest;
|
|
298
310
|
import * as TriggerMlApplicationInstanceViewFlowRequest from "./trigger-ml-application-instance-view-flow-request";
|
|
299
311
|
export import TriggerMlApplicationInstanceViewFlowRequest = TriggerMlApplicationInstanceViewFlowRequest.TriggerMlApplicationInstanceViewFlowRequest;
|
|
312
|
+
import * as UpdateComputeTargetRequest from "./update-compute-target-request";
|
|
313
|
+
export import UpdateComputeTargetRequest = UpdateComputeTargetRequest.UpdateComputeTargetRequest;
|
|
300
314
|
import * as UpdateDataSciencePrivateEndpointRequest from "./update-data-science-private-endpoint-request";
|
|
301
315
|
export import UpdateDataSciencePrivateEndpointRequest = UpdateDataSciencePrivateEndpointRequest.UpdateDataSciencePrivateEndpointRequest;
|
|
302
316
|
import * as UpdateJobRequest from "./update-job-request";
|
package/lib/request/index.js
CHANGED
|
@@ -32,7 +32,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.ListWorkRequestsRequest = exports.ListSchedulesRequest = exports.ListProjectsRequest = exports.ListPipelinesRequest = exports.ListPipelineRunsRequest = exports.ListNotebookSessionsRequest = exports.ListModelsRequest = exports.ListModelVersionSetsRequest = exports.ListModelGroupsRequest = exports.ListModelGroupVersionHistoriesRequest = exports.ListModelGroupModelsRequest = exports.ListModelDeploymentsRequest = exports.ListModelDeploymentModelStatesRequest = exports.ListMlApplicationsRequest = exports.ListMlApplicationInstancesRequest = exports.ListMlApplicationInstanceViewsRequest = exports.ListMlApplicationImplementationsRequest = exports.ListMlApplicationImplementationVersionsRequest = exports.ListJobsRequest = exports.ListJobRunsRequest = exports.ListDataSciencePrivateEndpointsRequest = void 0;
|
|
35
|
+
exports.ListWorkRequestsRequest = exports.ListSchedulesRequest = exports.ListProjectsRequest = exports.ListPipelinesRequest = exports.ListPipelineRunsRequest = exports.ListNotebookSessionsRequest = exports.ListModelsRequest = exports.ListModelVersionSetsRequest = exports.ListModelGroupsRequest = exports.ListModelGroupVersionHistoriesRequest = exports.ListModelGroupModelsRequest = exports.ListModelDeploymentsRequest = exports.ListModelDeploymentModelStatesRequest = exports.ListMlApplicationsRequest = exports.ListMlApplicationInstancesRequest = exports.ListMlApplicationInstanceViewsRequest = exports.ListMlApplicationImplementationsRequest = exports.ListMlApplicationImplementationVersionsRequest = exports.ListJobsRequest = exports.ListJobRunsRequest = exports.ListDataSciencePrivateEndpointsRequest = exports.ListComputeTargetsRequest = void 0;
|
|
36
|
+
const ListComputeTargetsRequest = __importStar(require("./list-compute-targets-request"));
|
|
37
|
+
exports.ListComputeTargetsRequest = ListComputeTargetsRequest.ListComputeTargetsRequest;
|
|
36
38
|
const ListDataSciencePrivateEndpointsRequest = __importStar(require("./list-data-science-private-endpoints-request"));
|
|
37
39
|
exports.ListDataSciencePrivateEndpointsRequest = ListDataSciencePrivateEndpointsRequest.ListDataSciencePrivateEndpointsRequest;
|
|
38
40
|
const ListJobRunsRequest = __importStar(require("./list-job-runs-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAsOH,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,sHAAwG;AAC1F,QAAA,sCAAsC,GAAG,sCAAsC,CAAC,sCAAsC,CAAC;AAGrI,4EAA8D;AAChD,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AAGzE,qEAAuD;AACzC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,sIAAwH;AAC1G,QAAA,8CAA8C,GAAG,8CAA8C,CAAC,8CAA8C,CAAC;AAC7J,uHAAyG;AAC3F,QAAA,uCAAuC,GAAG,uCAAuC,CAAC,uCAAuC,CAAC;AACxI,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,2GAA6F;AAC/E,QAAA,iCAAiC,GAAG,iCAAiC,CAAC,iCAAiC,CAAC;AACtH,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAGlI,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,oHAAsG;AACxF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,+FAAiF;AACnE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,yEAA2D;AAC7C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AAGtE,8FAAgF;AAClE,QAAA,2BAA2B,GAAG,2BAA2B,CAAC,2BAA2B,CAAC;AACpG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAK/E,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @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 ListComputeTargetShapesRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface ListComputeTargetShapesRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* <b>Filter</b> results by the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcRequestId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* For list pagination. The maximum number of results per page,
|
|
29
|
+
* or items to return in a paginated \"List\" call.
|
|
30
|
+
* 1 is the minimum, 100 is the maximum.
|
|
31
|
+
* See [List Pagination](https://docs.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
32
|
+
* <p>
|
|
33
|
+
Example: {@code 50}
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"limit"?: number;
|
|
37
|
+
/**
|
|
38
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
39
|
+
* header from the previous \"List\" call.
|
|
40
|
+
* <p>
|
|
41
|
+
See [List Pagination](https://docs.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"page"?: string;
|
|
45
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-compute-target-shapes-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-compute-target-shapes-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-compute-target-shapes-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 ListComputeTargetsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListComputeTargetsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* <b>Filter</b> results by the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
/**
|
|
24
|
+
* <b>Filter</b> results by [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm). Must be an OCID of the correct type for the resource type.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"id"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* <b>Filter</b> results by its user-friendly name.
|
|
30
|
+
*/
|
|
31
|
+
"displayName"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* <b>Filter</b> results by the specified lifecycle state. Must be a valid
|
|
34
|
+
* state for the resource type.
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"lifecycleState"?: model.ComputeTargetLifecycleState;
|
|
38
|
+
/**
|
|
39
|
+
* For list pagination. The maximum number of results per page,
|
|
40
|
+
* or items to return in a paginated \"List\" call.
|
|
41
|
+
* 1 is the minimum, 100 is the maximum.
|
|
42
|
+
* See [List Pagination](https://docs.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
43
|
+
* <p>
|
|
44
|
+
Example: {@code 50}
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"limit"?: number;
|
|
48
|
+
/**
|
|
49
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
50
|
+
* header from the previous \"List\" call.
|
|
51
|
+
* <p>
|
|
52
|
+
See [List Pagination](https://docs.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
53
|
+
*
|
|
54
|
+
*/
|
|
55
|
+
"page"?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"sortOrder"?: ListComputeTargetsRequest.SortOrder;
|
|
61
|
+
/**
|
|
62
|
+
* Specifies the field to sort by. Accepts only one field.
|
|
63
|
+
* By default, when you sort by {@code timeCreated}, the results are shown
|
|
64
|
+
* in descending order. When you sort by {@code displayName}, the results are
|
|
65
|
+
* shown in ascending order. Sort order for the {@code displayName} field is case sensitive.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"sortBy"?: ListComputeTargetsRequest.SortBy;
|
|
69
|
+
/**
|
|
70
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
"opcRequestId"?: string;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace ListComputeTargetsRequest {
|
|
76
|
+
enum SortOrder {
|
|
77
|
+
Asc = "ASC",
|
|
78
|
+
Desc = "DESC"
|
|
79
|
+
}
|
|
80
|
+
enum SortBy {
|
|
81
|
+
TimeCreated = "timeCreated",
|
|
82
|
+
DisplayName = "displayName"
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.ListComputeTargetsRequest = void 0;
|
|
16
|
+
var ListComputeTargetsRequest;
|
|
17
|
+
(function (ListComputeTargetsRequest) {
|
|
18
|
+
let SortOrder;
|
|
19
|
+
(function (SortOrder) {
|
|
20
|
+
SortOrder["Asc"] = "ASC";
|
|
21
|
+
SortOrder["Desc"] = "DESC";
|
|
22
|
+
})(SortOrder = ListComputeTargetsRequest.SortOrder || (ListComputeTargetsRequest.SortOrder = {}));
|
|
23
|
+
let SortBy;
|
|
24
|
+
(function (SortBy) {
|
|
25
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
26
|
+
SortBy["DisplayName"] = "displayName";
|
|
27
|
+
})(SortBy = ListComputeTargetsRequest.SortBy || (ListComputeTargetsRequest.SortBy = {}));
|
|
28
|
+
})(ListComputeTargetsRequest = exports.ListComputeTargetsRequest || (exports.ListComputeTargetsRequest = {}));
|
|
29
|
+
//# sourceMappingURL=list-compute-targets-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-compute-targets-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-compute-targets-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkEH,IAAiB,yBAAyB,CAUzC;AAVD,WAAiB,yBAAyB;IACxC,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,mCAAS,KAAT,mCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,gCAAM,KAAN,gCAAM,QAGjB;AACH,CAAC,EAVgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAUzC"}
|
|
@@ -118,6 +118,9 @@ export declare namespace ListWorkRequestsRequest {
|
|
|
118
118
|
ScheduleDeactivate = "SCHEDULE_DEACTIVATE",
|
|
119
119
|
RegisterModelArtifact = "REGISTER_MODEL_ARTIFACT",
|
|
120
120
|
RestoreArchivedModel = "RESTORE_ARCHIVED_MODEL",
|
|
121
|
+
ComputeTargetCreate = "COMPUTE_TARGET_CREATE",
|
|
122
|
+
ComputeTargetUpdate = "COMPUTE_TARGET_UPDATE",
|
|
123
|
+
ComputeTargetDelete = "COMPUTE_TARGET_DELETE",
|
|
121
124
|
ModelGroupCreate = "MODEL_GROUP_CREATE",
|
|
122
125
|
ModelGroupUpdate = "MODEL_GROUP_UPDATE",
|
|
123
126
|
ModelGroupDelete = "MODEL_GROUP_DELETE",
|
|
@@ -63,6 +63,9 @@ var ListWorkRequestsRequest;
|
|
|
63
63
|
OperationType["ScheduleDeactivate"] = "SCHEDULE_DEACTIVATE";
|
|
64
64
|
OperationType["RegisterModelArtifact"] = "REGISTER_MODEL_ARTIFACT";
|
|
65
65
|
OperationType["RestoreArchivedModel"] = "RESTORE_ARCHIVED_MODEL";
|
|
66
|
+
OperationType["ComputeTargetCreate"] = "COMPUTE_TARGET_CREATE";
|
|
67
|
+
OperationType["ComputeTargetUpdate"] = "COMPUTE_TARGET_UPDATE";
|
|
68
|
+
OperationType["ComputeTargetDelete"] = "COMPUTE_TARGET_DELETE";
|
|
66
69
|
OperationType["ModelGroupCreate"] = "MODEL_GROUP_CREATE";
|
|
67
70
|
OperationType["ModelGroupUpdate"] = "MODEL_GROUP_UPDATE";
|
|
68
71
|
OperationType["ModelGroupDelete"] = "MODEL_GROUP_DELETE";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiEH,IAAiB,uBAAuB,
|
|
1
|
+
{"version":3,"file":"list-work-requests-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/list-work-requests-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiEH,IAAiB,uBAAuB,CA4EvC;AA5ED,WAAiB,uBAAuB;IACtC,IAAY,aAsDX;IAtDD,WAAY,aAAa;QACvB,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,iEAAgD,CAAA;QAChD,8DAA6C,CAAA;QAC7C,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,sEAAqD,CAAA;QACrD,0EAAyD,CAAA;QACzD,kEAAiD,CAAA;QACjD,iDAAgC,CAAA;QAChC,yDAAwC,CAAA;QACxC,yCAAwB,CAAA;QACxB,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,0DAAyC,CAAA;QACzC,6EAA4D,CAAA;QAC5D,2EAA0D,CAAA;QAC1D,2FAA0E,CAAA;QAC1E,2FAA0E,CAAA;QAC1E,uFAAsE,CAAA;QACtE,+EAA8D,CAAA;QAC9D,+EAA8D,CAAA;QAC9D,+EAA8D,CAAA;QAC9D,2EAA0D,CAAA;QAC1D,wFAAuE,CAAA;QACvE,wFAAuE,CAAA;QACvE,wFAAuE,CAAA;QACvE,0FAAyE,CAAA;QACzE,oFAAmE,CAAA;QACnE,kEAAiD,CAAA;QACjD,kEAAiD,CAAA;QACjD,8DAA6C,CAAA;QAC7C,kEAAiD,CAAA;QACjD,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,mDAAkC,CAAA;QAClC,+CAA8B,CAAA;QAC9B,uDAAsC,CAAA;QACtC,2DAA0C,CAAA;QAC1C,kEAAiD,CAAA;QACjD,gEAA+C,CAAA;QAC/C,8DAA6C,CAAA;QAC7C,8DAA6C,CAAA;QAC7C,8DAA6C,CAAA;QAC7C,wDAAuC,CAAA;QACvC,wDAAuC,CAAA;QACvC,wDAAuC,CAAA;QACvC,sFAAqE,CAAA;IACvE,CAAC,EAtDW,aAAa,GAAb,qCAAa,KAAb,qCAAa,QAsDxB;IAED,IAAY,MAOX;IAPD,WAAY,MAAM;QAChB,+BAAqB,CAAA;QACrB,oCAA0B,CAAA;QAC1B,2BAAiB,CAAA;QACjB,iCAAuB,CAAA;QACvB,iCAAuB,CAAA;QACvB,+BAAqB,CAAA;IACvB,CAAC,EAPW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAOjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,iCAAS,KAAT,iCAAS,QAGpB;IAED,IAAY,MAIX;IAJD,WAAY,MAAM;QAChB,yCAA+B,CAAA;QAC/B,2BAAiB,CAAA;QACjB,uCAA6B,CAAA;IAC/B,CAAC,EAJW,MAAM,GAAN,8BAAM,KAAN,8BAAM,QAIjB;AACH,CAAC,EA5EgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QA4EvC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @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 UpdateComputeTargetRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateComputeTargetRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compute target.
|
|
21
|
+
*/
|
|
22
|
+
"computeTargetId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details for updating a Compute Target.
|
|
25
|
+
*/
|
|
26
|
+
"updateComputeTargetDetails": model.UpdateComputeTargetDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRequestId"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
34
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
35
|
+
* etag from a previous GET or POST response for that resource.
|
|
36
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
37
|
+
* provide matches the resource's current {@code etag} value.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"ifMatch"?: string;
|
|
41
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=update-compute-target-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-compute-target-request.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/request/update-compute-target-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface ChangeComputeTargetCompartmentResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, then provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=change-compute-target-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-compute-target-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/change-compute-target-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|