oci-datascience 2.24.0 → 2.27.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 +106 -106
- package/lib/client.js +151 -151
- package/lib/client.js.map +1 -1
- package/lib/model/job-configuration-details.js +2 -2
- package/lib/model/job-configuration-details.js.map +1 -1
- package/lib/model/job-infrastructure-configuration-details.js +2 -2
- package/lib/model/job-infrastructure-configuration-details.js.map +1 -1
- package/lib/model/model-deployment-configuration-details.js +2 -2
- package/lib/model/model-deployment-configuration-details.js.map +1 -1
- package/lib/model/scaling-policy.js +2 -2
- package/lib/model/scaling-policy.js.map +1 -1
- package/lib/model/update-model-deployment-configuration-details.js +2 -2
- package/lib/model/update-model-deployment-configuration-details.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 +3 -8
- 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/list-fast-launch-job-configs-request.d.ts +1 -1
- package/lib/request/list-job-runs-request.d.ts +1 -1
- package/lib/request/list-job-shapes-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-model-deployment-shapes-request.d.ts +1 -1
- package/lib/request/list-model-deployments-request.d.ts +1 -1
- package/lib/request/list-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 +1 -1
- package/lib/request/update-model-provenance-request.d.ts +1 -1
- package/lib/request/update-model-request.d.ts +1 -1
- package/lib/request/update-notebook-session-request.d.ts +1 -1
- package/lib/request/update-project-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -72,11 +72,11 @@ export declare class DataScienceClient {
|
|
|
72
72
|
getWaiters(): DataScienceWaiter;
|
|
73
73
|
/**
|
|
74
74
|
* Activates the model.
|
|
75
|
-
* This operation
|
|
75
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
76
76
|
* @param ActivateModelRequest
|
|
77
77
|
* @return ActivateModelResponse
|
|
78
78
|
* @throws OciError when an error occurs
|
|
79
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
79
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ActivateModel.ts.html |here} to see how to use ActivateModel API.
|
|
80
80
|
*/
|
|
81
81
|
activateModel(activateModelRequest: requests.ActivateModelRequest): Promise<responses.ActivateModelResponse>;
|
|
82
82
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class DataScienceClient {
|
|
|
85
85
|
* @param ActivateModelDeploymentRequest
|
|
86
86
|
* @return ActivateModelDeploymentResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ActivateModelDeployment.ts.html |here} to see how to use ActivateModelDeployment API.
|
|
89
89
|
*/
|
|
90
90
|
activateModelDeployment(activateModelDeploymentRequest: requests.ActivateModelDeploymentRequest): Promise<responses.ActivateModelDeploymentResponse>;
|
|
91
91
|
/**
|
|
@@ -94,16 +94,16 @@ export declare class DataScienceClient {
|
|
|
94
94
|
* @param ActivateNotebookSessionRequest
|
|
95
95
|
* @return ActivateNotebookSessionResponse
|
|
96
96
|
* @throws OciError when an error occurs
|
|
97
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
97
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ActivateNotebookSession.ts.html |here} to see how to use ActivateNotebookSession API.
|
|
98
98
|
*/
|
|
99
99
|
activateNotebookSession(activateNotebookSessionRequest: requests.ActivateNotebookSessionRequest): Promise<responses.ActivateNotebookSessionResponse>;
|
|
100
100
|
/**
|
|
101
101
|
* Cancels an IN_PROGRESS job run.
|
|
102
|
-
* This operation
|
|
102
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
103
103
|
* @param CancelJobRunRequest
|
|
104
104
|
* @return CancelJobRunResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CancelJobRun.ts.html |here} to see how to use CancelJobRun API.
|
|
107
107
|
*/
|
|
108
108
|
cancelJobRun(cancelJobRunRequest: requests.CancelJobRunRequest): Promise<responses.CancelJobRunResponse>;
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class DataScienceClient {
|
|
|
112
112
|
* @param CancelWorkRequestRequest
|
|
113
113
|
* @return CancelWorkRequestResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
116
116
|
*/
|
|
117
117
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
118
118
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class DataScienceClient {
|
|
|
121
121
|
* @param ChangeJobCompartmentRequest
|
|
122
122
|
* @return ChangeJobCompartmentResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
124
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
125
125
|
*/
|
|
126
126
|
changeJobCompartment(changeJobCompartmentRequest: requests.ChangeJobCompartmentRequest): Promise<responses.ChangeJobCompartmentResponse>;
|
|
127
127
|
/**
|
|
@@ -130,7 +130,7 @@ export declare class DataScienceClient {
|
|
|
130
130
|
* @param ChangeJobRunCompartmentRequest
|
|
131
131
|
* @return ChangeJobRunCompartmentResponse
|
|
132
132
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ChangeJobRunCompartment.ts.html |here} to see how to use ChangeJobRunCompartment API.
|
|
134
134
|
*/
|
|
135
135
|
changeJobRunCompartment(changeJobRunCompartmentRequest: requests.ChangeJobRunCompartmentRequest): Promise<responses.ChangeJobRunCompartmentResponse>;
|
|
136
136
|
/**
|
|
@@ -139,7 +139,7 @@ export declare class DataScienceClient {
|
|
|
139
139
|
* @param ChangeModelCompartmentRequest
|
|
140
140
|
* @return ChangeModelCompartmentResponse
|
|
141
141
|
* @throws OciError when an error occurs
|
|
142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ChangeModelCompartment.ts.html |here} to see how to use ChangeModelCompartment API.
|
|
143
143
|
*/
|
|
144
144
|
changeModelCompartment(changeModelCompartmentRequest: requests.ChangeModelCompartmentRequest): Promise<responses.ChangeModelCompartmentResponse>;
|
|
145
145
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class DataScienceClient {
|
|
|
148
148
|
* @param ChangeModelDeploymentCompartmentRequest
|
|
149
149
|
* @return ChangeModelDeploymentCompartmentResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ChangeModelDeploymentCompartment.ts.html |here} to see how to use ChangeModelDeploymentCompartment API.
|
|
152
152
|
*/
|
|
153
153
|
changeModelDeploymentCompartment(changeModelDeploymentCompartmentRequest: requests.ChangeModelDeploymentCompartmentRequest): Promise<responses.ChangeModelDeploymentCompartmentResponse>;
|
|
154
154
|
/**
|
|
@@ -157,7 +157,7 @@ export declare class DataScienceClient {
|
|
|
157
157
|
* @param ChangeNotebookSessionCompartmentRequest
|
|
158
158
|
* @return ChangeNotebookSessionCompartmentResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ChangeNotebookSessionCompartment.ts.html |here} to see how to use ChangeNotebookSessionCompartment API.
|
|
161
161
|
*/
|
|
162
162
|
changeNotebookSessionCompartment(changeNotebookSessionCompartmentRequest: requests.ChangeNotebookSessionCompartmentRequest): Promise<responses.ChangeNotebookSessionCompartmentResponse>;
|
|
163
163
|
/**
|
|
@@ -166,16 +166,16 @@ export declare class DataScienceClient {
|
|
|
166
166
|
* @param ChangeProjectCompartmentRequest
|
|
167
167
|
* @return ChangeProjectCompartmentResponse
|
|
168
168
|
* @throws OciError when an error occurs
|
|
169
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
169
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ChangeProjectCompartment.ts.html |here} to see how to use ChangeProjectCompartment API.
|
|
170
170
|
*/
|
|
171
171
|
changeProjectCompartment(changeProjectCompartmentRequest: requests.ChangeProjectCompartmentRequest): Promise<responses.ChangeProjectCompartmentResponse>;
|
|
172
172
|
/**
|
|
173
173
|
* Creates a job.
|
|
174
|
-
* This operation
|
|
174
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
175
175
|
* @param CreateJobRequest
|
|
176
176
|
* @return CreateJobResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
179
179
|
*/
|
|
180
180
|
createJob(createJobRequest: requests.CreateJobRequest): Promise<responses.CreateJobResponse>;
|
|
181
181
|
/**
|
|
@@ -184,79 +184,79 @@ export declare class DataScienceClient {
|
|
|
184
184
|
* @param CreateJobArtifactRequest
|
|
185
185
|
* @return CreateJobArtifactResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CreateJobArtifact.ts.html |here} to see how to use CreateJobArtifact API.
|
|
188
188
|
*/
|
|
189
189
|
createJobArtifact(createJobArtifactRequest: requests.CreateJobArtifactRequest): Promise<responses.CreateJobArtifactResponse>;
|
|
190
190
|
/**
|
|
191
191
|
* Creates a job run.
|
|
192
|
-
* This operation
|
|
192
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
193
193
|
* @param CreateJobRunRequest
|
|
194
194
|
* @return CreateJobRunResponse
|
|
195
195
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
196
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CreateJobRun.ts.html |here} to see how to use CreateJobRun API.
|
|
197
197
|
*/
|
|
198
198
|
createJobRun(createJobRunRequest: requests.CreateJobRunRequest): Promise<responses.CreateJobRunResponse>;
|
|
199
199
|
/**
|
|
200
200
|
* Creates a new model.
|
|
201
|
-
* This operation
|
|
201
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
202
202
|
* @param CreateModelRequest
|
|
203
203
|
* @return CreateModelResponse
|
|
204
204
|
* @throws OciError when an error occurs
|
|
205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CreateModel.ts.html |here} to see how to use CreateModel API.
|
|
206
206
|
*/
|
|
207
207
|
createModel(createModelRequest: requests.CreateModelRequest): Promise<responses.CreateModelResponse>;
|
|
208
208
|
/**
|
|
209
209
|
* Creates model artifact for specified model.
|
|
210
|
-
* This operation
|
|
210
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
211
211
|
* @param CreateModelArtifactRequest
|
|
212
212
|
* @return CreateModelArtifactResponse
|
|
213
213
|
* @throws OciError when an error occurs
|
|
214
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
214
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CreateModelArtifact.ts.html |here} to see how to use CreateModelArtifact API.
|
|
215
215
|
*/
|
|
216
216
|
createModelArtifact(createModelArtifactRequest: requests.CreateModelArtifactRequest): Promise<responses.CreateModelArtifactResponse>;
|
|
217
217
|
/**
|
|
218
218
|
* Creates a new model deployment.
|
|
219
|
-
* This operation
|
|
219
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
220
220
|
* @param CreateModelDeploymentRequest
|
|
221
221
|
* @return CreateModelDeploymentResponse
|
|
222
222
|
* @throws OciError when an error occurs
|
|
223
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
223
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CreateModelDeployment.ts.html |here} to see how to use CreateModelDeployment API.
|
|
224
224
|
*/
|
|
225
225
|
createModelDeployment(createModelDeploymentRequest: requests.CreateModelDeploymentRequest): Promise<responses.CreateModelDeploymentResponse>;
|
|
226
226
|
/**
|
|
227
227
|
* Creates provenance information for the specified model.
|
|
228
|
-
* This operation
|
|
228
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
229
229
|
* @param CreateModelProvenanceRequest
|
|
230
230
|
* @return CreateModelProvenanceResponse
|
|
231
231
|
* @throws OciError when an error occurs
|
|
232
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
232
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CreateModelProvenance.ts.html |here} to see how to use CreateModelProvenance API.
|
|
233
233
|
*/
|
|
234
234
|
createModelProvenance(createModelProvenanceRequest: requests.CreateModelProvenanceRequest): Promise<responses.CreateModelProvenanceResponse>;
|
|
235
235
|
/**
|
|
236
236
|
* Creates a new notebook session.
|
|
237
|
-
* This operation
|
|
237
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
238
238
|
* @param CreateNotebookSessionRequest
|
|
239
239
|
* @return CreateNotebookSessionResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CreateNotebookSession.ts.html |here} to see how to use CreateNotebookSession API.
|
|
242
242
|
*/
|
|
243
243
|
createNotebookSession(createNotebookSessionRequest: requests.CreateNotebookSessionRequest): Promise<responses.CreateNotebookSessionResponse>;
|
|
244
244
|
/**
|
|
245
245
|
* Creates a new project.
|
|
246
|
-
* This operation
|
|
246
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
247
247
|
* @param CreateProjectRequest
|
|
248
248
|
* @return CreateProjectResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/CreateProject.ts.html |here} to see how to use CreateProject API.
|
|
251
251
|
*/
|
|
252
252
|
createProject(createProjectRequest: requests.CreateProjectRequest): Promise<responses.CreateProjectResponse>;
|
|
253
253
|
/**
|
|
254
254
|
* Deactivates the model.
|
|
255
|
-
* This operation
|
|
255
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
256
256
|
* @param DeactivateModelRequest
|
|
257
257
|
* @return DeactivateModelResponse
|
|
258
258
|
* @throws OciError when an error occurs
|
|
259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/DeactivateModel.ts.html |here} to see how to use DeactivateModel API.
|
|
260
260
|
*/
|
|
261
261
|
deactivateModel(deactivateModelRequest: requests.DeactivateModelRequest): Promise<responses.DeactivateModelResponse>;
|
|
262
262
|
/**
|
|
@@ -265,7 +265,7 @@ export declare class DataScienceClient {
|
|
|
265
265
|
* @param DeactivateModelDeploymentRequest
|
|
266
266
|
* @return DeactivateModelDeploymentResponse
|
|
267
267
|
* @throws OciError when an error occurs
|
|
268
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/DeactivateModelDeployment.ts.html |here} to see how to use DeactivateModelDeployment API.
|
|
269
269
|
*/
|
|
270
270
|
deactivateModelDeployment(deactivateModelDeploymentRequest: requests.DeactivateModelDeploymentRequest): Promise<responses.DeactivateModelDeploymentResponse>;
|
|
271
271
|
/**
|
|
@@ -274,142 +274,142 @@ export declare class DataScienceClient {
|
|
|
274
274
|
* @param DeactivateNotebookSessionRequest
|
|
275
275
|
* @return DeactivateNotebookSessionResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/DeactivateNotebookSession.ts.html |here} to see how to use DeactivateNotebookSession API.
|
|
278
278
|
*/
|
|
279
279
|
deactivateNotebookSession(deactivateNotebookSessionRequest: requests.DeactivateNotebookSessionRequest): Promise<responses.DeactivateNotebookSessionResponse>;
|
|
280
280
|
/**
|
|
281
281
|
* Deletes a job.
|
|
282
|
-
* This operation
|
|
282
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
283
283
|
* @param DeleteJobRequest
|
|
284
284
|
* @return DeleteJobResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
287
287
|
*/
|
|
288
288
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
289
289
|
/**
|
|
290
290
|
* Deletes a job run.
|
|
291
|
-
* This operation
|
|
291
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
292
292
|
* @param DeleteJobRunRequest
|
|
293
293
|
* @return DeleteJobRunResponse
|
|
294
294
|
* @throws OciError when an error occurs
|
|
295
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
295
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/DeleteJobRun.ts.html |here} to see how to use DeleteJobRun API.
|
|
296
296
|
*/
|
|
297
297
|
deleteJobRun(deleteJobRunRequest: requests.DeleteJobRunRequest): Promise<responses.DeleteJobRunResponse>;
|
|
298
298
|
/**
|
|
299
299
|
* Deletes the specified model.
|
|
300
|
-
* This operation
|
|
300
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
301
301
|
* @param DeleteModelRequest
|
|
302
302
|
* @return DeleteModelResponse
|
|
303
303
|
* @throws OciError when an error occurs
|
|
304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/DeleteModel.ts.html |here} to see how to use DeleteModel API.
|
|
305
305
|
*/
|
|
306
306
|
deleteModel(deleteModelRequest: requests.DeleteModelRequest): Promise<responses.DeleteModelResponse>;
|
|
307
307
|
/**
|
|
308
308
|
* Deletes the specified model deployment. Any unsaved work in this model deployment is lost.
|
|
309
|
-
* This operation
|
|
309
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
310
310
|
* @param DeleteModelDeploymentRequest
|
|
311
311
|
* @return DeleteModelDeploymentResponse
|
|
312
312
|
* @throws OciError when an error occurs
|
|
313
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
313
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/DeleteModelDeployment.ts.html |here} to see how to use DeleteModelDeployment API.
|
|
314
314
|
*/
|
|
315
315
|
deleteModelDeployment(deleteModelDeploymentRequest: requests.DeleteModelDeploymentRequest): Promise<responses.DeleteModelDeploymentResponse>;
|
|
316
316
|
/**
|
|
317
317
|
* Deletes the specified notebook session. Any unsaved work in this notebook session are lost.
|
|
318
|
-
* This operation
|
|
318
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
319
319
|
* @param DeleteNotebookSessionRequest
|
|
320
320
|
* @return DeleteNotebookSessionResponse
|
|
321
321
|
* @throws OciError when an error occurs
|
|
322
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
322
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/DeleteNotebookSession.ts.html |here} to see how to use DeleteNotebookSession API.
|
|
323
323
|
*/
|
|
324
324
|
deleteNotebookSession(deleteNotebookSessionRequest: requests.DeleteNotebookSessionRequest): Promise<responses.DeleteNotebookSessionResponse>;
|
|
325
325
|
/**
|
|
326
326
|
* Deletes the specified project. This operation fails unless all associated resources (notebook sessions or models) are in a DELETED state. You must delete all associated resources before deleting a project.
|
|
327
|
-
* This operation
|
|
327
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
328
328
|
* @param DeleteProjectRequest
|
|
329
329
|
* @return DeleteProjectResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/DeleteProject.ts.html |here} to see how to use DeleteProject API.
|
|
332
332
|
*/
|
|
333
333
|
deleteProject(deleteProjectRequest: requests.DeleteProjectRequest): Promise<responses.DeleteProjectResponse>;
|
|
334
334
|
/**
|
|
335
335
|
* Gets a job.
|
|
336
|
-
* This operation
|
|
336
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
337
337
|
* @param GetJobRequest
|
|
338
338
|
* @return GetJobResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetJob.ts.html |here} to see how to use GetJob API.
|
|
341
341
|
*/
|
|
342
342
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
343
343
|
/**
|
|
344
344
|
* Downloads job artifact content for specified job.
|
|
345
|
-
* This operation
|
|
345
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
346
346
|
* @param GetJobArtifactContentRequest
|
|
347
347
|
* @return GetJobArtifactContentResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
349
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetJobArtifactContent.ts.html |here} to see how to use GetJobArtifactContent API.
|
|
350
350
|
*/
|
|
351
351
|
getJobArtifactContent(getJobArtifactContentRequest: requests.GetJobArtifactContentRequest): Promise<responses.GetJobArtifactContentResponse>;
|
|
352
352
|
/**
|
|
353
353
|
* Gets a job run.
|
|
354
|
-
* This operation
|
|
354
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
355
355
|
* @param GetJobRunRequest
|
|
356
356
|
* @return GetJobRunResponse
|
|
357
357
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
358
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
359
359
|
*/
|
|
360
360
|
getJobRun(getJobRunRequest: requests.GetJobRunRequest): Promise<responses.GetJobRunResponse>;
|
|
361
361
|
/**
|
|
362
362
|
* Gets the specified model's information.
|
|
363
|
-
* This operation
|
|
363
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
364
364
|
* @param GetModelRequest
|
|
365
365
|
* @return GetModelResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetModel.ts.html |here} to see how to use GetModel API.
|
|
368
368
|
*/
|
|
369
369
|
getModel(getModelRequest: requests.GetModelRequest): Promise<responses.GetModelResponse>;
|
|
370
370
|
/**
|
|
371
371
|
* Downloads model artifact content for specified model.
|
|
372
|
-
* This operation
|
|
372
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
373
373
|
* @param GetModelArtifactContentRequest
|
|
374
374
|
* @return GetModelArtifactContentResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetModelArtifactContent.ts.html |here} to see how to use GetModelArtifactContent API.
|
|
377
377
|
*/
|
|
378
378
|
getModelArtifactContent(getModelArtifactContentRequest: requests.GetModelArtifactContentRequest): Promise<responses.GetModelArtifactContentResponse>;
|
|
379
379
|
/**
|
|
380
380
|
* Retrieves the model deployment for the specified `modelDeploymentId`.
|
|
381
|
-
* This operation
|
|
381
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
382
382
|
* @param GetModelDeploymentRequest
|
|
383
383
|
* @return GetModelDeploymentResponse
|
|
384
384
|
* @throws OciError when an error occurs
|
|
385
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetModelDeployment.ts.html |here} to see how to use GetModelDeployment API.
|
|
386
386
|
*/
|
|
387
387
|
getModelDeployment(getModelDeploymentRequest: requests.GetModelDeploymentRequest): Promise<responses.GetModelDeploymentResponse>;
|
|
388
388
|
/**
|
|
389
389
|
* Gets provenance information for specified model.
|
|
390
|
-
* This operation
|
|
390
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
391
391
|
* @param GetModelProvenanceRequest
|
|
392
392
|
* @return GetModelProvenanceResponse
|
|
393
393
|
* @throws OciError when an error occurs
|
|
394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetModelProvenance.ts.html |here} to see how to use GetModelProvenance API.
|
|
395
395
|
*/
|
|
396
396
|
getModelProvenance(getModelProvenanceRequest: requests.GetModelProvenanceRequest): Promise<responses.GetModelProvenanceResponse>;
|
|
397
397
|
/**
|
|
398
398
|
* Gets the specified notebook session's information.
|
|
399
|
-
* This operation
|
|
399
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
400
400
|
* @param GetNotebookSessionRequest
|
|
401
401
|
* @return GetNotebookSessionResponse
|
|
402
402
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetNotebookSession.ts.html |here} to see how to use GetNotebookSession API.
|
|
404
404
|
*/
|
|
405
405
|
getNotebookSession(getNotebookSessionRequest: requests.GetNotebookSessionRequest): Promise<responses.GetNotebookSessionResponse>;
|
|
406
406
|
/**
|
|
407
407
|
* Gets the specified project's information.
|
|
408
|
-
* This operation
|
|
408
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
409
409
|
* @param GetProjectRequest
|
|
410
410
|
* @return GetProjectResponse
|
|
411
411
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
412
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetProject.ts.html |here} to see how to use GetProject API.
|
|
413
413
|
*/
|
|
414
414
|
getProject(getProjectRequest: requests.GetProjectRequest): Promise<responses.GetProjectResponse>;
|
|
415
415
|
/**
|
|
@@ -418,34 +418,34 @@ export declare class DataScienceClient {
|
|
|
418
418
|
* @param GetWorkRequestRequest
|
|
419
419
|
* @return GetWorkRequestResponse
|
|
420
420
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
421
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
422
422
|
*/
|
|
423
423
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
424
424
|
/**
|
|
425
425
|
* Gets job artifact metadata.
|
|
426
|
-
* This operation
|
|
426
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
427
427
|
* @param HeadJobArtifactRequest
|
|
428
428
|
* @return HeadJobArtifactResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
430
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/HeadJobArtifact.ts.html |here} to see how to use HeadJobArtifact API.
|
|
431
431
|
*/
|
|
432
432
|
headJobArtifact(headJobArtifactRequest: requests.HeadJobArtifactRequest): Promise<responses.HeadJobArtifactResponse>;
|
|
433
433
|
/**
|
|
434
434
|
* Gets model artifact metadata for specified model.
|
|
435
|
-
* This operation
|
|
435
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
436
436
|
* @param HeadModelArtifactRequest
|
|
437
437
|
* @return HeadModelArtifactResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/HeadModelArtifact.ts.html |here} to see how to use HeadModelArtifact API.
|
|
440
440
|
*/
|
|
441
441
|
headModelArtifact(headModelArtifactRequest: requests.HeadModelArtifactRequest): Promise<responses.HeadModelArtifactResponse>;
|
|
442
442
|
/**
|
|
443
443
|
* List fast launch capable job configs in the specified compartment.
|
|
444
|
-
* This operation
|
|
444
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
445
445
|
* @param ListFastLaunchJobConfigsRequest
|
|
446
446
|
* @return ListFastLaunchJobConfigsResponse
|
|
447
447
|
* @throws OciError when an error occurs
|
|
448
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
448
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListFastLaunchJobConfigs.ts.html |here} to see how to use ListFastLaunchJobConfigs API.
|
|
449
449
|
*/
|
|
450
450
|
listFastLaunchJobConfigs(listFastLaunchJobConfigsRequest: requests.ListFastLaunchJobConfigsRequest): Promise<responses.ListFastLaunchJobConfigsResponse>;
|
|
451
451
|
/**
|
|
@@ -482,11 +482,11 @@ export declare class DataScienceClient {
|
|
|
482
482
|
listFastLaunchJobConfigsResponseIterator(request: requests.ListFastLaunchJobConfigsRequest): AsyncIterableIterator<responses.ListFastLaunchJobConfigsResponse>;
|
|
483
483
|
/**
|
|
484
484
|
* List out job runs.
|
|
485
|
-
* This operation
|
|
485
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
486
486
|
* @param ListJobRunsRequest
|
|
487
487
|
* @return ListJobRunsResponse
|
|
488
488
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
490
490
|
*/
|
|
491
491
|
listJobRuns(listJobRunsRequest: requests.ListJobRunsRequest): Promise<responses.ListJobRunsResponse>;
|
|
492
492
|
/**
|
|
@@ -523,11 +523,11 @@ export declare class DataScienceClient {
|
|
|
523
523
|
listJobRunsResponseIterator(request: requests.ListJobRunsRequest): AsyncIterableIterator<responses.ListJobRunsResponse>;
|
|
524
524
|
/**
|
|
525
525
|
* List job shapes available in the specified compartment.
|
|
526
|
-
* This operation
|
|
526
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
527
527
|
* @param ListJobShapesRequest
|
|
528
528
|
* @return ListJobShapesResponse
|
|
529
529
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListJobShapes.ts.html |here} to see how to use ListJobShapes API.
|
|
531
531
|
*/
|
|
532
532
|
listJobShapes(listJobShapesRequest: requests.ListJobShapesRequest): Promise<responses.ListJobShapesResponse>;
|
|
533
533
|
/**
|
|
@@ -564,11 +564,11 @@ export declare class DataScienceClient {
|
|
|
564
564
|
listJobShapesResponseIterator(request: requests.ListJobShapesRequest): AsyncIterableIterator<responses.ListJobShapesResponse>;
|
|
565
565
|
/**
|
|
566
566
|
* List jobs in the specified compartment.
|
|
567
|
-
* This operation
|
|
567
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
568
568
|
* @param ListJobsRequest
|
|
569
569
|
* @return ListJobsResponse
|
|
570
570
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
571
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
572
572
|
*/
|
|
573
573
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
574
574
|
/**
|
|
@@ -605,11 +605,11 @@ export declare class DataScienceClient {
|
|
|
605
605
|
listJobsResponseIterator(request: requests.ListJobsRequest): AsyncIterableIterator<responses.ListJobsResponse>;
|
|
606
606
|
/**
|
|
607
607
|
* Lists the valid model deployment shapes.
|
|
608
|
-
* This operation
|
|
608
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
609
609
|
* @param ListModelDeploymentShapesRequest
|
|
610
610
|
* @return ListModelDeploymentShapesResponse
|
|
611
611
|
* @throws OciError when an error occurs
|
|
612
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListModelDeploymentShapes.ts.html |here} to see how to use ListModelDeploymentShapes API.
|
|
613
613
|
*/
|
|
614
614
|
listModelDeploymentShapes(listModelDeploymentShapesRequest: requests.ListModelDeploymentShapesRequest): Promise<responses.ListModelDeploymentShapesResponse>;
|
|
615
615
|
/**
|
|
@@ -647,11 +647,11 @@ export declare class DataScienceClient {
|
|
|
647
647
|
/**
|
|
648
648
|
* Lists all model deployments in the specified compartment. Only one parameter other than compartmentId may also be included in a query. The query must include compartmentId. If the query does not include compartmentId, or includes compartmentId but two or more other parameters an error is returned.
|
|
649
649
|
*
|
|
650
|
-
* This operation
|
|
650
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
651
651
|
* @param ListModelDeploymentsRequest
|
|
652
652
|
* @return ListModelDeploymentsResponse
|
|
653
653
|
* @throws OciError when an error occurs
|
|
654
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListModelDeployments.ts.html |here} to see how to use ListModelDeployments API.
|
|
655
655
|
*/
|
|
656
656
|
listModelDeployments(listModelDeploymentsRequest: requests.ListModelDeploymentsRequest): Promise<responses.ListModelDeploymentsResponse>;
|
|
657
657
|
/**
|
|
@@ -688,11 +688,11 @@ export declare class DataScienceClient {
|
|
|
688
688
|
listModelDeploymentsResponseIterator(request: requests.ListModelDeploymentsRequest): AsyncIterableIterator<responses.ListModelDeploymentsResponse>;
|
|
689
689
|
/**
|
|
690
690
|
* Lists models in the specified compartment.
|
|
691
|
-
* This operation
|
|
691
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
692
692
|
* @param ListModelsRequest
|
|
693
693
|
* @return ListModelsResponse
|
|
694
694
|
* @throws OciError when an error occurs
|
|
695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
695
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListModels.ts.html |here} to see how to use ListModels API.
|
|
696
696
|
*/
|
|
697
697
|
listModels(listModelsRequest: requests.ListModelsRequest): Promise<responses.ListModelsResponse>;
|
|
698
698
|
/**
|
|
@@ -729,11 +729,11 @@ export declare class DataScienceClient {
|
|
|
729
729
|
listModelsResponseIterator(request: requests.ListModelsRequest): AsyncIterableIterator<responses.ListModelsResponse>;
|
|
730
730
|
/**
|
|
731
731
|
* Lists the valid notebook session shapes.
|
|
732
|
-
* This operation
|
|
732
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
733
733
|
* @param ListNotebookSessionShapesRequest
|
|
734
734
|
* @return ListNotebookSessionShapesResponse
|
|
735
735
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListNotebookSessionShapes.ts.html |here} to see how to use ListNotebookSessionShapes API.
|
|
737
737
|
*/
|
|
738
738
|
listNotebookSessionShapes(listNotebookSessionShapesRequest: requests.ListNotebookSessionShapesRequest): Promise<responses.ListNotebookSessionShapesResponse>;
|
|
739
739
|
/**
|
|
@@ -770,11 +770,11 @@ export declare class DataScienceClient {
|
|
|
770
770
|
listNotebookSessionShapesResponseIterator(request: requests.ListNotebookSessionShapesRequest): AsyncIterableIterator<responses.ListNotebookSessionShapesResponse>;
|
|
771
771
|
/**
|
|
772
772
|
* Lists the notebook sessions in the specified compartment.
|
|
773
|
-
* This operation
|
|
773
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
774
774
|
* @param ListNotebookSessionsRequest
|
|
775
775
|
* @return ListNotebookSessionsResponse
|
|
776
776
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
777
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListNotebookSessions.ts.html |here} to see how to use ListNotebookSessions API.
|
|
778
778
|
*/
|
|
779
779
|
listNotebookSessions(listNotebookSessionsRequest: requests.ListNotebookSessionsRequest): Promise<responses.ListNotebookSessionsResponse>;
|
|
780
780
|
/**
|
|
@@ -811,11 +811,11 @@ export declare class DataScienceClient {
|
|
|
811
811
|
listNotebookSessionsResponseIterator(request: requests.ListNotebookSessionsRequest): AsyncIterableIterator<responses.ListNotebookSessionsResponse>;
|
|
812
812
|
/**
|
|
813
813
|
* Lists projects in the specified compartment.
|
|
814
|
-
* This operation
|
|
814
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
815
815
|
* @param ListProjectsRequest
|
|
816
816
|
* @return ListProjectsResponse
|
|
817
817
|
* @throws OciError when an error occurs
|
|
818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListProjects.ts.html |here} to see how to use ListProjects API.
|
|
819
819
|
*/
|
|
820
820
|
listProjects(listProjectsRequest: requests.ListProjectsRequest): Promise<responses.ListProjectsResponse>;
|
|
821
821
|
/**
|
|
@@ -856,7 +856,7 @@ export declare class DataScienceClient {
|
|
|
856
856
|
* @param ListWorkRequestErrorsRequest
|
|
857
857
|
* @return ListWorkRequestErrorsResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
860
860
|
*/
|
|
861
861
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
862
862
|
/**
|
|
@@ -865,7 +865,7 @@ export declare class DataScienceClient {
|
|
|
865
865
|
* @param ListWorkRequestLogsRequest
|
|
866
866
|
* @return ListWorkRequestLogsResponse
|
|
867
867
|
* @throws OciError when an error occurs
|
|
868
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
868
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
869
869
|
*/
|
|
870
870
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
871
871
|
/**
|
|
@@ -874,7 +874,7 @@ export declare class DataScienceClient {
|
|
|
874
874
|
* @param ListWorkRequestsRequest
|
|
875
875
|
* @return ListWorkRequestsResponse
|
|
876
876
|
* @throws OciError when an error occurs
|
|
877
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
877
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
878
878
|
*/
|
|
879
879
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
880
880
|
/**
|
|
@@ -911,29 +911,29 @@ export declare class DataScienceClient {
|
|
|
911
911
|
listWorkRequestsResponseIterator(request: requests.ListWorkRequestsRequest): AsyncIterableIterator<responses.ListWorkRequestsResponse>;
|
|
912
912
|
/**
|
|
913
913
|
* Updates a job.
|
|
914
|
-
* This operation
|
|
914
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
915
915
|
* @param UpdateJobRequest
|
|
916
916
|
* @return UpdateJobResponse
|
|
917
917
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
918
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
919
919
|
*/
|
|
920
920
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
921
921
|
/**
|
|
922
922
|
* Updates a job run.
|
|
923
|
-
* This operation
|
|
923
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
924
924
|
* @param UpdateJobRunRequest
|
|
925
925
|
* @return UpdateJobRunResponse
|
|
926
926
|
* @throws OciError when an error occurs
|
|
927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/UpdateJobRun.ts.html |here} to see how to use UpdateJobRun API.
|
|
928
928
|
*/
|
|
929
929
|
updateJobRun(updateJobRunRequest: requests.UpdateJobRunRequest): Promise<responses.UpdateJobRunResponse>;
|
|
930
930
|
/**
|
|
931
931
|
* Updates the properties of a model. You can update the `displayName`, `description`, `freeformTags`, and `definedTags` properties.
|
|
932
|
-
* This operation
|
|
932
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
933
933
|
* @param UpdateModelRequest
|
|
934
934
|
* @return UpdateModelResponse
|
|
935
935
|
* @throws OciError when an error occurs
|
|
936
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
936
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/UpdateModel.ts.html |here} to see how to use UpdateModel API.
|
|
937
937
|
*/
|
|
938
938
|
updateModel(updateModelRequest: requests.UpdateModelRequest): Promise<responses.UpdateModelResponse>;
|
|
939
939
|
/**
|
|
@@ -942,20 +942,20 @@ export declare class DataScienceClient {
|
|
|
942
942
|
* 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
|
|
943
943
|
* deployment is activated.
|
|
944
944
|
*
|
|
945
|
-
* This operation
|
|
945
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
946
946
|
* @param UpdateModelDeploymentRequest
|
|
947
947
|
* @return UpdateModelDeploymentResponse
|
|
948
948
|
* @throws OciError when an error occurs
|
|
949
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
949
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/UpdateModelDeployment.ts.html |here} to see how to use UpdateModelDeployment API.
|
|
950
950
|
*/
|
|
951
951
|
updateModelDeployment(updateModelDeploymentRequest: requests.UpdateModelDeploymentRequest): Promise<responses.UpdateModelDeploymentResponse>;
|
|
952
952
|
/**
|
|
953
953
|
* Updates the provenance information for the specified model.
|
|
954
|
-
* This operation
|
|
954
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
955
955
|
* @param UpdateModelProvenanceRequest
|
|
956
956
|
* @return UpdateModelProvenanceResponse
|
|
957
957
|
* @throws OciError when an error occurs
|
|
958
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
958
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/UpdateModelProvenance.ts.html |here} to see how to use UpdateModelProvenance API.
|
|
959
959
|
*/
|
|
960
960
|
updateModelProvenance(updateModelProvenanceRequest: requests.UpdateModelProvenanceRequest): Promise<responses.UpdateModelProvenanceResponse>;
|
|
961
961
|
/**
|
|
@@ -963,20 +963,20 @@ export declare class DataScienceClient {
|
|
|
963
963
|
* When the notebook session is in the INACTIVE lifecycle state, you can update `notebookSessionConfigurationDetails` and change `shape`, `subnetId`, and `blockStorageSizeInGBs`.
|
|
964
964
|
* Changes to the `notebookSessionConfigurationDetails` take effect the next time the `ActivateNotebookSession` action is invoked on the notebook session resource.
|
|
965
965
|
*
|
|
966
|
-
* This operation
|
|
966
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
967
967
|
* @param UpdateNotebookSessionRequest
|
|
968
968
|
* @return UpdateNotebookSessionResponse
|
|
969
969
|
* @throws OciError when an error occurs
|
|
970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
970
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/UpdateNotebookSession.ts.html |here} to see how to use UpdateNotebookSession API.
|
|
971
971
|
*/
|
|
972
972
|
updateNotebookSession(updateNotebookSessionRequest: requests.UpdateNotebookSessionRequest): Promise<responses.UpdateNotebookSessionResponse>;
|
|
973
973
|
/**
|
|
974
974
|
* Updates the properties of a project. You can update the `displayName`, `description`, `freeformTags`, and `definedTags` properties.
|
|
975
|
-
* This operation
|
|
975
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
976
976
|
* @param UpdateProjectRequest
|
|
977
977
|
* @return UpdateProjectResponse
|
|
978
978
|
* @throws OciError when an error occurs
|
|
979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.27.0/datascience/UpdateProject.ts.html |here} to see how to use UpdateProject API.
|
|
980
980
|
*/
|
|
981
981
|
updateProject(updateProjectRequest: requests.UpdateProjectRequest): Promise<responses.UpdateProjectResponse>;
|
|
982
982
|
}
|