oci-datascience 2.76.1 → 2.77.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +98 -92
- package/lib/client.js +100 -91
- package/lib/client.js.map +1 -1
- package/lib/model/create-data-science-private-endpoint-details.d.ts +2 -2
- package/lib/model/create-job-details.d.ts +2 -2
- package/lib/model/create-job-run-details.d.ts +2 -2
- package/lib/model/create-model-deployment-details.d.ts +3 -3
- package/lib/model/create-model-details.d.ts +3 -3
- package/lib/model/create-model-version-set-details.d.ts +3 -3
- package/lib/model/create-notebook-session-details.d.ts +3 -3
- package/lib/model/create-pipeline-details.d.ts +2 -2
- package/lib/model/create-pipeline-run-details.d.ts +3 -3
- package/lib/model/create-project-details.d.ts +2 -2
- 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/default-model-deployment-environment-configuration-details.d.ts +1 -1
- package/lib/model/job-run-summary.d.ts +2 -2
- package/lib/model/job-run.d.ts +2 -2
- package/lib/model/job-summary.d.ts +2 -2
- package/lib/model/job.d.ts +2 -2
- package/lib/model/model-deployment-summary.d.ts +3 -3
- package/lib/model/model-deployment.d.ts +3 -3
- package/lib/model/model-summary.d.ts +2 -2
- package/lib/model/model-version-set-summary.d.ts +2 -2
- package/lib/model/model-version-set.d.ts +2 -2
- package/lib/model/model.d.ts +2 -2
- 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 +3 -3
- package/lib/model/notebook-session.d.ts +3 -3
- package/lib/model/ocir-model-deployment-environment-configuration-details.d.ts +11 -11
- package/lib/model/pipeline-run-summary.d.ts +3 -3
- package/lib/model/pipeline-run.d.ts +3 -3
- package/lib/model/pipeline-summary.d.ts +3 -3
- package/lib/model/pipeline.d.ts +3 -3
- package/lib/model/project-summary.d.ts +2 -2
- package/lib/model/project.d.ts +2 -2
- package/lib/model/update-data-science-private-endpoint-details.d.ts +2 -2
- package/lib/model/update-default-model-deployment-environment-configuration-details.d.ts +1 -1
- 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 +6 -6
- package/lib/model/update-model-details.d.ts +3 -3
- package/lib/model/update-model-version-set-details.d.ts +2 -2
- package/lib/model/update-notebook-session-details.d.ts +5 -5
- package/lib/model/update-ocir-model-deployment-environment-configuration-details.d.ts +11 -11
- package/lib/model/update-pipeline-details.d.ts +2 -2
- package/lib/model/update-pipeline-run-details.d.ts +2 -2
- package/lib/model/update-project-details.d.ts +2 -2
- package/lib/request/activate-model-deployment-request.d.ts +4 -4
- package/lib/request/activate-model-request.d.ts +4 -4
- package/lib/request/activate-notebook-session-request.d.ts +4 -4
- package/lib/request/cancel-job-run-request.d.ts +4 -4
- package/lib/request/cancel-pipeline-run-request.d.ts +4 -4
- package/lib/request/cancel-work-request-request.d.ts +4 -4
- package/lib/request/change-data-science-private-endpoint-compartment-request.d.ts +4 -4
- package/lib/request/change-job-compartment-request.d.ts +4 -4
- package/lib/request/change-job-run-compartment-request.d.ts +4 -4
- package/lib/request/change-model-compartment-request.d.ts +4 -4
- package/lib/request/change-model-deployment-compartment-request.d.ts +4 -4
- package/lib/request/change-model-version-set-compartment-request.d.ts +4 -4
- package/lib/request/change-notebook-session-compartment-request.d.ts +4 -4
- package/lib/request/change-pipeline-compartment-request.d.ts +4 -4
- package/lib/request/change-pipeline-run-compartment-request.d.ts +4 -4
- package/lib/request/change-project-compartment-request.d.ts +4 -4
- 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 +6 -6
- 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 +3 -3
- package/lib/request/deactivate-model-deployment-request.d.ts +4 -4
- package/lib/request/deactivate-model-request.d.ts +4 -4
- package/lib/request/deactivate-notebook-session-request.d.ts +4 -4
- package/lib/request/delete-data-science-private-endpoint-request.d.ts +4 -4
- package/lib/request/delete-job-request.d.ts +4 -4
- package/lib/request/delete-job-run-request.d.ts +4 -4
- package/lib/request/delete-model-deployment-request.d.ts +4 -4
- package/lib/request/delete-model-request.d.ts +4 -4
- package/lib/request/delete-model-version-set-request.d.ts +4 -4
- package/lib/request/delete-notebook-session-request.d.ts +4 -4
- package/lib/request/delete-pipeline-request.d.ts +4 -4
- package/lib/request/delete-pipeline-run-request.d.ts +4 -4
- package/lib/request/delete-project-request.d.ts +4 -4
- package/lib/request/export-model-artifact-request.d.ts +4 -4
- package/lib/request/get-data-science-private-endpoint-request.d.ts +1 -1
- 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 +4 -4
- package/lib/request/list-data-science-private-endpoints-request.d.ts +4 -4
- package/lib/request/list-fast-launch-job-configs-request.d.ts +3 -3
- package/lib/request/list-job-runs-request.d.ts +7 -7
- package/lib/request/list-job-shapes-request.d.ts +3 -3
- package/lib/request/list-jobs-request.d.ts +7 -7
- package/lib/request/list-model-deployment-shapes-request.d.ts +3 -3
- package/lib/request/list-model-deployments-request.d.ts +7 -7
- package/lib/request/list-model-version-sets-request.d.ts +5 -5
- package/lib/request/list-models-request.d.ts +6 -6
- package/lib/request/list-notebook-session-shapes-request.d.ts +3 -3
- 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 +7 -7
- package/lib/request/list-work-request-errors-request.d.ts +3 -3
- package/lib/request/list-work-request-logs-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.d.ts +4 -4
- package/lib/request/update-data-science-private-endpoint-request.d.ts +4 -4
- package/lib/request/update-job-request.d.ts +4 -4
- package/lib/request/update-job-run-request.d.ts +4 -4
- package/lib/request/update-model-deployment-request.d.ts +7 -7
- package/lib/request/update-model-provenance-request.d.ts +4 -4
- package/lib/request/update-model-request.d.ts +5 -5
- package/lib/request/update-model-version-set-request.d.ts +5 -5
- package/lib/request/update-notebook-session-request.d.ts +6 -6
- package/lib/request/update-pipeline-request.d.ts +4 -4
- package/lib/request/update-pipeline-run-request.d.ts +4 -4
- package/lib/request/update-project-request.d.ts +5 -5
- package/lib/response/get-job-artifact-content-response.d.ts +1 -1
- package/lib/response/get-model-artifact-content-response.d.ts +1 -1
- package/lib/response/get-step-artifact-content-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/package.json +3 -3
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListModelDeploymentShapesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -30,12 +30,12 @@ export interface ListModelDeploymentShapesRequest extends common.BaseRequest {
|
|
|
30
30
|
* 1 is the minimum, 100 is the maximum.
|
|
31
31
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
32
32
|
* <p>
|
|
33
|
-
Example:
|
|
33
|
+
Example: {@code 50}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"limit"?: number;
|
|
37
37
|
/**
|
|
38
|
-
* For list pagination. The value of the
|
|
38
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
39
39
|
* header from the previous \"List\" call.
|
|
40
40
|
* <p>
|
|
41
41
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeploymentsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListModelDeploymentsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,12 +49,12 @@ export interface ListModelDeploymentsRequest extends common.BaseRequest {
|
|
|
49
49
|
* 1 is the minimum, 100 is the maximum.
|
|
50
50
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code 50}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"limit"?: number;
|
|
56
56
|
/**
|
|
57
|
-
* For list pagination. The value of the
|
|
57
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
58
58
|
* header from the previous \"List\" call.
|
|
59
59
|
* <p>
|
|
60
60
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -62,15 +62,15 @@ export interface ListModelDeploymentsRequest extends common.BaseRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
"page"?: string;
|
|
64
64
|
/**
|
|
65
|
-
* Specifies sort order to use, either
|
|
65
|
+
* Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"sortOrder"?: ListModelDeploymentsRequest.SortOrder;
|
|
69
69
|
/**
|
|
70
70
|
* Specifies the field to sort by. Accepts only one field.
|
|
71
|
-
* By default, when you sort by
|
|
72
|
-
* in descending order. When you sort by
|
|
73
|
-
* shown in ascending order. Sort order for the
|
|
71
|
+
* By default, when you sort by {@code timeCreated}, results are shown
|
|
72
|
+
* in descending order. When you sort by {@code displayName}, results are
|
|
73
|
+
* shown in ascending order. Sort order for the {@code displayName} field is case sensitive.
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"sortBy"?: ListModelDeploymentsRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListModelVersionSets.ts.html |here} to see how to use ListModelVersionSetsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListModelVersionSetsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,12 +49,12 @@ export interface ListModelVersionSetsRequest extends common.BaseRequest {
|
|
|
49
49
|
* 1 is the minimum, 100 is the maximum.
|
|
50
50
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code 50}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"limit"?: number;
|
|
56
56
|
/**
|
|
57
|
-
* For list pagination. The value of the
|
|
57
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
58
58
|
* header from the previous \"List\" call.
|
|
59
59
|
* <p>
|
|
60
60
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -62,13 +62,13 @@ export interface ListModelVersionSetsRequest extends common.BaseRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
"page"?: string;
|
|
64
64
|
/**
|
|
65
|
-
* Specifies sort order to use, either
|
|
65
|
+
* Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"sortOrder"?: ListModelVersionSetsRequest.SortOrder;
|
|
69
69
|
/**
|
|
70
70
|
* Specifies the field to sort by. Accepts only one field.
|
|
71
|
-
* By default, when you sort by
|
|
71
|
+
* By default, when you sort by {@code timeCreated}, the results are shown in descending order.
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"sortBy"?: ListModelVersionSetsRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListModels.ts.html |here} to see how to use ListModelsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListModelsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -57,12 +57,12 @@ export interface ListModelsRequest extends common.BaseRequest {
|
|
|
57
57
|
* 1 is the minimum, 100 is the maximum.
|
|
58
58
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
59
59
|
* <p>
|
|
60
|
-
Example:
|
|
60
|
+
Example: {@code 50}
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
63
63
|
"limit"?: number;
|
|
64
64
|
/**
|
|
65
|
-
* For list pagination. The value of the
|
|
65
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
66
66
|
* header from the previous \"List\" call.
|
|
67
67
|
* <p>
|
|
68
68
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -70,14 +70,14 @@ export interface ListModelsRequest extends common.BaseRequest {
|
|
|
70
70
|
*/
|
|
71
71
|
"page"?: string;
|
|
72
72
|
/**
|
|
73
|
-
* Specifies sort order to use, either
|
|
73
|
+
* Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"sortOrder"?: ListModelsRequest.SortOrder;
|
|
77
77
|
/**
|
|
78
78
|
* Specifies the field to sort by. Accepts only one field.
|
|
79
|
-
* By default, when you sort by
|
|
80
|
-
* in descending order. All other fields default to ascending order. Sort order for the
|
|
79
|
+
* By default, when you sort by {@code timeCreated}, the results are shown
|
|
80
|
+
* in descending order. All other fields default to ascending order. Sort order for the {@code displayName} field is case sensitive.
|
|
81
81
|
*
|
|
82
82
|
*/
|
|
83
83
|
"sortBy"?: ListModelsRequest.SortBy;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListNotebookSessionShapesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -30,12 +30,12 @@ export interface ListNotebookSessionShapesRequest extends common.BaseRequest {
|
|
|
30
30
|
* 1 is the minimum, 100 is the maximum.
|
|
31
31
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
32
32
|
* <p>
|
|
33
|
-
Example:
|
|
33
|
+
Example: {@code 50}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"limit"?: number;
|
|
37
37
|
/**
|
|
38
|
-
* For list pagination. The value of the
|
|
38
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
39
39
|
* header from the previous \"List\" call.
|
|
40
40
|
* <p>
|
|
41
41
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListNotebookSessionsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -49,12 +49,12 @@ export interface ListNotebookSessionsRequest extends common.BaseRequest {
|
|
|
49
49
|
* 1 is the minimum, 100 is the maximum.
|
|
50
50
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
51
51
|
* <p>
|
|
52
|
-
Example:
|
|
52
|
+
Example: {@code 50}
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"limit"?: number;
|
|
56
56
|
/**
|
|
57
|
-
* For list pagination. The value of the
|
|
57
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
58
58
|
* header from the previous \"List\" call.
|
|
59
59
|
* <p>
|
|
60
60
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -62,15 +62,15 @@ export interface ListNotebookSessionsRequest extends common.BaseRequest {
|
|
|
62
62
|
*/
|
|
63
63
|
"page"?: string;
|
|
64
64
|
/**
|
|
65
|
-
* Specifies sort order to use, either
|
|
65
|
+
* Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
|
|
66
66
|
*
|
|
67
67
|
*/
|
|
68
68
|
"sortOrder"?: ListNotebookSessionsRequest.SortOrder;
|
|
69
69
|
/**
|
|
70
70
|
* Specifies the field to sort by. Accepts only one field.
|
|
71
|
-
* By default, when you sort by
|
|
72
|
-
* in descending order. When you sort by
|
|
73
|
-
* shown in ascending order. Sort order for the
|
|
71
|
+
* By default, when you sort by {@code timeCreated}, the results are shown
|
|
72
|
+
* in descending order. When you sort by {@code displayName}, results are
|
|
73
|
+
* shown in ascending order. Sort order for the {@code displayName} field is case sensitive.
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"sortBy"?: ListNotebookSessionsRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListPipelineRuns.ts.html |here} to see how to use ListPipelineRunsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListPipelineRunsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -47,12 +47,12 @@ export interface ListPipelineRunsRequest extends common.BaseRequest {
|
|
|
47
47
|
* 1 is the minimum, 100 is the maximum.
|
|
48
48
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
49
49
|
* <p>
|
|
50
|
-
Example:
|
|
50
|
+
Example: {@code 50}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"limit"?: number;
|
|
54
54
|
/**
|
|
55
|
-
* For list pagination. The value of the
|
|
55
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
56
56
|
* header from the previous \"List\" call.
|
|
57
57
|
* <p>
|
|
58
58
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -60,15 +60,15 @@ export interface ListPipelineRunsRequest extends common.BaseRequest {
|
|
|
60
60
|
*/
|
|
61
61
|
"page"?: string;
|
|
62
62
|
/**
|
|
63
|
-
* Specifies sort order to use, either
|
|
63
|
+
* Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
"sortOrder"?: ListPipelineRunsRequest.SortOrder;
|
|
67
67
|
/**
|
|
68
68
|
* Specifies the field to sort by. Accepts only one field.
|
|
69
|
-
* By default, when you sort by
|
|
70
|
-
* in descending order. When you sort by
|
|
71
|
-
* shown in ascending order. Sort order for the
|
|
69
|
+
* By default, when you sort by {@code timeAccepted}, the results are shown
|
|
70
|
+
* in descending order. When you sort by {@code displayName}, the results are
|
|
71
|
+
* shown in ascending order. Sort order for the {@code displayName} field is case sensitive.
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"sortBy"?: ListPipelineRunsRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListPipelines.ts.html |here} to see how to use ListPipelinesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListPipelinesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -47,12 +47,12 @@ export interface ListPipelinesRequest extends common.BaseRequest {
|
|
|
47
47
|
* 1 is the minimum, 100 is the maximum.
|
|
48
48
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
49
49
|
* <p>
|
|
50
|
-
Example:
|
|
50
|
+
Example: {@code 50}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"limit"?: number;
|
|
54
54
|
/**
|
|
55
|
-
* For list pagination. The value of the
|
|
55
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
56
56
|
* header from the previous \"List\" call.
|
|
57
57
|
* <p>
|
|
58
58
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -60,15 +60,15 @@ export interface ListPipelinesRequest extends common.BaseRequest {
|
|
|
60
60
|
*/
|
|
61
61
|
"page"?: string;
|
|
62
62
|
/**
|
|
63
|
-
* Specifies sort order to use, either
|
|
63
|
+
* Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
|
|
64
64
|
*
|
|
65
65
|
*/
|
|
66
66
|
"sortOrder"?: ListPipelinesRequest.SortOrder;
|
|
67
67
|
/**
|
|
68
68
|
* Specifies the field to sort by. Accepts only one field.
|
|
69
|
-
* By default, when you sort by
|
|
70
|
-
* in descending order. When you sort by
|
|
71
|
-
* shown in ascending order. Sort order for the
|
|
69
|
+
* By default, when you sort by {@code timeCreated}, the results are shown
|
|
70
|
+
* in descending order. When you sort by {@code displayName}, the results are
|
|
71
|
+
* shown in ascending order. Sort order for the {@code displayName} field is case sensitive.
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"sortBy"?: ListPipelinesRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListProjectsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -45,12 +45,12 @@ export interface ListProjectsRequest extends common.BaseRequest {
|
|
|
45
45
|
* 1 is the minimum, 100 is the maximum.
|
|
46
46
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
47
47
|
* <p>
|
|
48
|
-
Example:
|
|
48
|
+
Example: {@code 50}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"limit"?: number;
|
|
52
52
|
/**
|
|
53
|
-
* For list pagination. The value of the
|
|
53
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
54
54
|
* header from the previous \"List\" call.
|
|
55
55
|
* <p>
|
|
56
56
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -58,15 +58,15 @@ export interface ListProjectsRequest extends common.BaseRequest {
|
|
|
58
58
|
*/
|
|
59
59
|
"page"?: string;
|
|
60
60
|
/**
|
|
61
|
-
* Specifies sort order to use, either
|
|
61
|
+
* Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
|
|
62
62
|
*
|
|
63
63
|
*/
|
|
64
64
|
"sortOrder"?: ListProjectsRequest.SortOrder;
|
|
65
65
|
/**
|
|
66
66
|
* Specifies the field to sort by. Accepts only one field.
|
|
67
|
-
* By default, when you sort by
|
|
68
|
-
* in descending order. When you sort by
|
|
69
|
-
* shown in ascending order. Sort order for the
|
|
67
|
+
* By default, when you sort by {@code timeCreated}, the results are shown
|
|
68
|
+
* in descending order. When you sort by {@code displayName}, the results are
|
|
69
|
+
* shown in ascending order. Sort order for the {@code displayName} field is case sensitive.
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
"sortBy"?: ListProjectsRequest.SortBy;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -30,12 +30,12 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
30
30
|
* 1 is the minimum, 100 is the maximum.
|
|
31
31
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
32
32
|
* <p>
|
|
33
|
-
Example:
|
|
33
|
+
Example: {@code 50}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"limit"?: number;
|
|
37
37
|
/**
|
|
38
|
-
* For list pagination. The value of the
|
|
38
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
39
39
|
* header from the previous \"List\" call.
|
|
40
40
|
* <p>
|
|
41
41
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -30,12 +30,12 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
30
30
|
* 1 is the minimum, 100 is the maximum.
|
|
31
31
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
32
32
|
* <p>
|
|
33
|
-
Example:
|
|
33
|
+
Example: {@code 50}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"limit"?: number;
|
|
37
37
|
/**
|
|
38
|
-
* For list pagination. The value of the
|
|
38
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
39
39
|
* header from the previous \"List\" call.
|
|
40
40
|
* <p>
|
|
41
41
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -38,12 +38,12 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
38
38
|
* 1 is the minimum, 100 is the maximum.
|
|
39
39
|
* See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
40
40
|
* <p>
|
|
41
|
-
Example:
|
|
41
|
+
Example: {@code 50}
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
"limit"?: number;
|
|
45
45
|
/**
|
|
46
|
-
* For list pagination. The value of the
|
|
46
|
+
* For list pagination. The value of the {@code opc-next-page} response
|
|
47
47
|
* header from the previous \"List\" call.
|
|
48
48
|
* <p>
|
|
49
49
|
See [List Pagination](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/usingapi.htm#nine).
|
|
@@ -51,7 +51,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
51
51
|
*/
|
|
52
52
|
"page"?: string;
|
|
53
53
|
/**
|
|
54
|
-
* Specifies sort order to use, either
|
|
54
|
+
* Specifies sort order to use, either {@code ASC} (ascending) or {@code DESC} (descending).
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"sortOrder"?: ListWorkRequestsRequest.SortOrder;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/UpdateDataSciencePrivateEndpoint.ts.html |here} to see how to use UpdateDataSciencePrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDataSciencePrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -33,10 +33,10 @@ export interface UpdateDataSciencePrivateEndpointRequest extends common.BaseRequ
|
|
|
33
33
|
"opcRequestId"?: string;
|
|
34
34
|
/**
|
|
35
35
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
36
|
-
* for a resource, set the
|
|
36
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
37
37
|
* etag from a previous GET or POST response for that resource.
|
|
38
|
-
* The resource is updated or deleted only if the
|
|
39
|
-
* provide matches the resource's current
|
|
38
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
39
|
+
* provide matches the resource's current {@code etag} value.
|
|
40
40
|
*
|
|
41
41
|
*/
|
|
42
42
|
"ifMatch"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateJobRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,10 +31,10 @@ export interface UpdateJobRequest extends common.BaseRequest {
|
|
|
31
31
|
"opcRequestId"?: string;
|
|
32
32
|
/**
|
|
33
33
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
34
|
-
* for a resource, set the
|
|
34
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
35
35
|
* etag from a previous GET or POST response for that resource.
|
|
36
|
-
* The resource is updated or deleted only if the
|
|
37
|
-
* provide matches the resource's current
|
|
36
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
37
|
+
* provide matches the resource's current {@code etag} value.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"ifMatch"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRunRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateJobRunRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,10 +31,10 @@ export interface UpdateJobRunRequest extends common.BaseRequest {
|
|
|
31
31
|
"opcRequestId"?: string;
|
|
32
32
|
/**
|
|
33
33
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
34
|
-
* for a resource, set the
|
|
34
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
35
35
|
* etag from a previous GET or POST response for that resource.
|
|
36
|
-
* The resource is updated or deleted only if the
|
|
37
|
-
* provide matches the resource's current
|
|
36
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
37
|
+
* provide matches the resource's current {@code etag} value.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"ifMatch"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeploymentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateModelDeploymentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,19 +21,19 @@ export interface UpdateModelDeploymentRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"modelDeploymentId": string;
|
|
23
23
|
/**
|
|
24
|
-
* Details for updating a model deployment. Some of the properties of
|
|
25
|
-
* when the model deployment's lifecycle state is ACTIVE or NEEDS_ATTENTION i.e
|
|
26
|
-
*
|
|
24
|
+
* Details for updating a model deployment. Some of the properties of {@code modelDeploymentConfigurationDetails} or {@code CategoryLogDetails} can also be updated with zero down time
|
|
25
|
+
* when the model deployment's lifecycle state is ACTIVE or NEEDS_ATTENTION i.e {@code instanceShapeName}, {@code instanceCount} and {@code modelId}, separately {@code loadBalancerShape} or
|
|
26
|
+
* {@code CategoryLogDetails} can also be updated independently. All of the fields can be updated when the deployment is in the INACTIVE lifecycle state. Changes will take effect the next
|
|
27
27
|
* time the model deployment is activated.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
"updateModelDeploymentDetails": model.UpdateModelDeploymentDetails;
|
|
31
31
|
/**
|
|
32
32
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
-
* for a resource, set the
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
34
|
* etag from a previous GET or POST response for that resource.
|
|
35
|
-
* The resource is updated or deleted only if the
|
|
36
|
-
* provide matches the resource's current
|
|
35
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
36
|
+
* provide matches the resource's current {@code etag} value.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"ifMatch"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenanceRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateModelProvenanceRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,10 +31,10 @@ export interface UpdateModelProvenanceRequest extends common.BaseRequest {
|
|
|
31
31
|
"opcRequestId"?: string;
|
|
32
32
|
/**
|
|
33
33
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
34
|
-
* for a resource, set the
|
|
34
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
35
35
|
* etag from a previous GET or POST response for that resource.
|
|
36
|
-
* The resource is updated or deleted only if the
|
|
37
|
-
* provide matches the resource's current
|
|
36
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
37
|
+
* provide matches the resource's current {@code etag} value.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"ifMatch"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateModelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,15 +21,15 @@ export interface UpdateModelRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"modelId": string;
|
|
23
23
|
/**
|
|
24
|
-
* Details for updating a model. You can update the
|
|
24
|
+
* Details for updating a model. You can update the {@code displayName}, {@code description}, {@code freeformTags}, and {@code definedTags} properties.
|
|
25
25
|
*/
|
|
26
26
|
"updateModelDetails": model.UpdateModelDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
|
-
* The resource is updated or deleted only if the
|
|
32
|
-
* provide matches the resource's current
|
|
31
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
32
|
+
* provide matches the resource's current {@code etag} value.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"ifMatch"?: string;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/datascience/UpdateModelVersionSet.ts.html |here} to see how to use UpdateModelVersionSetRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateModelVersionSetRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,15 +21,15 @@ export interface UpdateModelVersionSetRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"modelVersionSetId": string;
|
|
23
23
|
/**
|
|
24
|
-
* Details for updating a model version set. You can update
|
|
24
|
+
* Details for updating a model version set. You can update {@code description} property only.
|
|
25
25
|
*/
|
|
26
26
|
"updateModelVersionSetDetails": model.UpdateModelVersionSetDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
|
-
* The resource is updated or deleted only if the
|
|
32
|
-
* provide matches the resource's current
|
|
31
|
+
* The resource is updated or deleted only if the {@code etag} you
|
|
32
|
+
* provide matches the resource's current {@code etag} value.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
"ifMatch"?: string;
|