oci-datascience 2.102.2 → 2.104.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +101 -101
- package/lib/client.js +101 -101
- package/lib/model/change-data-science-private-endpoint-compartment-details.d.ts +1 -1
- package/lib/model/change-job-compartment-details.d.ts +1 -1
- package/lib/model/change-job-run-compartment-details.d.ts +1 -1
- package/lib/model/change-model-compartment-details.d.ts +1 -1
- package/lib/model/change-model-deployment-compartment-details.d.ts +1 -1
- package/lib/model/change-model-version-set-compartment-details.d.ts +1 -1
- package/lib/model/change-notebook-session-compartment-details.d.ts +1 -1
- package/lib/model/change-pipeline-compartment-details.d.ts +1 -1
- package/lib/model/change-pipeline-run-compartment-details.d.ts +1 -1
- package/lib/model/change-project-compartment-details.d.ts +1 -1
- package/lib/model/change-schedule-compartment-details.d.ts +1 -1
- package/lib/model/container-summary.d.ts +2 -2
- package/lib/model/create-data-science-private-endpoint-details.d.ts +3 -3
- package/lib/model/create-job-details.d.ts +4 -4
- package/lib/model/create-job-run-details.d.ts +5 -5
- package/lib/model/create-model-deployment-details.d.ts +4 -4
- package/lib/model/create-model-details.d.ts +4 -4
- package/lib/model/create-model-provenance-details.d.ts +1 -1
- package/lib/model/create-model-version-set-details.d.ts +4 -4
- package/lib/model/create-notebook-session-details.d.ts +4 -4
- package/lib/model/create-pipeline-details.d.ts +8 -4
- package/lib/model/create-pipeline-details.js +10 -0
- package/lib/model/create-pipeline-details.js.map +1 -1
- package/lib/model/create-pipeline-run-details.d.ts +5 -5
- package/lib/model/create-project-details.d.ts +3 -3
- package/lib/model/create-schedule-details.d.ts +4 -4
- package/lib/model/data-science-private-endpoint-summary.d.ts +4 -4
- package/lib/model/data-science-private-endpoint.d.ts +4 -4
- package/lib/model/index.d.ts +8 -0
- package/lib/model/index.js +11 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-configuration.d.ts +1 -1
- package/lib/model/invoke-ml-application-provider-trigger-schedule-action-details.d.ts +1 -1
- package/lib/model/job-run-summary.d.ts +7 -7
- package/lib/model/job-run.d.ts +7 -7
- package/lib/model/job-summary.d.ts +6 -6
- package/lib/model/job.d.ts +6 -6
- package/lib/model/log-details.d.ts +2 -2
- package/lib/model/model-deployment-summary.d.ts +6 -6
- package/lib/model/model-deployment.d.ts +6 -6
- package/lib/model/model-provenance.d.ts +1 -1
- package/lib/model/model-summary.d.ts +6 -6
- package/lib/model/model-version-set-summary.d.ts +6 -6
- package/lib/model/model-version-set.d.ts +6 -6
- package/lib/model/model.d.ts +6 -6
- package/lib/model/notebook-session-config-details.d.ts +1 -1
- package/lib/model/notebook-session-configuration-details.d.ts +1 -1
- package/lib/model/notebook-session-summary.d.ts +6 -6
- package/lib/model/notebook-session.d.ts +6 -6
- package/lib/model/pipeline-container-step-details.d.ts +4 -0
- package/lib/model/pipeline-container-step-details.js +10 -0
- package/lib/model/pipeline-container-step-details.js.map +1 -1
- package/lib/model/pipeline-container-step-update-details.d.ts +4 -0
- package/lib/model/pipeline-container-step-update-details.js +10 -0
- package/lib/model/pipeline-container-step-update-details.js.map +1 -1
- package/lib/model/pipeline-custom-script-step-details.d.ts +4 -0
- package/lib/model/pipeline-custom-script-step-details.js +10 -0
- package/lib/model/pipeline-custom-script-step-details.js.map +1 -1
- package/lib/model/pipeline-custom-script-step-update-details.d.ts +4 -0
- package/lib/model/pipeline-custom-script-step-update-details.js +10 -0
- package/lib/model/pipeline-custom-script-step-update-details.js.map +1 -1
- package/lib/model/pipeline-dataflow-configuration-details.d.ts +49 -0
- package/lib/model/pipeline-dataflow-configuration-details.js +64 -0
- package/lib/model/pipeline-dataflow-configuration-details.js.map +1 -0
- package/lib/model/pipeline-dataflow-step-details.d.ts +30 -0
- package/lib/model/pipeline-dataflow-step-details.js +63 -0
- package/lib/model/pipeline-dataflow-step-details.js.map +1 -0
- package/lib/model/pipeline-dataflow-step-run.d.ts +29 -0
- package/lib/model/pipeline-dataflow-step-run.js +55 -0
- package/lib/model/pipeline-dataflow-step-run.js.map +1 -0
- package/lib/model/pipeline-dataflow-step-update-details.d.ts +26 -0
- package/lib/model/pipeline-dataflow-step-update-details.js +63 -0
- package/lib/model/pipeline-dataflow-step-update-details.js.map +1 -0
- package/lib/model/pipeline-log-configuration-details.d.ts +2 -2
- package/lib/model/pipeline-ml-job-step-details.d.ts +1 -1
- package/lib/model/pipeline-ml-job-step-run.d.ts +1 -1
- package/lib/model/pipeline-run-summary.d.ts +7 -7
- package/lib/model/pipeline-run.d.ts +7 -7
- package/lib/model/pipeline-step-details.js +4 -0
- package/lib/model/pipeline-step-details.js.map +1 -1
- package/lib/model/pipeline-step-override-details.d.ts +1 -0
- package/lib/model/pipeline-step-override-details.js +6 -0
- package/lib/model/pipeline-step-override-details.js.map +1 -1
- package/lib/model/pipeline-step-run.js +4 -0
- package/lib/model/pipeline-step-run.js.map +1 -1
- package/lib/model/pipeline-step-update-details.js +4 -0
- package/lib/model/pipeline-step-update-details.js.map +1 -1
- package/lib/model/pipeline-summary.d.ts +6 -6
- package/lib/model/pipeline.d.ts +10 -6
- package/lib/model/pipeline.js +10 -0
- package/lib/model/pipeline.js.map +1 -1
- package/lib/model/project-summary.d.ts +5 -5
- package/lib/model/project.d.ts +5 -5
- package/lib/model/schedule-log-details.d.ts +2 -2
- package/lib/model/schedule-summary.d.ts +6 -6
- package/lib/model/schedule.d.ts +6 -6
- package/lib/model/update-data-science-private-endpoint-details.d.ts +2 -2
- package/lib/model/update-job-details.d.ts +2 -2
- package/lib/model/update-job-run-details.d.ts +2 -2
- package/lib/model/update-model-deployment-details.d.ts +2 -2
- package/lib/model/update-model-details.d.ts +2 -2
- package/lib/model/update-model-provenance-details.d.ts +1 -1
- package/lib/model/update-model-version-set-details.d.ts +2 -2
- package/lib/model/update-notebook-session-details.d.ts +2 -2
- package/lib/model/update-pipeline-details.d.ts +6 -2
- package/lib/model/update-pipeline-details.js +10 -0
- package/lib/model/update-pipeline-details.js.map +1 -1
- package/lib/model/update-pipeline-run-details.d.ts +2 -2
- package/lib/model/update-project-details.d.ts +2 -2
- package/lib/model/update-schedule-details.d.ts +2 -2
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/activate-model-deployment-request.d.ts +2 -2
- package/lib/request/activate-model-request.d.ts +2 -2
- package/lib/request/activate-notebook-session-request.d.ts +2 -2
- package/lib/request/activate-schedule-request.d.ts +1 -1
- package/lib/request/cancel-job-run-request.d.ts +2 -2
- package/lib/request/cancel-pipeline-run-request.d.ts +2 -2
- package/lib/request/cancel-work-request-request.d.ts +2 -2
- package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +2 -2
- package/lib/request/change-job-run-compartment-request.d.ts +2 -2
- package/lib/request/change-model-compartment-request.d.ts +2 -2
- package/lib/request/change-model-deployment-compartment-request.d.ts +2 -2
- package/lib/request/change-model-version-set-compartment-request.d.ts +2 -2
- package/lib/request/change-notebook-session-compartment-request.d.ts +2 -2
- package/lib/request/change-pipeline-compartment-request.d.ts +2 -2
- package/lib/request/change-pipeline-run-compartment-request.d.ts +2 -2
- package/lib/request/change-project-compartment-request.d.ts +2 -2
- package/lib/request/change-schedule-compartment-request.d.ts +1 -1
- package/lib/request/create-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-job-artifact-request.d.ts +2 -2
- 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 +2 -2
- package/lib/request/create-model-deployment-request.d.ts +1 -1
- package/lib/request/create-model-provenance-request.d.ts +2 -2
- 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-schedule-request.d.ts +1 -1
- package/lib/request/create-step-artifact-request.d.ts +2 -2
- package/lib/request/deactivate-model-deployment-request.d.ts +2 -2
- package/lib/request/deactivate-model-request.d.ts +2 -2
- package/lib/request/deactivate-notebook-session-request.d.ts +2 -2
- package/lib/request/deactivate-schedule-request.d.ts +1 -1
- package/lib/request/delete-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +2 -2
- package/lib/request/delete-job-run-request.d.ts +2 -2
- package/lib/request/delete-model-deployment-request.d.ts +2 -2
- package/lib/request/delete-model-request.d.ts +2 -2
- package/lib/request/delete-model-version-set-request.d.ts +2 -2
- package/lib/request/delete-notebook-session-request.d.ts +2 -2
- package/lib/request/delete-pipeline-request.d.ts +2 -2
- package/lib/request/delete-pipeline-run-request.d.ts +2 -2
- package/lib/request/delete-project-request.d.ts +2 -2
- package/lib/request/delete-schedule-request.d.ts +1 -1
- package/lib/request/export-model-artifact-request.d.ts +2 -2
- package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-artifact-content-request.d.ts +2 -2
- package/lib/request/get-job-request.d.ts +2 -2
- package/lib/request/get-job-run-request.d.ts +2 -2
- package/lib/request/get-model-artifact-content-request.d.ts +2 -2
- package/lib/request/get-model-deployment-request.d.ts +2 -2
- package/lib/request/get-model-provenance-request.d.ts +2 -2
- package/lib/request/get-model-request.d.ts +2 -2
- package/lib/request/get-model-version-set-request.d.ts +2 -2
- package/lib/request/get-notebook-session-request.d.ts +2 -2
- package/lib/request/get-pipeline-request.d.ts +2 -2
- package/lib/request/get-pipeline-run-request.d.ts +2 -2
- package/lib/request/get-project-request.d.ts +2 -2
- package/lib/request/get-schedule-request.d.ts +1 -1
- package/lib/request/get-step-artifact-content-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/head-job-artifact-request.d.ts +2 -2
- package/lib/request/head-model-artifact-request.d.ts +2 -2
- package/lib/request/head-step-artifact-request.d.ts +2 -2
- package/lib/request/import-model-artifact-request.d.ts +2 -2
- package/lib/request/list-containers-request.d.ts +3 -3
- package/lib/request/list-data-science-private-endpoints-request.d.ts +5 -5
- package/lib/request/list-fast-launch-job-configs-request.d.ts +4 -4
- package/lib/request/list-job-runs-request.d.ts +7 -7
- package/lib/request/list-job-shapes-request.d.ts +4 -4
- package/lib/request/list-jobs-request.d.ts +7 -7
- package/lib/request/list-model-deployment-shapes-request.d.ts +4 -4
- package/lib/request/list-model-deployments-request.d.ts +7 -7
- package/lib/request/list-model-version-sets-request.d.ts +7 -7
- package/lib/request/list-models-request.d.ts +7 -7
- package/lib/request/list-notebook-session-shapes-request.d.ts +4 -4
- package/lib/request/list-notebook-sessions-request.d.ts +7 -7
- package/lib/request/list-pipeline-runs-request.d.ts +7 -7
- package/lib/request/list-pipelines-request.d.ts +7 -7
- package/lib/request/list-projects-request.d.ts +6 -6
- package/lib/request/list-schedules-request.d.ts +5 -5
- package/lib/request/list-work-request-errors-request.d.ts +4 -4
- package/lib/request/list-work-request-logs-request.d.ts +4 -4
- package/lib/request/list-work-requests-request.d.ts +5 -5
- package/lib/request/restore-archived-model-artifact-request.d.ts +2 -2
- package/lib/request/update-data-science-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +2 -2
- package/lib/request/update-job-run-request.d.ts +2 -2
- package/lib/request/update-model-deployment-request.d.ts +2 -2
- package/lib/request/update-model-provenance-request.d.ts +2 -2
- package/lib/request/update-model-request.d.ts +2 -2
- package/lib/request/update-model-version-set-request.d.ts +2 -2
- package/lib/request/update-notebook-session-request.d.ts +2 -2
- package/lib/request/update-pipeline-request.d.ts +2 -2
- package/lib/request/update-pipeline-run-request.d.ts +2 -2
- package/lib/request/update-project-request.d.ts +2 -2
- package/lib/request/update-schedule-request.d.ts +1 -1
- package/lib/response/activate-model-deployment-response.d.ts +1 -1
- package/lib/response/activate-model-response.d.ts +1 -1
- package/lib/response/activate-notebook-session-response.d.ts +1 -1
- package/lib/response/activate-schedule-response.d.ts +1 -1
- package/lib/response/change-data-science-private-endpoint-compartment-response.d.ts +1 -1
- package/lib/response/change-model-version-set-compartment-response.d.ts +1 -1
- package/lib/response/change-schedule-compartment-response.d.ts +1 -1
- package/lib/response/create-data-science-private-endpoint-response.d.ts +2 -2
- package/lib/response/create-job-artifact-response.d.ts +1 -1
- package/lib/response/create-job-response.d.ts +1 -1
- package/lib/response/create-job-run-response.d.ts +1 -1
- package/lib/response/create-model-artifact-response.d.ts +1 -1
- package/lib/response/create-model-deployment-response.d.ts +2 -2
- package/lib/response/create-model-provenance-response.d.ts +1 -1
- package/lib/response/create-model-response.d.ts +1 -1
- package/lib/response/create-model-version-set-response.d.ts +1 -1
- package/lib/response/create-notebook-session-response.d.ts +2 -2
- package/lib/response/create-pipeline-response.d.ts +1 -1
- package/lib/response/create-pipeline-run-response.d.ts +1 -1
- package/lib/response/create-project-response.d.ts +1 -1
- package/lib/response/create-schedule-response.d.ts +2 -2
- package/lib/response/deactivate-model-deployment-response.d.ts +1 -1
- package/lib/response/deactivate-model-response.d.ts +1 -1
- package/lib/response/deactivate-notebook-session-response.d.ts +1 -1
- package/lib/response/deactivate-schedule-response.d.ts +1 -1
- package/lib/response/delete-data-science-private-endpoint-response.d.ts +1 -1
- package/lib/response/delete-job-response.d.ts +1 -1
- package/lib/response/delete-model-deployment-response.d.ts +1 -1
- package/lib/response/delete-model-version-set-response.d.ts +1 -1
- package/lib/response/delete-notebook-session-response.d.ts +1 -1
- package/lib/response/delete-pipeline-response.d.ts +1 -1
- package/lib/response/delete-project-response.d.ts +1 -1
- package/lib/response/delete-schedule-response.d.ts +1 -1
- package/lib/response/export-model-artifact-response.d.ts +1 -1
- package/lib/response/get-data-science-private-endpoint-response.d.ts +1 -1
- package/lib/response/get-job-artifact-content-response.d.ts +1 -1
- package/lib/response/get-job-response.d.ts +1 -1
- package/lib/response/get-job-run-response.d.ts +1 -1
- package/lib/response/get-model-artifact-content-response.d.ts +1 -1
- package/lib/response/get-model-deployment-response.d.ts +1 -1
- package/lib/response/get-model-provenance-response.d.ts +1 -1
- package/lib/response/get-model-response.d.ts +1 -1
- package/lib/response/get-model-version-set-response.d.ts +1 -1
- package/lib/response/get-notebook-session-response.d.ts +1 -1
- package/lib/response/get-pipeline-response.d.ts +1 -1
- package/lib/response/get-pipeline-run-response.d.ts +1 -1
- package/lib/response/get-project-response.d.ts +1 -1
- package/lib/response/get-schedule-response.d.ts +1 -1
- package/lib/response/get-step-artifact-content-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/head-job-artifact-response.d.ts +1 -1
- package/lib/response/head-model-artifact-response.d.ts +1 -1
- package/lib/response/head-step-artifact-response.d.ts +1 -1
- package/lib/response/import-model-artifact-response.d.ts +1 -1
- package/lib/response/list-containers-response.d.ts +2 -2
- package/lib/response/list-data-science-private-endpoints-response.d.ts +2 -2
- package/lib/response/list-fast-launch-job-configs-response.d.ts +2 -2
- package/lib/response/list-job-runs-response.d.ts +2 -2
- package/lib/response/list-job-shapes-response.d.ts +2 -2
- package/lib/response/list-jobs-response.d.ts +2 -2
- package/lib/response/list-model-deployment-shapes-response.d.ts +2 -2
- package/lib/response/list-model-deployments-response.d.ts +2 -2
- package/lib/response/list-model-version-sets-response.d.ts +2 -2
- package/lib/response/list-models-response.d.ts +2 -2
- package/lib/response/list-notebook-session-shapes-response.d.ts +2 -2
- package/lib/response/list-notebook-sessions-response.d.ts +2 -2
- package/lib/response/list-pipeline-runs-response.d.ts +2 -2
- package/lib/response/list-pipelines-response.d.ts +2 -2
- package/lib/response/list-projects-response.d.ts +2 -2
- package/lib/response/list-schedules-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +2 -2
- package/lib/response/list-work-request-logs-response.d.ts +2 -2
- package/lib/response/list-work-requests-response.d.ts +2 -2
- package/lib/response/update-data-science-private-endpoint-response.d.ts +2 -2
- package/lib/response/update-job-response.d.ts +1 -1
- package/lib/response/update-job-run-response.d.ts +1 -1
- package/lib/response/update-model-deployment-response.d.ts +1 -1
- package/lib/response/update-model-provenance-response.d.ts +1 -1
- package/lib/response/update-model-response.d.ts +1 -1
- package/lib/response/update-model-version-set-response.d.ts +1 -1
- package/lib/response/update-notebook-session-response.d.ts +1 -1
- package/lib/response/update-pipeline-response.d.ts +1 -1
- package/lib/response/update-pipeline-run-response.d.ts +1 -1
- package/lib/response/update-project-response.d.ts +1 -1
- package/lib/response/update-schedule-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/model/model.d.ts
CHANGED
|
@@ -17,15 +17,15 @@ import * as model from "../model";
|
|
|
17
17
|
*/
|
|
18
18
|
export interface Model {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model.
|
|
21
21
|
*/
|
|
22
22
|
"id": string;
|
|
23
23
|
/**
|
|
24
|
-
* The [OCID](https://docs.
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the model's compartment.
|
|
25
25
|
*/
|
|
26
26
|
"compartmentId": string;
|
|
27
27
|
/**
|
|
28
|
-
* The [OCID](https://docs.
|
|
28
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project associated with the model.
|
|
29
29
|
*/
|
|
30
30
|
"projectId": string;
|
|
31
31
|
/**
|
|
@@ -51,11 +51,11 @@ export interface Model {
|
|
|
51
51
|
*/
|
|
52
52
|
"timeCreated": Date;
|
|
53
53
|
/**
|
|
54
|
-
* The [OCID](https://docs.
|
|
54
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the model.
|
|
55
55
|
*/
|
|
56
56
|
"createdBy": string;
|
|
57
57
|
/**
|
|
58
|
-
* 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.
|
|
58
|
+
* 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.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
59
59
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
@@ -63,7 +63,7 @@ export interface Model {
|
|
|
63
63
|
[key: string]: string;
|
|
64
64
|
};
|
|
65
65
|
/**
|
|
66
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.
|
|
66
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
67
67
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
@@ -27,7 +27,7 @@ export interface NotebookSessionConfigDetails {
|
|
|
27
27
|
*/
|
|
28
28
|
"blockStorageSizeInGBs"?: number;
|
|
29
29
|
/**
|
|
30
|
-
* A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.
|
|
30
|
+
* A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"subnetId"?: string;
|
|
@@ -27,7 +27,7 @@ export interface NotebookSessionConfigurationDetails {
|
|
|
27
27
|
*/
|
|
28
28
|
"blockStorageSizeInGBs"?: number;
|
|
29
29
|
/**
|
|
30
|
-
* A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.
|
|
30
|
+
* A notebook session instance is provided with a VNIC for network access. This specifies the [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet to create a VNIC in. The subnet should be in a VCN with a NAT gateway for egress to the internet.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
"subnetId": string;
|
|
@@ -17,7 +17,7 @@ import * as model from "../model";
|
|
|
17
17
|
*/
|
|
18
18
|
export interface NotebookSessionSummary {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the notebook session.
|
|
21
21
|
*/
|
|
22
22
|
"id": string;
|
|
23
23
|
/**
|
|
@@ -33,15 +33,15 @@ export interface NotebookSessionSummary {
|
|
|
33
33
|
*/
|
|
34
34
|
"displayName": string;
|
|
35
35
|
/**
|
|
36
|
-
* The [OCID](https://docs.
|
|
36
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project associated with the notebook session.
|
|
37
37
|
*/
|
|
38
38
|
"projectId": string;
|
|
39
39
|
/**
|
|
40
|
-
* The [OCID](https://docs.
|
|
40
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the notebook session.
|
|
41
41
|
*/
|
|
42
42
|
"createdBy": string;
|
|
43
43
|
/**
|
|
44
|
-
* The [OCID](https://docs.
|
|
44
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the notebook session's compartment.
|
|
45
45
|
*/
|
|
46
46
|
"compartmentId": string;
|
|
47
47
|
"notebookSessionConfigurationDetails"?: model.NotebookSessionConfigurationDetails;
|
|
@@ -55,7 +55,7 @@ export interface NotebookSessionSummary {
|
|
|
55
55
|
*/
|
|
56
56
|
"lifecycleState": model.NotebookSessionLifecycleState;
|
|
57
57
|
/**
|
|
58
|
-
* 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.
|
|
58
|
+
* 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.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
59
59
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
60
60
|
*
|
|
61
61
|
*/
|
|
@@ -63,7 +63,7 @@ export interface NotebookSessionSummary {
|
|
|
63
63
|
[key: string]: string;
|
|
64
64
|
};
|
|
65
65
|
/**
|
|
66
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.
|
|
66
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
67
67
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
@@ -18,7 +18,7 @@ import * as model from "../model";
|
|
|
18
18
|
*/
|
|
19
19
|
export interface NotebookSession {
|
|
20
20
|
/**
|
|
21
|
-
* The [OCID](https://docs.
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the notebook session.
|
|
22
22
|
*/
|
|
23
23
|
"id": string;
|
|
24
24
|
/**
|
|
@@ -34,15 +34,15 @@ export interface NotebookSession {
|
|
|
34
34
|
*/
|
|
35
35
|
"displayName": string;
|
|
36
36
|
/**
|
|
37
|
-
* The [OCID](https://docs.
|
|
37
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the project associated with the notebook session.
|
|
38
38
|
*/
|
|
39
39
|
"projectId": string;
|
|
40
40
|
/**
|
|
41
|
-
* The [OCID](https://docs.
|
|
41
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the user who created the notebook session.
|
|
42
42
|
*/
|
|
43
43
|
"createdBy": string;
|
|
44
44
|
/**
|
|
45
|
-
* The [OCID](https://docs.
|
|
45
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the notebook session's compartment.
|
|
46
46
|
*/
|
|
47
47
|
"compartmentId": string;
|
|
48
48
|
"notebookSessionConfigurationDetails"?: model.NotebookSessionConfigurationDetails;
|
|
@@ -65,7 +65,7 @@ export interface NotebookSession {
|
|
|
65
65
|
*/
|
|
66
66
|
"lifecycleDetails"?: string;
|
|
67
67
|
/**
|
|
68
|
-
* 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.
|
|
68
|
+
* 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.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
69
69
|
* Example: {@code {\"Department\": \"Finance\"}}
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
@@ -73,7 +73,7 @@ export interface NotebookSession {
|
|
|
73
73
|
[key: string]: string;
|
|
74
74
|
};
|
|
75
75
|
/**
|
|
76
|
-
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.
|
|
76
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
77
77
|
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
78
78
|
*
|
|
79
79
|
*/
|
|
@@ -18,6 +18,10 @@ import * as model from "../model";
|
|
|
18
18
|
export interface PipelineContainerStepDetails extends model.PipelineStepDetails {
|
|
19
19
|
"stepInfrastructureConfigurationDetails"?: model.PipelineInfrastructureConfigurationDetails;
|
|
20
20
|
"stepContainerConfigurationDetails": model.PipelineOcirContainerConfigurationDetails;
|
|
21
|
+
/**
|
|
22
|
+
* The storage mount details to mount to the instance running the pipeline step.
|
|
23
|
+
*/
|
|
24
|
+
"stepStorageMountConfigurationDetailsList"?: Array<model.StorageMountConfigurationDetails>;
|
|
21
25
|
/**
|
|
22
26
|
* A flag to indicate whether the artifact has been uploaded for this step or not.
|
|
23
27
|
*/
|
|
@@ -45,6 +45,11 @@ var PipelineContainerStepDetails;
|
|
|
45
45
|
: undefined,
|
|
46
46
|
"stepContainerConfigurationDetails": obj.stepContainerConfigurationDetails
|
|
47
47
|
? model.PipelineContainerConfigurationDetails.getJsonObj(obj.stepContainerConfigurationDetails)
|
|
48
|
+
: undefined,
|
|
49
|
+
"stepStorageMountConfigurationDetailsList": obj.stepStorageMountConfigurationDetailsList
|
|
50
|
+
? obj.stepStorageMountConfigurationDetailsList.map(item => {
|
|
51
|
+
return model.StorageMountConfigurationDetails.getJsonObj(item);
|
|
52
|
+
})
|
|
48
53
|
: undefined
|
|
49
54
|
});
|
|
50
55
|
return jsonObj;
|
|
@@ -60,6 +65,11 @@ var PipelineContainerStepDetails;
|
|
|
60
65
|
: undefined,
|
|
61
66
|
"stepContainerConfigurationDetails": obj.stepContainerConfigurationDetails
|
|
62
67
|
? model.PipelineContainerConfigurationDetails.getDeserializedJsonObj(obj.stepContainerConfigurationDetails)
|
|
68
|
+
: undefined,
|
|
69
|
+
"stepStorageMountConfigurationDetailsList": obj.stepStorageMountConfigurationDetailsList
|
|
70
|
+
? obj.stepStorageMountConfigurationDetailsList.map(item => {
|
|
71
|
+
return model.StorageMountConfigurationDetails.getDeserializedJsonObj(item);
|
|
72
|
+
})
|
|
63
73
|
: undefined
|
|
64
74
|
});
|
|
65
75
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline-container-step-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-container-step-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"pipeline-container-step-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-container-step-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,4BAA4B,CAyD5C;AAzDD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GAC7E;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,UAAU,CACzD,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;YACb,mCAAmC,EAAE,GAAG,CAAC,iCAAiC;gBACxE,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACpD,GAAG,CAAC,iCAAiC,CACtC;gBACH,CAAC,CAAC,SAAS;YACb,0CAA0C,EAAE,GAAG,CAAC,wCAAwC;gBACtF,CAAC,CAAC,GAAG,CAAC,wCAAwC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtD,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,uCAAU,aAyBzB,CAAA;IACY,qCAAQ,GAAG,WAAW,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAkC,CAAC,GACzF;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACrE,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;YACb,mCAAmC,EAAE,GAAG,CAAC,iCAAiC;gBACxE,CAAC,CAAC,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CAChE,GAAG,CAAC,iCAAiC,CACtC;gBACH,CAAC,CAAC,SAAS;YACb,0CAA0C,EAAE,GAAG,CAAC,wCAAwC;gBACtF,CAAC,CAAC,GAAG,CAAC,wCAAwC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtD,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,mDAAsB,yBA4BrC,CAAA;AACH,CAAC,EAzDgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyD5C"}
|
|
@@ -17,6 +17,10 @@ import * as model from "../model";
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PipelineContainerStepUpdateDetails extends model.PipelineStepUpdateDetails {
|
|
19
19
|
"stepInfrastructureConfigurationDetails"?: model.PipelineInfrastructureConfigurationDetails;
|
|
20
|
+
/**
|
|
21
|
+
* The storage mount details to mount to the instance running the pipeline step.
|
|
22
|
+
*/
|
|
23
|
+
"stepStorageMountConfigurationDetailsList"?: Array<model.StorageMountConfigurationDetails>;
|
|
20
24
|
"stepType": string;
|
|
21
25
|
}
|
|
22
26
|
export declare namespace PipelineContainerStepUpdateDetails {
|
|
@@ -42,6 +42,11 @@ var PipelineContainerStepUpdateDetails;
|
|
|
42
42
|
: model.PipelineStepUpdateDetails.getJsonObj(obj))), {
|
|
43
43
|
"stepInfrastructureConfigurationDetails": obj.stepInfrastructureConfigurationDetails
|
|
44
44
|
? model.PipelineInfrastructureConfigurationDetails.getJsonObj(obj.stepInfrastructureConfigurationDetails)
|
|
45
|
+
: undefined,
|
|
46
|
+
"stepStorageMountConfigurationDetailsList": obj.stepStorageMountConfigurationDetailsList
|
|
47
|
+
? obj.stepStorageMountConfigurationDetailsList.map(item => {
|
|
48
|
+
return model.StorageMountConfigurationDetails.getJsonObj(item);
|
|
49
|
+
})
|
|
45
50
|
: undefined
|
|
46
51
|
});
|
|
47
52
|
return jsonObj;
|
|
@@ -54,6 +59,11 @@ var PipelineContainerStepUpdateDetails;
|
|
|
54
59
|
: model.PipelineStepUpdateDetails.getDeserializedJsonObj(obj))), {
|
|
55
60
|
"stepInfrastructureConfigurationDetails": obj.stepInfrastructureConfigurationDetails
|
|
56
61
|
? model.PipelineInfrastructureConfigurationDetails.getDeserializedJsonObj(obj.stepInfrastructureConfigurationDetails)
|
|
62
|
+
: undefined,
|
|
63
|
+
"stepStorageMountConfigurationDetailsList": obj.stepStorageMountConfigurationDetailsList
|
|
64
|
+
? obj.stepStorageMountConfigurationDetailsList.map(item => {
|
|
65
|
+
return model.StorageMountConfigurationDetails.getDeserializedJsonObj(item);
|
|
66
|
+
})
|
|
57
67
|
: undefined
|
|
58
68
|
});
|
|
59
69
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline-container-step-update-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-container-step-update-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"pipeline-container-step-update-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-container-step-update-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,kCAAkC,CAoDlD;AApDD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CACxB,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAwC,CAAC,GACzF;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,UAAU,CACzD,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;YACb,0CAA0C,EAAE,GAAG,CAAC,wCAAwC;gBACtF,CAAC,CAAC,GAAG,CAAC,wCAAwC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtD,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,6CAAU,aAuBzB,CAAA;IACY,2CAAQ,GAAG,WAAW,CAAC;IACpC,SAAgB,sBAAsB,CACpC,GAAuC,EACvC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACrD,GAAG,CACmC,CAAC,GAC1C;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACrE,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;YACb,0CAA0C,EAAE,GAAG,CAAC,wCAAwC;gBACtF,CAAC,CAAC,GAAG,CAAC,wCAAwC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtD,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,yDAAsB,yBAyBrC,CAAA;AACH,CAAC,EApDgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAoDlD"}
|
|
@@ -17,6 +17,10 @@ import * as model from "../model";
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PipelineCustomScriptStepDetails extends model.PipelineStepDetails {
|
|
19
19
|
"stepInfrastructureConfigurationDetails"?: model.PipelineInfrastructureConfigurationDetails;
|
|
20
|
+
/**
|
|
21
|
+
* The storage mount details to mount to the instance running the pipeline step.
|
|
22
|
+
*/
|
|
23
|
+
"stepStorageMountConfigurationDetailsList"?: Array<model.StorageMountConfigurationDetails>;
|
|
20
24
|
/**
|
|
21
25
|
* A flag to indicate whether the artifact has been uploaded for this step or not.
|
|
22
26
|
*/
|
|
@@ -42,6 +42,11 @@ var PipelineCustomScriptStepDetails;
|
|
|
42
42
|
: model.PipelineStepDetails.getJsonObj(obj))), {
|
|
43
43
|
"stepInfrastructureConfigurationDetails": obj.stepInfrastructureConfigurationDetails
|
|
44
44
|
? model.PipelineInfrastructureConfigurationDetails.getJsonObj(obj.stepInfrastructureConfigurationDetails)
|
|
45
|
+
: undefined,
|
|
46
|
+
"stepStorageMountConfigurationDetailsList": obj.stepStorageMountConfigurationDetailsList
|
|
47
|
+
? obj.stepStorageMountConfigurationDetailsList.map(item => {
|
|
48
|
+
return model.StorageMountConfigurationDetails.getJsonObj(item);
|
|
49
|
+
})
|
|
45
50
|
: undefined
|
|
46
51
|
});
|
|
47
52
|
return jsonObj;
|
|
@@ -54,6 +59,11 @@ var PipelineCustomScriptStepDetails;
|
|
|
54
59
|
: model.PipelineStepDetails.getDeserializedJsonObj(obj))), {
|
|
55
60
|
"stepInfrastructureConfigurationDetails": obj.stepInfrastructureConfigurationDetails
|
|
56
61
|
? model.PipelineInfrastructureConfigurationDetails.getDeserializedJsonObj(obj.stepInfrastructureConfigurationDetails)
|
|
62
|
+
: undefined,
|
|
63
|
+
"stepStorageMountConfigurationDetailsList": obj.stepStorageMountConfigurationDetailsList
|
|
64
|
+
? obj.stepStorageMountConfigurationDetailsList.map(item => {
|
|
65
|
+
return model.StorageMountConfigurationDetails.getDeserializedJsonObj(item);
|
|
66
|
+
})
|
|
57
67
|
: undefined
|
|
58
68
|
});
|
|
59
69
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline-custom-script-step-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-custom-script-step-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"pipeline-custom-script-step-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-custom-script-step-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,+BAA+B,CAoD/C;AApDD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CACxB,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAqC,CAAC,GAChF;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,UAAU,CACzD,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;YACb,0CAA0C,EAAE,GAAG,CAAC,wCAAwC;gBACtF,CAAC,CAAC,GAAG,CAAC,wCAAwC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtD,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAvBe,0CAAU,aAuBzB,CAAA;IACY,wCAAQ,GAAG,eAAe,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAAoC,EACpC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAC/C,GAAG,CACgC,CAAC,GACvC;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACrE,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;YACb,0CAA0C,EAAE,GAAG,CAAC,wCAAwC;gBACtF,CAAC,CAAC,GAAG,CAAC,wCAAwC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtD,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,sDAAsB,yBAyBrC,CAAA;AACH,CAAC,EApDgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAoD/C"}
|
|
@@ -17,6 +17,10 @@ import * as model from "../model";
|
|
|
17
17
|
*/
|
|
18
18
|
export interface PipelineCustomScriptStepUpdateDetails extends model.PipelineStepUpdateDetails {
|
|
19
19
|
"stepInfrastructureConfigurationDetails"?: model.PipelineInfrastructureConfigurationDetails;
|
|
20
|
+
/**
|
|
21
|
+
* The storage mount details to mount to the instance running the pipeline step.
|
|
22
|
+
*/
|
|
23
|
+
"stepStorageMountConfigurationDetailsList"?: Array<model.StorageMountConfigurationDetails>;
|
|
20
24
|
"stepType": string;
|
|
21
25
|
}
|
|
22
26
|
export declare namespace PipelineCustomScriptStepUpdateDetails {
|
|
@@ -42,6 +42,11 @@ var PipelineCustomScriptStepUpdateDetails;
|
|
|
42
42
|
: model.PipelineStepUpdateDetails.getJsonObj(obj))), {
|
|
43
43
|
"stepInfrastructureConfigurationDetails": obj.stepInfrastructureConfigurationDetails
|
|
44
44
|
? model.PipelineInfrastructureConfigurationDetails.getJsonObj(obj.stepInfrastructureConfigurationDetails)
|
|
45
|
+
: undefined,
|
|
46
|
+
"stepStorageMountConfigurationDetailsList": obj.stepStorageMountConfigurationDetailsList
|
|
47
|
+
? obj.stepStorageMountConfigurationDetailsList.map(item => {
|
|
48
|
+
return model.StorageMountConfigurationDetails.getJsonObj(item);
|
|
49
|
+
})
|
|
45
50
|
: undefined
|
|
46
51
|
});
|
|
47
52
|
return jsonObj;
|
|
@@ -54,6 +59,11 @@ var PipelineCustomScriptStepUpdateDetails;
|
|
|
54
59
|
: model.PipelineStepUpdateDetails.getDeserializedJsonObj(obj))), {
|
|
55
60
|
"stepInfrastructureConfigurationDetails": obj.stepInfrastructureConfigurationDetails
|
|
56
61
|
? model.PipelineInfrastructureConfigurationDetails.getDeserializedJsonObj(obj.stepInfrastructureConfigurationDetails)
|
|
62
|
+
: undefined,
|
|
63
|
+
"stepStorageMountConfigurationDetailsList": obj.stepStorageMountConfigurationDetailsList
|
|
64
|
+
? obj.stepStorageMountConfigurationDetailsList.map(item => {
|
|
65
|
+
return model.StorageMountConfigurationDetails.getDeserializedJsonObj(item);
|
|
66
|
+
})
|
|
57
67
|
: undefined
|
|
58
68
|
});
|
|
59
69
|
return jsonObj;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline-custom-script-step-update-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-custom-script-step-update-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"pipeline-custom-script-step-update-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-custom-script-step-update-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,qCAAqC,CAsDrD;AAtDD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CACxB,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,UAAU,CACzC,GAAG,CACsC,CAAC,GAC7C;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,UAAU,CACzD,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;YACb,0CAA0C,EAAE,GAAG,CAAC,wCAAwC;gBACtF,CAAC,CAAC,GAAG,CAAC,wCAAwC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtD,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,gDAAU,aAyBzB,CAAA;IACY,8CAAQ,GAAG,eAAe,CAAC;IACxC,SAAgB,sBAAsB,CACpC,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CACrD,GAAG,CACsC,CAAC,GAC7C;YACD,wCAAwC,EAAE,GAAG,CAAC,sCAAsC;gBAClF,CAAC,CAAC,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACrE,GAAG,CAAC,sCAAsC,CAC3C;gBACH,CAAC,CAAC,SAAS;YACb,0CAA0C,EAAE,GAAG,CAAC,wCAAwC;gBACtF,CAAC,CAAC,GAAG,CAAC,wCAAwC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtD,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,4DAAsB,yBAyBrC,CAAA;AACH,CAAC,EAtDgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAsDrD"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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, 2025, 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 configuration details of a Dataflow step.
|
|
17
|
+
*/
|
|
18
|
+
export interface PipelineDataflowConfigurationDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The Spark configuration passed to the running process.
|
|
21
|
+
*/
|
|
22
|
+
"configuration"?: any;
|
|
23
|
+
/**
|
|
24
|
+
* The VM shape for the driver.
|
|
25
|
+
*/
|
|
26
|
+
"driverShape"?: string;
|
|
27
|
+
"driverShapeConfigDetails"?: model.PipelineShapeConfigDetails;
|
|
28
|
+
/**
|
|
29
|
+
* The VM shape for the executors.
|
|
30
|
+
*/
|
|
31
|
+
"executorShape"?: string;
|
|
32
|
+
"executorShapeConfigDetails"?: model.PipelineShapeConfigDetails;
|
|
33
|
+
/**
|
|
34
|
+
* The number of executor VMs requested. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
35
|
+
*/
|
|
36
|
+
"numExecutors"?: number;
|
|
37
|
+
/**
|
|
38
|
+
* An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse directory for BATCH SQL runs.
|
|
39
|
+
*/
|
|
40
|
+
"warehouseBucketUri"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be uploaded.
|
|
43
|
+
*/
|
|
44
|
+
"logsBucketUri"?: string;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace PipelineDataflowConfigurationDetails {
|
|
47
|
+
function getJsonObj(obj: PipelineDataflowConfigurationDetails): object;
|
|
48
|
+
function getDeserializedJsonObj(obj: PipelineDataflowConfigurationDetails): object;
|
|
49
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
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, 2025, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.PipelineDataflowConfigurationDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var PipelineDataflowConfigurationDetails;
|
|
38
|
+
(function (PipelineDataflowConfigurationDetails) {
|
|
39
|
+
function getJsonObj(obj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
41
|
+
"driverShapeConfigDetails": obj.driverShapeConfigDetails
|
|
42
|
+
? model.PipelineShapeConfigDetails.getJsonObj(obj.driverShapeConfigDetails)
|
|
43
|
+
: undefined,
|
|
44
|
+
"executorShapeConfigDetails": obj.executorShapeConfigDetails
|
|
45
|
+
? model.PipelineShapeConfigDetails.getJsonObj(obj.executorShapeConfigDetails)
|
|
46
|
+
: undefined
|
|
47
|
+
});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
PipelineDataflowConfigurationDetails.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
53
|
+
"driverShapeConfigDetails": obj.driverShapeConfigDetails
|
|
54
|
+
? model.PipelineShapeConfigDetails.getDeserializedJsonObj(obj.driverShapeConfigDetails)
|
|
55
|
+
: undefined,
|
|
56
|
+
"executorShapeConfigDetails": obj.executorShapeConfigDetails
|
|
57
|
+
? model.PipelineShapeConfigDetails.getDeserializedJsonObj(obj.executorShapeConfigDetails)
|
|
58
|
+
: undefined
|
|
59
|
+
});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
PipelineDataflowConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(PipelineDataflowConfigurationDetails = exports.PipelineDataflowConfigurationDetails || (exports.PipelineDataflowConfigurationDetails = {}));
|
|
64
|
+
//# sourceMappingURL=pipeline-dataflow-configuration-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipeline-dataflow-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-dataflow-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,oCAAoC,CAiCpD;AAjCD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YAEb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,+CAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,0BAA0B,EAAE,GAAG,CAAC,wBAAwB;gBACtD,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,wBAAwB,CAAC;gBACvF,CAAC,CAAC,SAAS;YAEb,4BAA4B,EAAE,GAAG,CAAC,0BAA0B;gBAC1D,CAAC,CAAC,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,GAAG,CAAC,0BAA0B,CAAC;gBACzF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,2DAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAiCpD"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2025, 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 type of step where the dataflow application is pre-created by the user.
|
|
17
|
+
*/
|
|
18
|
+
export interface PipelineDataflowStepDetails extends model.PipelineStepDetails {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dataflow application to be used as a step.
|
|
21
|
+
*/
|
|
22
|
+
"applicationId": string;
|
|
23
|
+
"stepDataflowConfigurationDetails"?: model.PipelineDataflowConfigurationDetails;
|
|
24
|
+
"stepType": string;
|
|
25
|
+
}
|
|
26
|
+
export declare namespace PipelineDataflowStepDetails {
|
|
27
|
+
function getJsonObj(obj: PipelineDataflowStepDetails, isParentJsonObj?: boolean): object;
|
|
28
|
+
const stepType = "DATAFLOW";
|
|
29
|
+
function getDeserializedJsonObj(obj: PipelineDataflowStepDetails, isParentJsonObj?: boolean): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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, 2025, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
16
|
+
if (k2 === undefined) k2 = k;
|
|
17
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
18
|
+
}) : (function(o, m, k, k2) {
|
|
19
|
+
if (k2 === undefined) k2 = k;
|
|
20
|
+
o[k2] = m[k];
|
|
21
|
+
}));
|
|
22
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
23
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
24
|
+
}) : function(o, v) {
|
|
25
|
+
o["default"] = v;
|
|
26
|
+
});
|
|
27
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
+
exports.PipelineDataflowStepDetails = void 0;
|
|
36
|
+
const model = __importStar(require("../model"));
|
|
37
|
+
var PipelineDataflowStepDetails;
|
|
38
|
+
(function (PipelineDataflowStepDetails) {
|
|
39
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
40
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
41
|
+
? obj
|
|
42
|
+
: model.PipelineStepDetails.getJsonObj(obj))), {
|
|
43
|
+
"stepDataflowConfigurationDetails": obj.stepDataflowConfigurationDetails
|
|
44
|
+
? model.PipelineDataflowConfigurationDetails.getJsonObj(obj.stepDataflowConfigurationDetails)
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
PipelineDataflowStepDetails.getJsonObj = getJsonObj;
|
|
50
|
+
PipelineDataflowStepDetails.stepType = "DATAFLOW";
|
|
51
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
53
|
+
? obj
|
|
54
|
+
: model.PipelineStepDetails.getDeserializedJsonObj(obj))), {
|
|
55
|
+
"stepDataflowConfigurationDetails": obj.stepDataflowConfigurationDetails
|
|
56
|
+
? model.PipelineDataflowConfigurationDetails.getDeserializedJsonObj(obj.stepDataflowConfigurationDetails)
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
PipelineDataflowStepDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(PipelineDataflowStepDetails = exports.PipelineDataflowStepDetails || (exports.PipelineDataflowStepDetails = {}));
|
|
63
|
+
//# sourceMappingURL=pipeline-dataflow-step-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pipeline-dataflow-step-details.js","sourceRoot":"","sources":["../../../../../lib/datascience/lib/model/pipeline-dataflow-step-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,2BAA2B,CAqC3C;AArCD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GAC5E;YACD,kCAAkC,EAAE,GAAG,CAAC,gCAAgC;gBACtE,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACnD,GAAG,CAAC,gCAAgC,CACrC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,sCAAU,aAezB,CAAA;IACY,oCAAQ,GAAG,UAAU,CAAC;IACnC,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GACxF;YACD,kCAAkC,EAAE,GAAG,CAAC,gCAAgC;gBACtE,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAC/D,GAAG,CAAC,gCAAgC,CACrC;gBACH,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,kDAAsB,yBAkBrC,CAAA;AACH,CAAC,EArCgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAqC3C"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2025, 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
|
+
* Detail of each Dataflow Step Run.
|
|
17
|
+
*/
|
|
18
|
+
export interface PipelineDataflowStepRun extends model.PipelineStepRun {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the dataflow run triggered for this step run.
|
|
21
|
+
*/
|
|
22
|
+
"dataflowRunId"?: string;
|
|
23
|
+
"stepType": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace PipelineDataflowStepRun {
|
|
26
|
+
function getJsonObj(obj: PipelineDataflowStepRun, isParentJsonObj?: boolean): object;
|
|
27
|
+
const stepType = "DATAFLOW";
|
|
28
|
+
function getDeserializedJsonObj(obj: PipelineDataflowStepRun, isParentJsonObj?: boolean): object;
|
|
29
|
+
}
|