oci-datascience 2.70.2 → 2.70.4
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 +243 -85
- package/lib/client.js +645 -87
- 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/change-data-science-private-endpoint-compartment-details.d.ts +27 -0
- package/lib/model/change-data-science-private-endpoint-compartment-details.js +30 -0
- package/lib/model/change-data-science-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/create-data-science-private-endpoint-details.d.ts +74 -0
- package/lib/model/create-data-science-private-endpoint-details.js +30 -0
- package/lib/model/create-data-science-private-endpoint-details.js.map +1 -0
- package/lib/model/data-science-private-endpoint-lifecycle-state.d.ts +35 -0
- package/lib/model/data-science-private-endpoint-lifecycle-state.js +46 -0
- package/lib/model/data-science-private-endpoint-lifecycle-state.js.map +1 -0
- package/lib/model/data-science-private-endpoint-summary.d.ts +99 -0
- package/lib/model/data-science-private-endpoint-summary.js +30 -0
- package/lib/model/data-science-private-endpoint-summary.js.map +1 -0
- package/lib/model/data-science-private-endpoint.d.ts +104 -0
- package/lib/model/data-science-private-endpoint.js +30 -0
- package/lib/model/data-science-private-endpoint.js.map +1 -0
- package/lib/model/data-science-resource-type.d.ts +28 -0
- package/lib/model/data-science-resource-type.js +39 -0
- package/lib/model/data-science-resource-type.js.map +1 -0
- package/lib/model/index.d.ts +14 -0
- package/lib/model/index.js +17 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/model-configuration-details.d.ts +1 -1
- package/lib/model/notebook-session-config-details.d.ts +5 -0
- package/lib/model/notebook-session-config-details.js.map +1 -1
- package/lib/model/notebook-session-configuration-details.d.ts +5 -0
- package/lib/model/notebook-session-configuration-details.js.map +1 -1
- package/lib/model/update-data-science-private-endpoint-details.d.ts +56 -0
- package/lib/model/update-data-science-private-endpoint-details.js +30 -0
- package/lib/model/update-data-science-private-endpoint-details.js.map +1 -0
- package/lib/model/update-model-configuration-details.d.ts +1 -1
- package/lib/model/work-request-operation-type.d.ts +4 -0
- package/lib/model/work-request-operation-type.js +4 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/request/activate-model-deployment-request.d.ts +1 -1
- package/lib/request/activate-model-request.d.ts +1 -1
- package/lib/request/activate-notebook-session-request.d.ts +1 -1
- package/lib/request/cancel-job-run-request.d.ts +1 -1
- package/lib/request/cancel-pipeline-run-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +48 -0
- package/lib/request/change-data-science-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-data-science-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-job-run-compartment-request.d.ts +1 -1
- package/lib/request/change-model-compartment-request.d.ts +1 -1
- package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
- package/lib/request/change-model-version-set-compartment-request.d.ts +1 -1
- package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
- package/lib/request/change-pipeline-compartment-request.d.ts +1 -1
- package/lib/request/change-pipeline-run-compartment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-data-science-private-endpoint-request.d.ts +34 -0
- package/lib/request/create-data-science-private-endpoint-request.js +15 -0
- package/lib/request/create-data-science-private-endpoint-request.js.map +1 -0
- package/lib/request/create-job-artifact-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-job-run-request.d.ts +1 -1
- package/lib/request/create-model-artifact-request.d.ts +1 -1
- package/lib/request/create-model-deployment-request.d.ts +1 -1
- package/lib/request/create-model-provenance-request.d.ts +1 -1
- package/lib/request/create-model-request.d.ts +1 -1
- package/lib/request/create-model-version-set-request.d.ts +1 -1
- package/lib/request/create-notebook-session-request.d.ts +1 -1
- package/lib/request/create-pipeline-request.d.ts +1 -1
- package/lib/request/create-pipeline-run-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/create-step-artifact-request.d.ts +1 -1
- package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
- package/lib/request/deactivate-model-request.d.ts +1 -1
- package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
- package/lib/request/delete-data-science-private-endpoint-request.d.ts +37 -0
- package/lib/request/delete-data-science-private-endpoint-request.js +15 -0
- package/lib/request/delete-data-science-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-job-run-request.d.ts +1 -1
- package/lib/request/delete-model-deployment-request.d.ts +1 -1
- package/lib/request/delete-model-request.d.ts +1 -1
- package/lib/request/delete-model-version-set-request.d.ts +1 -1
- package/lib/request/delete-notebook-session-request.d.ts +1 -1
- package/lib/request/delete-pipeline-request.d.ts +1 -1
- package/lib/request/delete-pipeline-run-request.d.ts +1 -1
- package/lib/request/delete-project-request.d.ts +1 -1
- package/lib/request/export-model-artifact-request.d.ts +1 -1
- package/lib/request/get-data-science-private-endpoint-request.d.ts +28 -0
- package/lib/request/get-data-science-private-endpoint-request.js +15 -0
- package/lib/request/get-data-science-private-endpoint-request.js.map +1 -0
- package/lib/request/get-job-artifact-content-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-job-run-request.d.ts +1 -1
- package/lib/request/get-model-artifact-content-request.d.ts +1 -1
- package/lib/request/get-model-deployment-request.d.ts +1 -1
- package/lib/request/get-model-provenance-request.d.ts +1 -1
- package/lib/request/get-model-request.d.ts +1 -1
- package/lib/request/get-model-version-set-request.d.ts +1 -1
- package/lib/request/get-notebook-session-request.d.ts +1 -1
- package/lib/request/get-pipeline-request.d.ts +1 -1
- package/lib/request/get-pipeline-run-request.d.ts +1 -1
- package/lib/request/get-project-request.d.ts +1 -1
- package/lib/request/get-step-artifact-content-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/head-job-artifact-request.d.ts +1 -1
- package/lib/request/head-model-artifact-request.d.ts +1 -1
- package/lib/request/head-step-artifact-request.d.ts +1 -1
- package/lib/request/import-model-artifact-request.d.ts +1 -1
- package/lib/request/index.d.ts +12 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-data-science-private-endpoints-request.d.ts +83 -0
- package/lib/request/list-data-science-private-endpoints-request.js +28 -0
- package/lib/request/list-data-science-private-endpoints-request.js.map +1 -0
- package/lib/request/list-fast-launch-job-configs-request.d.ts +1 -1
- package/lib/request/list-job-runs-request.d.ts +1 -1
- package/lib/request/list-job-shapes-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
- package/lib/request/list-model-deployments-request.d.ts +1 -1
- package/lib/request/list-model-version-sets-request.d.ts +1 -1
- package/lib/request/list-models-request.d.ts +1 -1
- package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
- package/lib/request/list-notebook-sessions-request.d.ts +1 -1
- package/lib/request/list-pipeline-runs-request.d.ts +1 -1
- package/lib/request/list-pipelines-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +19 -1
- package/lib/request/list-work-request-logs-request.d.ts +19 -1
- package/lib/request/list-work-requests-request.d.ts +6 -2
- package/lib/request/list-work-requests-request.js +4 -0
- package/lib/request/list-work-requests-request.js.map +1 -1
- package/lib/request/update-data-science-private-endpoint-request.d.ts +43 -0
- package/lib/request/update-data-science-private-endpoint-request.js +15 -0
- package/lib/request/update-data-science-private-endpoint-request.js.map +1 -0
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-job-run-request.d.ts +1 -1
- package/lib/request/update-model-deployment-request.d.ts +1 -1
- package/lib/request/update-model-provenance-request.d.ts +1 -1
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-model-version-set-request.d.ts +1 -1
- package/lib/request/update-notebook-session-request.d.ts +1 -1
- package/lib/request/update-pipeline-request.d.ts +1 -1
- package/lib/request/update-pipeline-run-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/response/change-data-science-private-endpoint-compartment-response.d.ts +26 -0
- package/lib/response/change-data-science-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-data-science-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/create-data-science-private-endpoint-response.d.ts +41 -0
- package/lib/response/create-data-science-private-endpoint-response.js +15 -0
- package/lib/response/create-data-science-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-data-science-private-endpoint-response.d.ts +26 -0
- package/lib/response/delete-data-science-private-endpoint-response.js +15 -0
- package/lib/response/delete-data-science-private-endpoint-response.js.map +1 -0
- package/lib/response/get-data-science-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-data-science-private-endpoint-response.js +15 -0
- package/lib/response/get-data-science-private-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +12 -0
- package/lib/response/list-data-science-private-endpoints-response.d.ts +35 -0
- package/lib/response/list-data-science-private-endpoints-response.js +15 -0
- package/lib/response/list-data-science-private-endpoints-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +10 -0
- package/lib/response/list-work-request-logs-response.d.ts +10 -0
- package/lib/response/update-data-science-private-endpoint-response.d.ts +36 -0
- package/lib/response/update-data-science-private-endpoint-response.js +15 -0
- package/lib/response/update-data-science-private-endpoint-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/datascience/UpdatePipelineRun.ts.html |here} to see how to use UpdatePipelineRunRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePipelineRunRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.70.4/datascience/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateProjectRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,26 @@
|
|
|
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, 2023, 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 ChangeDataSciencePrivateEndpointCompartmentResponse {
|
|
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
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
22
|
+
* with this ID to track the status of the request.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcWorkRequestId": string;
|
|
26
|
+
}
|
|
@@ -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, 2023, 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-data-science-private-endpoint-compartment-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-data-science-private-endpoint-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/change-data-science-private-endpoint-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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, 2023, 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
|
+
export interface CreateDataSciencePrivateEndpointResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, then provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
28
|
+
* with this ID to track the status of the request.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcWorkRequestId": string;
|
|
32
|
+
/**
|
|
33
|
+
* The URI that identifies the entity described in the response body.
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"location": string;
|
|
37
|
+
/**
|
|
38
|
+
* The returned model.DataSciencePrivateEndpoint instance.
|
|
39
|
+
*/
|
|
40
|
+
"dataSciencePrivateEndpoint": model.DataSciencePrivateEndpoint;
|
|
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, 2023, 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-data-science-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-data-science-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/create-data-science-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
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, 2023, 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 DeleteDataSciencePrivateEndpointResponse {
|
|
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
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
22
|
+
* with this ID to track the status of the request.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcWorkRequestId": string;
|
|
26
|
+
}
|
|
@@ -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, 2023, 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-data-science-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-data-science-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/delete-data-science-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2023, 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
|
+
export interface GetDataSciencePrivateEndpointResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, then provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.DataSciencePrivateEndpoint instance.
|
|
28
|
+
*/
|
|
29
|
+
"dataSciencePrivateEndpoint": model.DataSciencePrivateEndpoint;
|
|
30
|
+
}
|
|
@@ -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, 2023, 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-data-science-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-data-science-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/get-data-science-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -23,6 +23,8 @@ import * as CancelPipelineRunResponse from "./cancel-pipeline-run-response";
|
|
|
23
23
|
export import CancelPipelineRunResponse = CancelPipelineRunResponse.CancelPipelineRunResponse;
|
|
24
24
|
import * as CancelWorkRequestResponse from "./cancel-work-request-response";
|
|
25
25
|
export import CancelWorkRequestResponse = CancelWorkRequestResponse.CancelWorkRequestResponse;
|
|
26
|
+
import * as ChangeDataSciencePrivateEndpointCompartmentResponse from "./change-data-science-private-endpoint-compartment-response";
|
|
27
|
+
export import ChangeDataSciencePrivateEndpointCompartmentResponse = ChangeDataSciencePrivateEndpointCompartmentResponse.ChangeDataSciencePrivateEndpointCompartmentResponse;
|
|
26
28
|
import * as ChangeJobCompartmentResponse from "./change-job-compartment-response";
|
|
27
29
|
export import ChangeJobCompartmentResponse = ChangeJobCompartmentResponse.ChangeJobCompartmentResponse;
|
|
28
30
|
import * as ChangeJobRunCompartmentResponse from "./change-job-run-compartment-response";
|
|
@@ -41,6 +43,8 @@ import * as ChangePipelineRunCompartmentResponse from "./change-pipeline-run-com
|
|
|
41
43
|
export import ChangePipelineRunCompartmentResponse = ChangePipelineRunCompartmentResponse.ChangePipelineRunCompartmentResponse;
|
|
42
44
|
import * as ChangeProjectCompartmentResponse from "./change-project-compartment-response";
|
|
43
45
|
export import ChangeProjectCompartmentResponse = ChangeProjectCompartmentResponse.ChangeProjectCompartmentResponse;
|
|
46
|
+
import * as CreateDataSciencePrivateEndpointResponse from "./create-data-science-private-endpoint-response";
|
|
47
|
+
export import CreateDataSciencePrivateEndpointResponse = CreateDataSciencePrivateEndpointResponse.CreateDataSciencePrivateEndpointResponse;
|
|
44
48
|
import * as CreateJobResponse from "./create-job-response";
|
|
45
49
|
export import CreateJobResponse = CreateJobResponse.CreateJobResponse;
|
|
46
50
|
import * as CreateJobArtifactResponse from "./create-job-artifact-response";
|
|
@@ -73,6 +77,8 @@ import * as DeactivateModelDeploymentResponse from "./deactivate-model-deploymen
|
|
|
73
77
|
export import DeactivateModelDeploymentResponse = DeactivateModelDeploymentResponse.DeactivateModelDeploymentResponse;
|
|
74
78
|
import * as DeactivateNotebookSessionResponse from "./deactivate-notebook-session-response";
|
|
75
79
|
export import DeactivateNotebookSessionResponse = DeactivateNotebookSessionResponse.DeactivateNotebookSessionResponse;
|
|
80
|
+
import * as DeleteDataSciencePrivateEndpointResponse from "./delete-data-science-private-endpoint-response";
|
|
81
|
+
export import DeleteDataSciencePrivateEndpointResponse = DeleteDataSciencePrivateEndpointResponse.DeleteDataSciencePrivateEndpointResponse;
|
|
76
82
|
import * as DeleteJobResponse from "./delete-job-response";
|
|
77
83
|
export import DeleteJobResponse = DeleteJobResponse.DeleteJobResponse;
|
|
78
84
|
import * as DeleteJobRunResponse from "./delete-job-run-response";
|
|
@@ -93,6 +99,8 @@ import * as DeleteProjectResponse from "./delete-project-response";
|
|
|
93
99
|
export import DeleteProjectResponse = DeleteProjectResponse.DeleteProjectResponse;
|
|
94
100
|
import * as ExportModelArtifactResponse from "./export-model-artifact-response";
|
|
95
101
|
export import ExportModelArtifactResponse = ExportModelArtifactResponse.ExportModelArtifactResponse;
|
|
102
|
+
import * as GetDataSciencePrivateEndpointResponse from "./get-data-science-private-endpoint-response";
|
|
103
|
+
export import GetDataSciencePrivateEndpointResponse = GetDataSciencePrivateEndpointResponse.GetDataSciencePrivateEndpointResponse;
|
|
96
104
|
import * as GetJobResponse from "./get-job-response";
|
|
97
105
|
export import GetJobResponse = GetJobResponse.GetJobResponse;
|
|
98
106
|
import * as GetJobArtifactContentResponse from "./get-job-artifact-content-response";
|
|
@@ -129,6 +137,8 @@ import * as HeadStepArtifactResponse from "./head-step-artifact-response";
|
|
|
129
137
|
export import HeadStepArtifactResponse = HeadStepArtifactResponse.HeadStepArtifactResponse;
|
|
130
138
|
import * as ImportModelArtifactResponse from "./import-model-artifact-response";
|
|
131
139
|
export import ImportModelArtifactResponse = ImportModelArtifactResponse.ImportModelArtifactResponse;
|
|
140
|
+
import * as ListDataSciencePrivateEndpointsResponse from "./list-data-science-private-endpoints-response";
|
|
141
|
+
export import ListDataSciencePrivateEndpointsResponse = ListDataSciencePrivateEndpointsResponse.ListDataSciencePrivateEndpointsResponse;
|
|
132
142
|
import * as ListFastLaunchJobConfigsResponse from "./list-fast-launch-job-configs-response";
|
|
133
143
|
export import ListFastLaunchJobConfigsResponse = ListFastLaunchJobConfigsResponse.ListFastLaunchJobConfigsResponse;
|
|
134
144
|
import * as ListJobRunsResponse from "./list-job-runs-response";
|
|
@@ -161,6 +171,8 @@ import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response"
|
|
|
161
171
|
export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
|
|
162
172
|
import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
163
173
|
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
174
|
+
import * as UpdateDataSciencePrivateEndpointResponse from "./update-data-science-private-endpoint-response";
|
|
175
|
+
export import UpdateDataSciencePrivateEndpointResponse = UpdateDataSciencePrivateEndpointResponse.UpdateDataSciencePrivateEndpointResponse;
|
|
164
176
|
import * as UpdateJobResponse from "./update-job-response";
|
|
165
177
|
export import UpdateJobResponse = UpdateJobResponse.UpdateJobResponse;
|
|
166
178
|
import * as UpdateJobRunResponse from "./update-job-run-response";
|
|
@@ -0,0 +1,35 @@
|
|
|
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, 2023, 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
|
+
export interface ListDataSciencePrivateEndpointsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcPrevPage": string;
|
|
20
|
+
/**
|
|
21
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcNextPage": string;
|
|
25
|
+
/**
|
|
26
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
27
|
+
* Oracle about a particular request, then provide the request ID.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId": string;
|
|
31
|
+
/**
|
|
32
|
+
* A list of DataSciencePrivateEndpointSummary instances.
|
|
33
|
+
*/
|
|
34
|
+
"items": model.DataSciencePrivateEndpointSummary[];
|
|
35
|
+
}
|
|
@@ -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, 2023, 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-data-science-private-endpoints-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-data-science-private-endpoints-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/list-data-science-private-endpoints-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -18,6 +18,16 @@ export interface ListWorkRequestErrorsResponse {
|
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcNextPage": string;
|
|
26
|
+
/**
|
|
27
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcPrevPage": string;
|
|
21
31
|
/**
|
|
22
32
|
* A list of WorkRequestError instances.
|
|
23
33
|
*/
|
|
@@ -18,6 +18,16 @@ export interface ListWorkRequestLogsResponse {
|
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Retrieves the next page of results. When this header appears in the response, additional pages of results remain. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcNextPage": string;
|
|
26
|
+
/**
|
|
27
|
+
* Retrieves the previous page of results. When this header appears in the response, previous pages of results exist. See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcPrevPage": string;
|
|
21
31
|
/**
|
|
22
32
|
* A list of WorkRequestLogEntry instances.
|
|
23
33
|
*/
|
|
@@ -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, 2023, 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
|
+
export interface UpdateDataSciencePrivateEndpointResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See [ETags for Optimistic Concurrency Control](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#eleven).
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, then provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/identifiers.htm) of the work request. Use [GetWorkRequest](https://docs.cloud.oracle.com/api/#/en/workrequests/20160918/WorkRequest/GetWorkRequest)
|
|
28
|
+
* with this ID to track the status of the request.
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcWorkRequestId": string;
|
|
32
|
+
/**
|
|
33
|
+
* The returned model.DataSciencePrivateEndpoint instance.
|
|
34
|
+
*/
|
|
35
|
+
"dataSciencePrivateEndpoint": model.DataSciencePrivateEndpoint;
|
|
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, 2023, 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-data-science-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-data-science-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/response/update-data-science-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-datascience",
|
|
3
|
-
"version": "2.70.
|
|
3
|
+
"version": "2.70.4",
|
|
4
4
|
"description": "OCI NodeJS client for Data Science Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.70.
|
|
19
|
-
"oci-workrequests": "2.70.
|
|
18
|
+
"oci-common": "2.70.4",
|
|
19
|
+
"oci-workrequests": "2.70.4"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|