oci-datascience 2.12.1 → 2.15.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 +103 -61
- package/lib/client.js +172 -63
- package/lib/client.js.map +1 -1
- package/lib/model/fast-launch-job-config-summary.d.ts +73 -0
- package/lib/model/fast-launch-job-config-summary.js +53 -0
- package/lib/model/fast-launch-job-config-summary.js.map +1 -0
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +4 -2
- package/lib/model/index.js.map +1 -1
- package/lib/request/activate-model-deployment-request.d.ts +1 -1
- package/lib/request/activate-model-request.d.ts +1 -1
- package/lib/request/activate-notebook-session-request.d.ts +1 -1
- package/lib/request/cancel-job-run-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-job-run-compartment-request.d.ts +1 -1
- package/lib/request/change-model-compartment-request.d.ts +1 -1
- package/lib/request/change-model-deployment-compartment-request.d.ts +1 -1
- package/lib/request/change-notebook-session-compartment-request.d.ts +1 -1
- package/lib/request/change-project-compartment-request.d.ts +1 -1
- package/lib/request/create-job-artifact-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-job-run-request.d.ts +1 -1
- package/lib/request/create-model-artifact-request.d.ts +1 -1
- package/lib/request/create-model-deployment-request.d.ts +1 -1
- package/lib/request/create-model-provenance-request.d.ts +1 -1
- package/lib/request/create-model-request.d.ts +1 -1
- package/lib/request/create-notebook-session-request.d.ts +1 -1
- package/lib/request/create-project-request.d.ts +1 -1
- package/lib/request/deactivate-model-deployment-request.d.ts +1 -1
- package/lib/request/deactivate-model-request.d.ts +1 -1
- package/lib/request/deactivate-notebook-session-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-job-run-request.d.ts +1 -1
- package/lib/request/delete-model-deployment-request.d.ts +1 -1
- package/lib/request/delete-model-request.d.ts +1 -1
- package/lib/request/delete-notebook-session-request.d.ts +1 -1
- package/lib/request/delete-project-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-notebook-session-request.d.ts +1 -1
- package/lib/request/get-project-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/index.d.ts +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-fast-launch-job-configs-request.d.ts +45 -0
- package/lib/request/list-fast-launch-job-configs-request.js +15 -0
- package/lib/request/list-fast-launch-job-configs-request.js.map +1 -0
- package/lib/request/list-job-runs-request.d.ts +1 -1
- package/lib/request/list-job-shapes-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
- package/lib/request/list-model-deployments-request.d.ts +1 -1
- package/lib/request/list-models-request.d.ts +1 -1
- package/lib/request/list-notebook-session-shapes-request.d.ts +1 -1
- package/lib/request/list-notebook-sessions-request.d.ts +1 -1
- package/lib/request/list-projects-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-job-run-request.d.ts +1 -1
- package/lib/request/update-model-deployment-request.d.ts +2 -2
- package/lib/request/update-model-provenance-request.d.ts +1 -1
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-notebook-session-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/lib/response/index.d.ts +2 -0
- package/lib/response/list-fast-launch-job-configs-response.d.ts +35 -0
- package/lib/response/list-fast-launch-job-configs-response.js +15 -0
- package/lib/response/list-fast-launch-job-configs-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -23,6 +23,7 @@ export declare enum DataScienceApiKeys {
|
|
|
23
23
|
*/
|
|
24
24
|
export declare class DataScienceClient {
|
|
25
25
|
protected static serviceEndpointTemplate: string;
|
|
26
|
+
protected static endpointServiceName: string;
|
|
26
27
|
protected "_endpoint": string;
|
|
27
28
|
protected "_defaultHeaders": any;
|
|
28
29
|
protected "_waiters": DataScienceWaiter;
|
|
@@ -74,7 +75,7 @@ export declare class DataScienceClient {
|
|
|
74
75
|
* @param ActivateModelRequest
|
|
75
76
|
* @return ActivateModelResponse
|
|
76
77
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
78
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ActivateModel.ts.html |here} to see how to use ActivateModel API.
|
|
78
79
|
*/
|
|
79
80
|
activateModel(activateModelRequest: requests.ActivateModelRequest): Promise<responses.ActivateModelResponse>;
|
|
80
81
|
/**
|
|
@@ -83,7 +84,7 @@ export declare class DataScienceClient {
|
|
|
83
84
|
* @param ActivateModelDeploymentRequest
|
|
84
85
|
* @return ActivateModelDeploymentResponse
|
|
85
86
|
* @throws OciError when an error occurs
|
|
86
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
87
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeployment API.
|
|
87
88
|
*/
|
|
88
89
|
activateModelDeployment(activateModelDeploymentRequest: requests.ActivateModelDeploymentRequest): Promise<responses.ActivateModelDeploymentResponse>;
|
|
89
90
|
/**
|
|
@@ -92,7 +93,7 @@ export declare class DataScienceClient {
|
|
|
92
93
|
* @param ActivateNotebookSessionRequest
|
|
93
94
|
* @return ActivateNotebookSessionResponse
|
|
94
95
|
* @throws OciError when an error occurs
|
|
95
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
96
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSession API.
|
|
96
97
|
*/
|
|
97
98
|
activateNotebookSession(activateNotebookSessionRequest: requests.ActivateNotebookSessionRequest): Promise<responses.ActivateNotebookSessionResponse>;
|
|
98
99
|
/**
|
|
@@ -101,7 +102,7 @@ export declare class DataScienceClient {
|
|
|
101
102
|
* @param CancelJobRunRequest
|
|
102
103
|
* @return CancelJobRunResponse
|
|
103
104
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRun API.
|
|
105
106
|
*/
|
|
106
107
|
cancelJobRun(cancelJobRunRequest: requests.CancelJobRunRequest): Promise<responses.CancelJobRunResponse>;
|
|
107
108
|
/**
|
|
@@ -110,7 +111,7 @@ export declare class DataScienceClient {
|
|
|
110
111
|
* @param CancelWorkRequestRequest
|
|
111
112
|
* @return CancelWorkRequestResponse
|
|
112
113
|
* @throws OciError when an error occurs
|
|
113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
114
115
|
*/
|
|
115
116
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
116
117
|
/**
|
|
@@ -119,7 +120,7 @@ export declare class DataScienceClient {
|
|
|
119
120
|
* @param ChangeJobCompartmentRequest
|
|
120
121
|
* @return ChangeJobCompartmentResponse
|
|
121
122
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
123
124
|
*/
|
|
124
125
|
changeJobCompartment(changeJobCompartmentRequest: requests.ChangeJobCompartmentRequest): Promise<responses.ChangeJobCompartmentResponse>;
|
|
125
126
|
/**
|
|
@@ -128,7 +129,7 @@ export declare class DataScienceClient {
|
|
|
128
129
|
* @param ChangeJobRunCompartmentRequest
|
|
129
130
|
* @return ChangeJobRunCompartmentResponse
|
|
130
131
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
132
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartment API.
|
|
132
133
|
*/
|
|
133
134
|
changeJobRunCompartment(changeJobRunCompartmentRequest: requests.ChangeJobRunCompartmentRequest): Promise<responses.ChangeJobRunCompartmentResponse>;
|
|
134
135
|
/**
|
|
@@ -137,7 +138,7 @@ export declare class DataScienceClient {
|
|
|
137
138
|
* @param ChangeModelCompartmentRequest
|
|
138
139
|
* @return ChangeModelCompartmentResponse
|
|
139
140
|
* @throws OciError when an error occurs
|
|
140
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
141
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
141
142
|
*/
|
|
142
143
|
changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
|
|
143
144
|
/**
|
|
@@ -146,7 +147,7 @@ export declare class DataScienceClient {
|
|
|
146
147
|
* @param ChangeModelDeploymentCompartmentRequest
|
|
147
148
|
* @return ChangeModelDeploymentCompartmentResponse
|
|
148
149
|
* @throws OciError when an error occurs
|
|
149
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
150
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartment API.
|
|
150
151
|
*/
|
|
151
152
|
changeModelDeploymentCompartment(changeModelDeploymentCompartmentRequest: requests.ChangeModelDeploymentCompartmentRequest): Promise<responses.ChangeModelDeploymentCompartmentResponse>;
|
|
152
153
|
/**
|
|
@@ -155,7 +156,7 @@ export declare class DataScienceClient {
|
|
|
155
156
|
* @param ChangeNotebookSessionCompartmentRequest
|
|
156
157
|
* @return ChangeNotebookSessionCompartmentResponse
|
|
157
158
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartment API.
|
|
159
160
|
*/
|
|
160
161
|
changeNotebookSessionCompartment(changeNotebookSessionCompartmentRequest: requests.ChangeNotebookSessionCompartmentRequest): Promise<responses.ChangeNotebookSessionCompartmentResponse>;
|
|
161
162
|
/**
|
|
@@ -164,7 +165,7 @@ export declare class DataScienceClient {
|
|
|
164
165
|
* @param ChangeProjectCompartmentRequest
|
|
165
166
|
* @return ChangeProjectCompartmentResponse
|
|
166
167
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
168
169
|
*/
|
|
169
170
|
changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
|
|
170
171
|
/**
|
|
@@ -173,7 +174,7 @@ export declare class DataScienceClient {
|
|
|
173
174
|
* @param CreateJobRequest
|
|
174
175
|
* @return CreateJobResponse
|
|
175
176
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
177
178
|
*/
|
|
178
179
|
createJob(createJobRequest: requests.CreateJobRequest): Promise<responses.CreateJobResponse>;
|
|
179
180
|
/**
|
|
@@ -182,7 +183,7 @@ export declare class DataScienceClient {
|
|
|
182
183
|
* @param CreateJobArtifactRequest
|
|
183
184
|
* @return CreateJobArtifactResponse
|
|
184
185
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
186
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifact API.
|
|
186
187
|
*/
|
|
187
188
|
createJobArtifact(createJobArtifactRequest: requests.CreateJobArtifactRequest): Promise<responses.CreateJobArtifactResponse>;
|
|
188
189
|
/**
|
|
@@ -191,7 +192,7 @@ export declare class DataScienceClient {
|
|
|
191
192
|
* @param CreateJobRunRequest
|
|
192
193
|
* @return CreateJobRunResponse
|
|
193
194
|
* @throws OciError when an error occurs
|
|
194
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRun API.
|
|
195
196
|
*/
|
|
196
197
|
createJobRun(createJobRunRequest: requests.CreateJobRunRequest): Promise<responses.CreateJobRunResponse>;
|
|
197
198
|
/**
|
|
@@ -200,7 +201,7 @@ export declare class DataScienceClient {
|
|
|
200
201
|
* @param CreateModelRequest
|
|
201
202
|
* @return CreateModelResponse
|
|
202
203
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
204
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
204
205
|
*/
|
|
205
206
|
createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
|
|
206
207
|
/**
|
|
@@ -209,7 +210,7 @@ export declare class DataScienceClient {
|
|
|
209
210
|
* @param CreateModelArtifactRequest
|
|
210
211
|
* @return CreateModelArtifactResponse
|
|
211
212
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifact API.
|
|
213
214
|
*/
|
|
214
215
|
createModelArtifact(createModelArtifactRequest: requests.CreateModelArtifactRequest): Promise<responses.CreateModelArtifactResponse>;
|
|
215
216
|
/**
|
|
@@ -218,7 +219,7 @@ export declare class DataScienceClient {
|
|
|
218
219
|
* @param CreateModelDeploymentRequest
|
|
219
220
|
* @return CreateModelDeploymentResponse
|
|
220
221
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeployment API.
|
|
222
223
|
*/
|
|
223
224
|
createModelDeployment(createModelDeploymentRequest: requests.CreateModelDeploymentRequest): Promise<responses.CreateModelDeploymentResponse>;
|
|
224
225
|
/**
|
|
@@ -227,7 +228,7 @@ export declare class DataScienceClient {
|
|
|
227
228
|
* @param CreateModelProvenanceRequest
|
|
228
229
|
* @return CreateModelProvenanceResponse
|
|
229
230
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenance API.
|
|
231
232
|
*/
|
|
232
233
|
createModelProvenance(createModelProvenanceRequest: requests.CreateModelProvenanceRequest): Promise<responses.CreateModelProvenanceResponse>;
|
|
233
234
|
/**
|
|
@@ -236,7 +237,7 @@ export declare class DataScienceClient {
|
|
|
236
237
|
* @param CreateNotebookSessionRequest
|
|
237
238
|
* @return CreateNotebookSessionResponse
|
|
238
239
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSession API.
|
|
240
241
|
*/
|
|
241
242
|
createNotebookSession(createNotebookSessionRequest: requests.CreateNotebookSessionRequest): Promise<responses.CreateNotebookSessionResponse>;
|
|
242
243
|
/**
|
|
@@ -245,7 +246,7 @@ export declare class DataScienceClient {
|
|
|
245
246
|
* @param CreateProjectRequest
|
|
246
247
|
* @return CreateProjectResponse
|
|
247
248
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
249
250
|
*/
|
|
250
251
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
251
252
|
/**
|
|
@@ -254,7 +255,7 @@ export declare class DataScienceClient {
|
|
|
254
255
|
* @param DeactivateModelRequest
|
|
255
256
|
* @return DeactivateModelResponse
|
|
256
257
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModel API.
|
|
258
259
|
*/
|
|
259
260
|
deactivateModel(deactivateModelRequest: requests.DeactivateModelRequest): Promise<responses.DeactivateModelResponse>;
|
|
260
261
|
/**
|
|
@@ -263,7 +264,7 @@ export declare class DataScienceClient {
|
|
|
263
264
|
* @param DeactivateModelDeploymentRequest
|
|
264
265
|
* @return DeactivateModelDeploymentResponse
|
|
265
266
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeployment API.
|
|
267
268
|
*/
|
|
268
269
|
deactivateModelDeployment(deactivateModelDeploymentRequest: requests.DeactivateModelDeploymentRequest): Promise<responses.DeactivateModelDeploymentResponse>;
|
|
269
270
|
/**
|
|
@@ -272,7 +273,7 @@ export declare class DataScienceClient {
|
|
|
272
273
|
* @param DeactivateNotebookSessionRequest
|
|
273
274
|
* @return DeactivateNotebookSessionResponse
|
|
274
275
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSession API.
|
|
276
277
|
*/
|
|
277
278
|
deactivateNotebookSession(deactivateNotebookSessionRequest: requests.DeactivateNotebookSessionRequest): Promise<responses.DeactivateNotebookSessionResponse>;
|
|
278
279
|
/**
|
|
@@ -281,7 +282,7 @@ export declare class DataScienceClient {
|
|
|
281
282
|
* @param DeleteJobRequest
|
|
282
283
|
* @return DeleteJobResponse
|
|
283
284
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
285
286
|
*/
|
|
286
287
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
287
288
|
/**
|
|
@@ -290,7 +291,7 @@ export declare class DataScienceClient {
|
|
|
290
291
|
* @param DeleteJobRunRequest
|
|
291
292
|
* @return DeleteJobRunResponse
|
|
292
293
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
294
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRun API.
|
|
294
295
|
*/
|
|
295
296
|
deleteJobRun(deleteJobRunRequest: requests.DeleteJobRunRequest): Promise<responses.DeleteJobRunResponse>;
|
|
296
297
|
/**
|
|
@@ -299,7 +300,7 @@ export declare class DataScienceClient {
|
|
|
299
300
|
* @param DeleteModelRequest
|
|
300
301
|
* @return DeleteModelResponse
|
|
301
302
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
303
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
303
304
|
*/
|
|
304
305
|
deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
|
|
305
306
|
/**
|
|
@@ -308,7 +309,7 @@ export declare class DataScienceClient {
|
|
|
308
309
|
* @param DeleteModelDeploymentRequest
|
|
309
310
|
* @return DeleteModelDeploymentResponse
|
|
310
311
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeployment API.
|
|
312
313
|
*/
|
|
313
314
|
deleteModelDeployment(deleteModelDeploymentRequest: requests.DeleteModelDeploymentRequest): Promise<responses.DeleteModelDeploymentResponse>;
|
|
314
315
|
/**
|
|
@@ -317,7 +318,7 @@ export declare class DataScienceClient {
|
|
|
317
318
|
* @param DeleteNotebookSessionRequest
|
|
318
319
|
* @return DeleteNotebookSessionResponse
|
|
319
320
|
* @throws OciError when an error occurs
|
|
320
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSession API.
|
|
321
322
|
*/
|
|
322
323
|
deleteNotebookSession(deleteNotebookSessionRequest: requests.DeleteNotebookSessionRequest): Promise<responses.DeleteNotebookSessionResponse>;
|
|
323
324
|
/**
|
|
@@ -326,7 +327,7 @@ export declare class DataScienceClient {
|
|
|
326
327
|
* @param DeleteProjectRequest
|
|
327
328
|
* @return DeleteProjectResponse
|
|
328
329
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
330
331
|
*/
|
|
331
332
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
332
333
|
/**
|
|
@@ -335,7 +336,7 @@ export declare class DataScienceClient {
|
|
|
335
336
|
* @param GetJobRequest
|
|
336
337
|
* @return GetJobResponse
|
|
337
338
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetJob.ts.html |here} to see how to use GetJob API.
|
|
339
340
|
*/
|
|
340
341
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
341
342
|
/**
|
|
@@ -344,7 +345,7 @@ export declare class DataScienceClient {
|
|
|
344
345
|
* @param GetJobArtifactContentRequest
|
|
345
346
|
* @return GetJobArtifactContentResponse
|
|
346
347
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContent API.
|
|
348
349
|
*/
|
|
349
350
|
getJobArtifactContent(getJobArtifactContentRequest: requests.GetJobArtifactContentRequest): Promise<responses.GetJobArtifactContentResponse>;
|
|
350
351
|
/**
|
|
@@ -353,7 +354,7 @@ export declare class DataScienceClient {
|
|
|
353
354
|
* @param GetJobRunRequest
|
|
354
355
|
* @return GetJobRunResponse
|
|
355
356
|
* @throws OciError when an error occurs
|
|
356
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
357
358
|
*/
|
|
358
359
|
getJobRun(getJobRunRequest: requests.GetJobRunRequest): Promise<responses.GetJobRunResponse>;
|
|
359
360
|
/**
|
|
@@ -362,7 +363,7 @@ export declare class DataScienceClient {
|
|
|
362
363
|
* @param GetModelRequest
|
|
363
364
|
* @return GetModelResponse
|
|
364
365
|
* @throws OciError when an error occurs
|
|
365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetModel.ts.html |here} to see how to use GetModel API.
|
|
366
367
|
*/
|
|
367
368
|
getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
|
|
368
369
|
/**
|
|
@@ -371,7 +372,7 @@ export declare class DataScienceClient {
|
|
|
371
372
|
* @param GetModelArtifactContentRequest
|
|
372
373
|
* @return GetModelArtifactContentResponse
|
|
373
374
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContent API.
|
|
375
376
|
*/
|
|
376
377
|
getModelArtifactContent(getModelArtifactContentRequest: requests.GetModelArtifactContentRequest): Promise<responses.GetModelArtifactContentResponse>;
|
|
377
378
|
/**
|
|
@@ -380,7 +381,7 @@ export declare class DataScienceClient {
|
|
|
380
381
|
* @param GetModelDeploymentRequest
|
|
381
382
|
* @return GetModelDeploymentResponse
|
|
382
383
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
384
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeployment API.
|
|
384
385
|
*/
|
|
385
386
|
getModelDeployment(getModelDeploymentRequest: requests.GetModelDeploymentRequest): Promise<responses.GetModelDeploymentResponse>;
|
|
386
387
|
/**
|
|
@@ -389,7 +390,7 @@ export declare class DataScienceClient {
|
|
|
389
390
|
* @param GetModelProvenanceRequest
|
|
390
391
|
* @return GetModelProvenanceResponse
|
|
391
392
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
393
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenance API.
|
|
393
394
|
*/
|
|
394
395
|
getModelProvenance(getModelProvenanceRequest: requests.GetModelProvenanceRequest): Promise<responses.GetModelProvenanceResponse>;
|
|
395
396
|
/**
|
|
@@ -398,7 +399,7 @@ export declare class DataScienceClient {
|
|
|
398
399
|
* @param GetNotebookSessionRequest
|
|
399
400
|
* @return GetNotebookSessionResponse
|
|
400
401
|
* @throws OciError when an error occurs
|
|
401
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
402
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSession API.
|
|
402
403
|
*/
|
|
403
404
|
getNotebookSession(getNotebookSessionRequest: requests.GetNotebookSessionRequest): Promise<responses.GetNotebookSessionResponse>;
|
|
404
405
|
/**
|
|
@@ -407,7 +408,7 @@ export declare class DataScienceClient {
|
|
|
407
408
|
* @param GetProjectRequest
|
|
408
409
|
* @return GetProjectResponse
|
|
409
410
|
* @throws OciError when an error occurs
|
|
410
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetProject.ts.html |here} to see how to use GetProject API.
|
|
411
412
|
*/
|
|
412
413
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
413
414
|
/**
|
|
@@ -416,7 +417,7 @@ export declare class DataScienceClient {
|
|
|
416
417
|
* @param GetWorkRequestRequest
|
|
417
418
|
* @return GetWorkRequestResponse
|
|
418
419
|
* @throws OciError when an error occurs
|
|
419
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
420
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
420
421
|
*/
|
|
421
422
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
422
423
|
/**
|
|
@@ -425,7 +426,7 @@ export declare class DataScienceClient {
|
|
|
425
426
|
* @param HeadJobArtifactRequest
|
|
426
427
|
* @return HeadJobArtifactResponse
|
|
427
428
|
* @throws OciError when an error occurs
|
|
428
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifact API.
|
|
429
430
|
*/
|
|
430
431
|
headJobArtifact(headJobArtifactRequest: requests.HeadJobArtifactRequest): Promise<responses.HeadJobArtifactResponse>;
|
|
431
432
|
/**
|
|
@@ -434,16 +435,57 @@ export declare class DataScienceClient {
|
|
|
434
435
|
* @param HeadModelArtifactRequest
|
|
435
436
|
* @return HeadModelArtifactResponse
|
|
436
437
|
* @throws OciError when an error occurs
|
|
437
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
438
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifact API.
|
|
438
439
|
*/
|
|
439
440
|
headModelArtifact(headModelArtifactRequest: requests.HeadModelArtifactRequest): Promise<responses.HeadModelArtifactResponse>;
|
|
441
|
+
/**
|
|
442
|
+
* List fast launch capable job configs in the specified compartment.
|
|
443
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
444
|
+
* @param ListFastLaunchJobConfigsRequest
|
|
445
|
+
* @return ListFastLaunchJobConfigsResponse
|
|
446
|
+
* @throws OciError when an error occurs
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigs API.
|
|
448
|
+
*/
|
|
449
|
+
listFastLaunchJobConfigs(listFastLaunchJobConfigsRequest: requests.ListFastLaunchJobConfigsRequest): Promise<responses.ListFastLaunchJobConfigsResponse>;
|
|
450
|
+
/**
|
|
451
|
+
* NOTE: This function is deprecated in favor of listFastLaunchJobConfigsRecordIterator function.
|
|
452
|
+
* Creates a new async iterator which will iterate over the models.FastLaunchJobConfigSummary objects
|
|
453
|
+
* contained in responses from the listFastLaunchJobConfigs operation. This iterator will fetch more data from the
|
|
454
|
+
* server as needed.
|
|
455
|
+
*
|
|
456
|
+
* @param request a request which can be sent to the service operation
|
|
457
|
+
*/
|
|
458
|
+
listAllFastLaunchJobConfigs(request: requests.ListFastLaunchJobConfigsRequest): AsyncIterableIterator<model.FastLaunchJobConfigSummary>;
|
|
459
|
+
/**
|
|
460
|
+
* NOTE: This function is deprecated in favor of listFastLaunchJobConfigsResponseIterator function.
|
|
461
|
+
* Creates a new async iterator which will iterate over the responses received from the listFastLaunchJobConfigs operation. This iterator
|
|
462
|
+
* will fetch more data from the server as needed.
|
|
463
|
+
*
|
|
464
|
+
* @param request a request which can be sent to the service operation
|
|
465
|
+
*/
|
|
466
|
+
listAllFastLaunchJobConfigsResponses(request: requests.ListFastLaunchJobConfigsRequest): AsyncIterableIterator<responses.ListFastLaunchJobConfigsResponse>;
|
|
467
|
+
/**
|
|
468
|
+
* Creates a new async iterator which will iterate over the models.FastLaunchJobConfigSummary objects
|
|
469
|
+
* contained in responses from the listFastLaunchJobConfigs operation. This iterator will fetch more data from the
|
|
470
|
+
* server as needed.
|
|
471
|
+
*
|
|
472
|
+
* @param request a request which can be sent to the service operation
|
|
473
|
+
*/
|
|
474
|
+
listFastLaunchJobConfigsRecordIterator(request: requests.ListFastLaunchJobConfigsRequest): AsyncIterableIterator<model.FastLaunchJobConfigSummary>;
|
|
475
|
+
/**
|
|
476
|
+
* Creates a new async iterator which will iterate over the responses received from the listFastLaunchJobConfigs operation. This iterator
|
|
477
|
+
* will fetch more data from the server as needed.
|
|
478
|
+
*
|
|
479
|
+
* @param request a request which can be sent to the service operation
|
|
480
|
+
*/
|
|
481
|
+
listFastLaunchJobConfigsResponseIterator(request: requests.ListFastLaunchJobConfigsRequest): AsyncIterableIterator<responses.ListFastLaunchJobConfigsResponse>;
|
|
440
482
|
/**
|
|
441
483
|
* List out job runs.
|
|
442
484
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
443
485
|
* @param ListJobRunsRequest
|
|
444
486
|
* @return ListJobRunsResponse
|
|
445
487
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
447
489
|
*/
|
|
448
490
|
listJobRuns(listJobRunsRequest: requests.ListJobRunsRequest): Promise<responses.ListJobRunsResponse>;
|
|
449
491
|
/**
|
|
@@ -484,7 +526,7 @@ export declare class DataScienceClient {
|
|
|
484
526
|
* @param ListJobShapesRequest
|
|
485
527
|
* @return ListJobShapesResponse
|
|
486
528
|
* @throws OciError when an error occurs
|
|
487
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
529
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapes API.
|
|
488
530
|
*/
|
|
489
531
|
listJobShapes(listJobShapesRequest: requests.ListJobShapesRequest): Promise<responses.ListJobShapesResponse>;
|
|
490
532
|
/**
|
|
@@ -525,7 +567,7 @@ export declare class DataScienceClient {
|
|
|
525
567
|
* @param ListJobsRequest
|
|
526
568
|
* @return ListJobsResponse
|
|
527
569
|
* @throws OciError when an error occurs
|
|
528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
529
571
|
*/
|
|
530
572
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
531
573
|
/**
|
|
@@ -566,7 +608,7 @@ export declare class DataScienceClient {
|
|
|
566
608
|
* @param ListModelDeploymentShapesRequest
|
|
567
609
|
* @return ListModelDeploymentShapesResponse
|
|
568
610
|
* @throws OciError when an error occurs
|
|
569
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapes API.
|
|
570
612
|
*/
|
|
571
613
|
listModelDeploymentShapes(listModelDeploymentShapesRequest: requests.ListModelDeploymentShapesRequest): Promise<responses.ListModelDeploymentShapesResponse>;
|
|
572
614
|
/**
|
|
@@ -608,7 +650,7 @@ export declare class DataScienceClient {
|
|
|
608
650
|
* @param ListModelDeploymentsRequest
|
|
609
651
|
* @return ListModelDeploymentsResponse
|
|
610
652
|
* @throws OciError when an error occurs
|
|
611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeployments API.
|
|
612
654
|
*/
|
|
613
655
|
listModelDeployments(listModelDeploymentsRequest: requests.ListModelDeploymentsRequest): Promise<responses.ListModelDeploymentsResponse>;
|
|
614
656
|
/**
|
|
@@ -649,7 +691,7 @@ export declare class DataScienceClient {
|
|
|
649
691
|
* @param ListModelsRequest
|
|
650
692
|
* @return ListModelsResponse
|
|
651
693
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListModels.ts.html |here} to see how to use ListModels API.
|
|
653
695
|
*/
|
|
654
696
|
listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
|
|
655
697
|
/**
|
|
@@ -690,7 +732,7 @@ export declare class DataScienceClient {
|
|
|
690
732
|
* @param ListNotebookSessionShapesRequest
|
|
691
733
|
* @return ListNotebookSessionShapesResponse
|
|
692
734
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
735
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapes API.
|
|
694
736
|
*/
|
|
695
737
|
listNotebookSessionShapes(listNotebookSessionShapesRequest: requests.ListNotebookSessionShapesRequest): Promise<responses.ListNotebookSessionShapesResponse>;
|
|
696
738
|
/**
|
|
@@ -731,7 +773,7 @@ export declare class DataScienceClient {
|
|
|
731
773
|
* @param ListNotebookSessionsRequest
|
|
732
774
|
* @return ListNotebookSessionsResponse
|
|
733
775
|
* @throws OciError when an error occurs
|
|
734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessions API.
|
|
735
777
|
*/
|
|
736
778
|
listNotebookSessions(listNotebookSessionsRequest: requests.ListNotebookSessionsRequest): Promise<responses.ListNotebookSessionsResponse>;
|
|
737
779
|
/**
|
|
@@ -772,7 +814,7 @@ export declare class DataScienceClient {
|
|
|
772
814
|
* @param ListProjectsRequest
|
|
773
815
|
* @return ListProjectsResponse
|
|
774
816
|
* @throws OciError when an error occurs
|
|
775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
776
818
|
*/
|
|
777
819
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
778
820
|
/**
|
|
@@ -813,7 +855,7 @@ export declare class DataScienceClient {
|
|
|
813
855
|
* @param ListWorkRequestErrorsRequest
|
|
814
856
|
* @return ListWorkRequestErrorsResponse
|
|
815
857
|
* @throws OciError when an error occurs
|
|
816
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
817
859
|
*/
|
|
818
860
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
819
861
|
/**
|
|
@@ -822,7 +864,7 @@ export declare class DataScienceClient {
|
|
|
822
864
|
* @param ListWorkRequestLogsRequest
|
|
823
865
|
* @return ListWorkRequestLogsResponse
|
|
824
866
|
* @throws OciError when an error occurs
|
|
825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
867
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
826
868
|
*/
|
|
827
869
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
828
870
|
/**
|
|
@@ -831,7 +873,7 @@ export declare class DataScienceClient {
|
|
|
831
873
|
* @param ListWorkRequestsRequest
|
|
832
874
|
* @return ListWorkRequestsResponse
|
|
833
875
|
* @throws OciError when an error occurs
|
|
834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
876
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
835
877
|
*/
|
|
836
878
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
837
879
|
/**
|
|
@@ -872,7 +914,7 @@ export declare class DataScienceClient {
|
|
|
872
914
|
* @param UpdateJobRequest
|
|
873
915
|
* @return UpdateJobResponse
|
|
874
916
|
* @throws OciError when an error occurs
|
|
875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
876
918
|
*/
|
|
877
919
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
878
920
|
/**
|
|
@@ -881,7 +923,7 @@ export declare class DataScienceClient {
|
|
|
881
923
|
* @param UpdateJobRunRequest
|
|
882
924
|
* @return UpdateJobRunResponse
|
|
883
925
|
* @throws OciError when an error occurs
|
|
884
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRun API.
|
|
885
927
|
*/
|
|
886
928
|
updateJobRun(updateJobRunRequest: requests.UpdateJobRunRequest): Promise<responses.UpdateJobRunResponse>;
|
|
887
929
|
/**
|
|
@@ -890,12 +932,12 @@ export declare class DataScienceClient {
|
|
|
890
932
|
* @param UpdateModelRequest
|
|
891
933
|
* @return UpdateModelResponse
|
|
892
934
|
* @throws OciError when an error occurs
|
|
893
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
894
936
|
*/
|
|
895
937
|
updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
|
|
896
938
|
/**
|
|
897
939
|
* Updates the properties of a model deployment. Some of the properties of `modelDeploymentConfigurationDetails` or `CategoryLogDetails` can also be updated with zero down time
|
|
898
|
-
* when the model deployment
|
|
940
|
+
* when the model deployment's lifecycle state is ACTIVE or NEEDS_ATTENTION i.e `instanceShapeName`, `instanceCount` and `modelId`, separately `loadBalancerShape` or `CategoryLogDetails`
|
|
899
941
|
* 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 time the model
|
|
900
942
|
* deployment is activated.
|
|
901
943
|
*
|
|
@@ -903,7 +945,7 @@ export declare class DataScienceClient {
|
|
|
903
945
|
* @param UpdateModelDeploymentRequest
|
|
904
946
|
* @return UpdateModelDeploymentResponse
|
|
905
947
|
* @throws OciError when an error occurs
|
|
906
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
948
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeployment API.
|
|
907
949
|
*/
|
|
908
950
|
updateModelDeployment(updateModelDeploymentRequest: requests.UpdateModelDeploymentRequest): Promise<responses.UpdateModelDeploymentResponse>;
|
|
909
951
|
/**
|
|
@@ -912,7 +954,7 @@ export declare class DataScienceClient {
|
|
|
912
954
|
* @param UpdateModelProvenanceRequest
|
|
913
955
|
* @return UpdateModelProvenanceResponse
|
|
914
956
|
* @throws OciError when an error occurs
|
|
915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
957
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenance API.
|
|
916
958
|
*/
|
|
917
959
|
updateModelProvenance(updateModelProvenanceRequest: requests.UpdateModelProvenanceRequest): Promise<responses.UpdateModelProvenanceResponse>;
|
|
918
960
|
/**
|
|
@@ -924,7 +966,7 @@ export declare class DataScienceClient {
|
|
|
924
966
|
* @param UpdateNotebookSessionRequest
|
|
925
967
|
* @return UpdateNotebookSessionResponse
|
|
926
968
|
* @throws OciError when an error occurs
|
|
927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
969
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSession API.
|
|
928
970
|
*/
|
|
929
971
|
updateNotebookSession(updateNotebookSessionRequest: requests.UpdateNotebookSessionRequest): Promise<responses.UpdateNotebookSessionResponse>;
|
|
930
972
|
/**
|
|
@@ -933,7 +975,7 @@ export declare class DataScienceClient {
|
|
|
933
975
|
* @param UpdateProjectRequest
|
|
934
976
|
* @return UpdateProjectResponse
|
|
935
977
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
978
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/datascience/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
937
979
|
*/
|
|
938
980
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
939
981
|
}
|