oci-datascience 2.122.0 → 2.122.2
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.js +1 -0
- package/lib/client.js.map +1 -1
- package/lib/model/index.d.ts +2 -0
- package/lib/model/index.js +7 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/instance-configuration.d.ts +2 -0
- package/lib/model/instance-configuration.js.map +1 -1
- package/lib/model/model-deployment-model-type.d.ts +28 -0
- package/lib/model/model-deployment-model-type.js +39 -0
- package/lib/model/model-deployment-model-type.js.map +1 -0
- package/lib/model/model-deployment-summary.d.ts +1 -0
- package/lib/model/model-deployment-summary.js +6 -0
- package/lib/model/model-deployment-summary.js.map +1 -1
- package/lib/model/model-deployment-system-data.d.ts +5 -0
- package/lib/model/model-deployment-system-data.js.map +1 -1
- package/lib/model/model-group-model-summary.d.ts +4 -0
- package/lib/model/model-group-model-summary.js.map +1 -1
- package/lib/model/ocir-model-deployment-environment-configuration-details.d.ts +9 -1
- package/lib/model/ocir-model-deployment-environment-configuration-details.js.map +1 -1
- package/lib/request/list-ml-application-instance-views-request.d.ts +4 -0
- package/lib/request/list-ml-application-instance-views-request.js.map +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -8057,6 +8057,7 @@ class DataScienceClient {
|
|
|
8057
8057
|
"displayName": listMlApplicationInstanceViewsRequest.displayName,
|
|
8058
8058
|
"mlApplicationId": listMlApplicationInstanceViewsRequest.mlApplicationId,
|
|
8059
8059
|
"mlApplicationImplementationId": listMlApplicationInstanceViewsRequest.mlApplicationImplementationId,
|
|
8060
|
+
"mlApplicationInstanceId": listMlApplicationInstanceViewsRequest.mlApplicationInstanceId,
|
|
8060
8061
|
"lifecycleState": listMlApplicationInstanceViewsRequest.lifecycleState,
|
|
8061
8062
|
"limit": listMlApplicationInstanceViewsRequest.limit,
|
|
8062
8063
|
"page": listMlApplicationInstanceViewsRequest.page,
|