oci-datascience 2.70.1 → 2.70.3
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
|
@@ -19,6 +19,14 @@ export declare class DataScienceWaiter {
|
|
|
19
19
|
private client;
|
|
20
20
|
private readonly config?;
|
|
21
21
|
constructor(client: DataScienceClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
|
|
22
|
+
/**
|
|
23
|
+
* Waits forDataSciencePrivateEndpoint till it reaches any of the provided states
|
|
24
|
+
*
|
|
25
|
+
* @param request the request to send
|
|
26
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
27
|
+
* @return response returns GetDataSciencePrivateEndpointResponse | null (null in case of 404 response)
|
|
28
|
+
*/
|
|
29
|
+
forDataSciencePrivateEndpoint(request: serviceRequests.GetDataSciencePrivateEndpointRequest, ...targetStates: models.DataSciencePrivateEndpointLifecycleState[]): Promise<serviceResponses.GetDataSciencePrivateEndpointResponse | null>;
|
|
22
30
|
/**
|
|
23
31
|
* Waits forJob till it reaches any of the provided states
|
|
24
32
|
*
|
|
@@ -49,6 +49,18 @@ class DataScienceWaiter {
|
|
|
49
49
|
this.client = client;
|
|
50
50
|
this.config = config;
|
|
51
51
|
}
|
|
52
|
+
/**
|
|
53
|
+
* Waits forDataSciencePrivateEndpoint till it reaches any of the provided states
|
|
54
|
+
*
|
|
55
|
+
* @param request the request to send
|
|
56
|
+
* @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
|
|
57
|
+
* @return response returns GetDataSciencePrivateEndpointResponse | null (null in case of 404 response)
|
|
58
|
+
*/
|
|
59
|
+
forDataSciencePrivateEndpoint(request, ...targetStates) {
|
|
60
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
61
|
+
return oci_common_1.genericTerminalConditionWaiter(this.config, () => this.client.getDataSciencePrivateEndpoint(request), response => targetStates.includes(response.dataSciencePrivateEndpoint.lifecycleState), targetStates.includes(models.DataSciencePrivateEndpointLifecycleState.Deleted));
|
|
62
|
+
});
|
|
63
|
+
}
|
|
52
64
|
/**
|
|
53
65
|
* Waits forJob till it reaches any of the provided states
|
|
54
66
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datascience-waiter.js","sourceRoot":"","sources":["../../../../lib/datascience/lib/datascience-waiter.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"datascience-waiter.js","sourceRoot":"","sources":["../../../../lib/datascience/lib/datascience-waiter.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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
|
+
/**
|
|
15
|
+
* The details required to change a private endpoint compartment.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeDataSciencePrivateEndpointCompartmentDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create private endpoint.
|
|
21
|
+
*/
|
|
22
|
+
"compartmentId": string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace ChangeDataSciencePrivateEndpointCompartmentDetails {
|
|
25
|
+
function getJsonObj(obj: ChangeDataSciencePrivateEndpointCompartmentDetails): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: ChangeDataSciencePrivateEndpointCompartmentDetails): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.ChangeDataSciencePrivateEndpointCompartmentDetails = void 0;
|
|
17
|
+
var ChangeDataSciencePrivateEndpointCompartmentDetails;
|
|
18
|
+
(function (ChangeDataSciencePrivateEndpointCompartmentDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
ChangeDataSciencePrivateEndpointCompartmentDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
ChangeDataSciencePrivateEndpointCompartmentDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(ChangeDataSciencePrivateEndpointCompartmentDetails = exports.ChangeDataSciencePrivateEndpointCompartmentDetails || (exports.ChangeDataSciencePrivateEndpointCompartmentDetails = {}));
|
|
30
|
+
//# sourceMappingURL=change-data-science-private-endpoint-compartment-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-data-science-private-endpoint-compartment-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/change-data-science-private-endpoint-compartment-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAgBH,IAAiB,kDAAkD,CAalE;AAbD,WAAiB,kDAAkD;IACjE,SAAgB,UAAU,CAAC,GAAuD;QAChF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6DAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAuD;QAEvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,yEAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,kDAAkD,GAAlD,0DAAkD,KAAlD,0DAAkD,QAalE"}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* The details required to create a Data Science private endpoint.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface CreateDataSciencePrivateEndpointDetails {
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create the private endpoint.
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId": string;
|
|
24
|
+
/**
|
|
25
|
+
* A user friendly description. Avoid entering confidential information.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"description"?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A user friendly name. It doesn't have to be unique. Avoid entering confidential information.
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
"displayName"?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
36
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"freeformTags"?: {
|
|
40
|
+
[key: string]: string;
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
44
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
45
|
+
*
|
|
46
|
+
*/
|
|
47
|
+
"definedTags"?: {
|
|
48
|
+
[key: string]: {
|
|
49
|
+
[key: string]: any;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* An array of network security group OCIDs.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"nsgIds"?: Array<string>;
|
|
57
|
+
/**
|
|
58
|
+
* The OCID of the subnet.
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"subnetId": string;
|
|
62
|
+
/**
|
|
63
|
+
* Subdomain for a private endpoint FQDN.
|
|
64
|
+
*/
|
|
65
|
+
"subDomain"?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Data Science resource type.
|
|
68
|
+
*/
|
|
69
|
+
"dataScienceResourceType": model.DataScienceResourceType;
|
|
70
|
+
}
|
|
71
|
+
export declare namespace CreateDataSciencePrivateEndpointDetails {
|
|
72
|
+
function getJsonObj(obj: CreateDataSciencePrivateEndpointDetails): object;
|
|
73
|
+
function getDeserializedJsonObj(obj: CreateDataSciencePrivateEndpointDetails): object;
|
|
74
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.CreateDataSciencePrivateEndpointDetails = void 0;
|
|
17
|
+
var CreateDataSciencePrivateEndpointDetails;
|
|
18
|
+
(function (CreateDataSciencePrivateEndpointDetails) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
CreateDataSciencePrivateEndpointDetails.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
CreateDataSciencePrivateEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(CreateDataSciencePrivateEndpointDetails = exports.CreateDataSciencePrivateEndpointDetails || (exports.CreateDataSciencePrivateEndpointDetails = {}));
|
|
30
|
+
//# sourceMappingURL=create-data-science-private-endpoint-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-data-science-private-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/create-data-science-private-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAwDH,IAAiB,uCAAuC,CAWvD;AAXD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAWvD"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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
|
+
/**
|
|
15
|
+
* The current state of the private endpoint.
|
|
16
|
+
*
|
|
17
|
+
**/
|
|
18
|
+
export declare enum DataSciencePrivateEndpointLifecycleState {
|
|
19
|
+
Creating = "CREATING",
|
|
20
|
+
Active = "ACTIVE",
|
|
21
|
+
Updating = "UPDATING",
|
|
22
|
+
Deleting = "DELETING",
|
|
23
|
+
Deleted = "DELETED",
|
|
24
|
+
Failed = "FAILED",
|
|
25
|
+
NeedsAttention = "NEEDS_ATTENTION",
|
|
26
|
+
/**
|
|
27
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
28
|
+
* version of the SDK.
|
|
29
|
+
*/
|
|
30
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
31
|
+
}
|
|
32
|
+
export declare namespace DataSciencePrivateEndpointLifecycleState {
|
|
33
|
+
function getJsonObj(obj: DataSciencePrivateEndpointLifecycleState): DataSciencePrivateEndpointLifecycleState;
|
|
34
|
+
function getDeserializedJsonObj(obj: DataSciencePrivateEndpointLifecycleState): DataSciencePrivateEndpointLifecycleState;
|
|
35
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DataSciencePrivateEndpointLifecycleState = void 0;
|
|
17
|
+
/**
|
|
18
|
+
* The current state of the private endpoint.
|
|
19
|
+
*
|
|
20
|
+
**/
|
|
21
|
+
var DataSciencePrivateEndpointLifecycleState;
|
|
22
|
+
(function (DataSciencePrivateEndpointLifecycleState) {
|
|
23
|
+
DataSciencePrivateEndpointLifecycleState["Creating"] = "CREATING";
|
|
24
|
+
DataSciencePrivateEndpointLifecycleState["Active"] = "ACTIVE";
|
|
25
|
+
DataSciencePrivateEndpointLifecycleState["Updating"] = "UPDATING";
|
|
26
|
+
DataSciencePrivateEndpointLifecycleState["Deleting"] = "DELETING";
|
|
27
|
+
DataSciencePrivateEndpointLifecycleState["Deleted"] = "DELETED";
|
|
28
|
+
DataSciencePrivateEndpointLifecycleState["Failed"] = "FAILED";
|
|
29
|
+
DataSciencePrivateEndpointLifecycleState["NeedsAttention"] = "NEEDS_ATTENTION";
|
|
30
|
+
/**
|
|
31
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
32
|
+
* version of the SDK.
|
|
33
|
+
*/
|
|
34
|
+
DataSciencePrivateEndpointLifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
35
|
+
})(DataSciencePrivateEndpointLifecycleState = exports.DataSciencePrivateEndpointLifecycleState || (exports.DataSciencePrivateEndpointLifecycleState = {}));
|
|
36
|
+
(function (DataSciencePrivateEndpointLifecycleState) {
|
|
37
|
+
function getJsonObj(obj) {
|
|
38
|
+
return obj;
|
|
39
|
+
}
|
|
40
|
+
DataSciencePrivateEndpointLifecycleState.getJsonObj = getJsonObj;
|
|
41
|
+
function getDeserializedJsonObj(obj) {
|
|
42
|
+
return obj;
|
|
43
|
+
}
|
|
44
|
+
DataSciencePrivateEndpointLifecycleState.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
45
|
+
})(DataSciencePrivateEndpointLifecycleState = exports.DataSciencePrivateEndpointLifecycleState || (exports.DataSciencePrivateEndpointLifecycleState = {}));
|
|
46
|
+
//# sourceMappingURL=data-science-private-endpoint-lifecycle-state.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-science-private-endpoint-lifecycle-state.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/data-science-private-endpoint-lifecycle-state.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAKH;;;IAGI;AACJ,IAAY,wCAcX;AAdD,WAAY,wCAAwC;IAClD,iEAAqB,CAAA;IACrB,6DAAiB,CAAA;IACjB,iEAAqB,CAAA;IACrB,iEAAqB,CAAA;IACrB,+DAAmB,CAAA;IACnB,6DAAiB,CAAA;IACjB,8EAAkC,CAAA;IAElC;;;OAGG;IACH,0EAA8B,CAAA;AAChC,CAAC,EAdW,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAcnD;AAED,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CACxB,GAA6C;QAE7C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,mDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA6C;QAE7C,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,+DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAWxD"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* List of Data Science private endpoints.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface DataSciencePrivateEndpointSummary {
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create private Endpoint.
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
26
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"definedTags": {
|
|
30
|
+
[key: string]: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* A user friendly name. It doesn't have to be unique. Avoid entering confidential information.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"displayName": string;
|
|
39
|
+
/**
|
|
40
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
41
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"freeformTags": {
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* The OCID of a private endpoint.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"id": string;
|
|
52
|
+
/**
|
|
53
|
+
* State of a private endpoint.
|
|
54
|
+
*/
|
|
55
|
+
"lifecycleState": model.DataSciencePrivateEndpointLifecycleState;
|
|
56
|
+
/**
|
|
57
|
+
* Details of the state of a private endpoint.
|
|
58
|
+
*/
|
|
59
|
+
"lifecycleDetails": string;
|
|
60
|
+
/**
|
|
61
|
+
* Data Science resource type.
|
|
62
|
+
*/
|
|
63
|
+
"dataScienceResourceType": model.DataScienceResourceType;
|
|
64
|
+
/**
|
|
65
|
+
* An array of network security group OCIDs.
|
|
66
|
+
*
|
|
67
|
+
*/
|
|
68
|
+
"nsgIds"?: Array<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user that created the private endpoint.
|
|
71
|
+
*/
|
|
72
|
+
"createdBy": string;
|
|
73
|
+
/**
|
|
74
|
+
* The OCID of a subnet.
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"subnetId": string;
|
|
78
|
+
/**
|
|
79
|
+
* Accesing Data Science resource using FQDN.
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
"fqdn": string;
|
|
83
|
+
/**
|
|
84
|
+
* The date and time that the Data Science private endpoint was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
85
|
+
* Example: `2018-04-03T21:10:29.600Z`
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
"timeCreated": Date;
|
|
89
|
+
/**
|
|
90
|
+
* The date and time that the Data Science private endpoint was updated expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
91
|
+
* Example: `2018-04-03T21:10:29.600Z`
|
|
92
|
+
*
|
|
93
|
+
*/
|
|
94
|
+
"timeUpdated": Date;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace DataSciencePrivateEndpointSummary {
|
|
97
|
+
function getJsonObj(obj: DataSciencePrivateEndpointSummary): object;
|
|
98
|
+
function getDeserializedJsonObj(obj: DataSciencePrivateEndpointSummary): object;
|
|
99
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DataSciencePrivateEndpointSummary = void 0;
|
|
17
|
+
var DataSciencePrivateEndpointSummary;
|
|
18
|
+
(function (DataSciencePrivateEndpointSummary) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
DataSciencePrivateEndpointSummary.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
DataSciencePrivateEndpointSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(DataSciencePrivateEndpointSummary = exports.DataSciencePrivateEndpointSummary || (exports.DataSciencePrivateEndpointSummary = {}));
|
|
30
|
+
//# sourceMappingURL=data-science-private-endpoint-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-science-private-endpoint-summary.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/data-science-private-endpoint-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAiFH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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
|
+
import * as model from "../model";
|
|
15
|
+
/**
|
|
16
|
+
* Data Science private endpoint.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export interface DataSciencePrivateEndpoint {
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment where you want to create private endpoint.
|
|
22
|
+
*/
|
|
23
|
+
"compartmentId": string;
|
|
24
|
+
/**
|
|
25
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
26
|
+
* Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"definedTags": {
|
|
30
|
+
[key: string]: {
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* A user friendly description. Avoid entering confidential information.
|
|
36
|
+
*
|
|
37
|
+
*/
|
|
38
|
+
"description"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* A user friendly name. It doesn't have to be unique. Avoid entering confidential information.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"displayName": string;
|
|
44
|
+
/**
|
|
45
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. See [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
46
|
+
* Example: `{\"Department\": \"Finance\"}`
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
"freeformTags": {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The OCID of a private endpoint.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"id": string;
|
|
57
|
+
/**
|
|
58
|
+
* Details of the state of Data Science private endpoint.
|
|
59
|
+
*/
|
|
60
|
+
"lifecycleDetails"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* State of the Data Science private endpoint.
|
|
63
|
+
*/
|
|
64
|
+
"lifecycleState": model.DataSciencePrivateEndpointLifecycleState;
|
|
65
|
+
/**
|
|
66
|
+
* An array of network security group OCIDs.
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"nsgIds"?: Array<string>;
|
|
70
|
+
/**
|
|
71
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user that created the private endpoint.
|
|
72
|
+
*/
|
|
73
|
+
"createdBy": string;
|
|
74
|
+
/**
|
|
75
|
+
* The OCID of a subnet.
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
"subnetId": string;
|
|
79
|
+
/**
|
|
80
|
+
* Accesing the Data Science resource using FQDN.
|
|
81
|
+
*
|
|
82
|
+
*/
|
|
83
|
+
"fqdn"?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Data Science resource type.
|
|
86
|
+
*/
|
|
87
|
+
"dataScienceResourceType"?: model.DataScienceResourceType;
|
|
88
|
+
/**
|
|
89
|
+
* The date and time that the Data Science private endpoint was created expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
90
|
+
* Example: `2018-04-03T21:10:29.600Z`
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
"timeCreated": Date;
|
|
94
|
+
/**
|
|
95
|
+
* The date and time that the Data Science private endpoint was updated expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format.
|
|
96
|
+
* Example: `2018-04-03T21:10:29.600Z`
|
|
97
|
+
*
|
|
98
|
+
*/
|
|
99
|
+
"timeUpdated": Date;
|
|
100
|
+
}
|
|
101
|
+
export declare namespace DataSciencePrivateEndpoint {
|
|
102
|
+
function getJsonObj(obj: DataSciencePrivateEndpoint): object;
|
|
103
|
+
function getDeserializedJsonObj(obj: DataSciencePrivateEndpoint): object;
|
|
104
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Data Science API
|
|
4
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20190101
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.DataSciencePrivateEndpoint = void 0;
|
|
17
|
+
var DataSciencePrivateEndpoint;
|
|
18
|
+
(function (DataSciencePrivateEndpoint) {
|
|
19
|
+
function getJsonObj(obj) {
|
|
20
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
21
|
+
return jsonObj;
|
|
22
|
+
}
|
|
23
|
+
DataSciencePrivateEndpoint.getJsonObj = getJsonObj;
|
|
24
|
+
function getDeserializedJsonObj(obj) {
|
|
25
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
26
|
+
return jsonObj;
|
|
27
|
+
}
|
|
28
|
+
DataSciencePrivateEndpoint.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
29
|
+
})(DataSciencePrivateEndpoint = exports.DataSciencePrivateEndpoint || (exports.DataSciencePrivateEndpoint = {}));
|
|
30
|
+
//# sourceMappingURL=data-science-private-endpoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"data-science-private-endpoint.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/data-science-private-endpoint.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAsFH,IAAiB,0BAA0B,CAW1C;AAXD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAW1C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Data Science API
|
|
3
|
+
* Use the Data Science API to organize your data science work, access data and computing resources, and build, train, deploy and manage models and model deployments. For more information, see [Data Science](https://docs.oracle.com/iaas/data-science/using/data-science.htm).
|
|
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
|
+
/**
|
|
15
|
+
* Data Science resource type.
|
|
16
|
+
**/
|
|
17
|
+
export declare enum DataScienceResourceType {
|
|
18
|
+
NotebookSession = "NOTEBOOK_SESSION",
|
|
19
|
+
/**
|
|
20
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
21
|
+
* version of the SDK.
|
|
22
|
+
*/
|
|
23
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
24
|
+
}
|
|
25
|
+
export declare namespace DataScienceResourceType {
|
|
26
|
+
function getJsonObj(obj: DataScienceResourceType): DataScienceResourceType;
|
|
27
|
+
function getDeserializedJsonObj(obj: DataScienceResourceType): DataScienceResourceType;
|
|
28
|
+
}
|