oci-aivision 2.114.0 → 2.115.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/aiservicevision-waiter.d.ts +32 -0
- package/lib/aiservicevision-waiter.js +48 -0
- package/lib/aiservicevision-waiter.js.map +1 -1
- package/lib/client.d.ts +253 -0
- package/lib/client.js +2009 -338
- package/lib/client.js.map +1 -1
- package/lib/model/analyze-video-stream-result.d.ts +58 -0
- package/lib/model/analyze-video-stream-result.js +103 -0
- package/lib/model/analyze-video-stream-result.js.map +1 -0
- package/lib/model/change-stream-group-compartment-details.d.ts +27 -0
- package/lib/model/change-stream-group-compartment-details.js +29 -0
- package/lib/model/change-stream-group-compartment-details.js.map +1 -0
- package/lib/model/change-stream-job-compartment-details.d.ts +27 -0
- package/lib/model/change-stream-job-compartment-details.js +29 -0
- package/lib/model/change-stream-job-compartment-details.js.map +1 -0
- package/lib/model/change-stream-source-compartment-details.d.ts +27 -0
- package/lib/model/change-stream-source-compartment-details.js +29 -0
- package/lib/model/change-stream-source-compartment-details.js.map +1 -0
- package/lib/model/change-vision-private-endpoint-compartment-details.d.ts +27 -0
- package/lib/model/change-vision-private-endpoint-compartment-details.js +29 -0
- package/lib/model/change-vision-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/create-stream-group-details.d.ts +61 -0
- package/lib/model/create-stream-group-details.js +61 -0
- package/lib/model/create-stream-group-details.js.map +1 -0
- package/lib/model/create-stream-job-details.d.ts +59 -0
- package/lib/model/create-stream-job-details.js +67 -0
- package/lib/model/create-stream-job-details.js.map +1 -0
- package/lib/model/create-stream-source-details.d.ts +50 -0
- package/lib/model/create-stream-source-details.js +57 -0
- package/lib/model/create-stream-source-details.js.map +1 -0
- package/lib/model/create-vision-private-endpoint-details.d.ts +56 -0
- package/lib/model/create-vision-private-endpoint-details.js +29 -0
- package/lib/model/create-vision-private-endpoint-details.js.map +1 -0
- package/lib/model/face-embedding-feature.d.ts +32 -0
- package/lib/model/face-embedding-feature.js +52 -0
- package/lib/model/face-embedding-feature.js.map +1 -0
- package/lib/model/face.d.ts +4 -0
- package/lib/model/face.js.map +1 -1
- package/lib/model/image-feature.js +4 -0
- package/lib/model/image-feature.js.map +1 -1
- package/lib/model/index.d.ts +84 -0
- package/lib/model/index.js +88 -3
- package/lib/model/index.js.map +1 -1
- package/lib/model/model-version-details.d.ts +29 -0
- package/lib/model/model-version-details.js +29 -0
- package/lib/model/model-version-details.js.map +1 -0
- package/lib/model/object-properties.d.ts +34 -0
- package/lib/model/object-properties.js +61 -0
- package/lib/model/object-properties.js.map +1 -0
- package/lib/model/object-storage-output-location.d.ts +36 -0
- package/lib/model/object-storage-output-location.js +54 -0
- package/lib/model/object-storage-output-location.js.map +1 -0
- package/lib/model/operation-type.d.ts +17 -0
- package/lib/model/operation-type.js +17 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/private-stream-network-access-details.d.ts +29 -0
- package/lib/model/private-stream-network-access-details.js +54 -0
- package/lib/model/private-stream-network-access-details.js.map +1 -0
- package/lib/model/rtsp-source-details.d.ts +33 -0
- package/lib/model/rtsp-source-details.js +52 -0
- package/lib/model/rtsp-source-details.js.map +1 -0
- package/lib/model/stream-group-collection.d.ts +26 -0
- package/lib/model/stream-group-collection.js +61 -0
- package/lib/model/stream-group-collection.js.map +1 -0
- package/lib/model/stream-group-overlap.d.ts +25 -0
- package/lib/model/stream-group-overlap.js +29 -0
- package/lib/model/stream-group-overlap.js.map +1 -0
- package/lib/model/stream-group-summary.d.ts +88 -0
- package/lib/model/stream-group-summary.js +61 -0
- package/lib/model/stream-group-summary.js.map +1 -0
- package/lib/model/stream-group.d.ts +101 -0
- package/lib/model/stream-group.js +75 -0
- package/lib/model/stream-group.js.map +1 -0
- package/lib/model/stream-job-collection.d.ts +26 -0
- package/lib/model/stream-job-collection.js +61 -0
- package/lib/model/stream-job-collection.js.map +1 -0
- package/lib/model/stream-job-summary.d.ts +90 -0
- package/lib/model/stream-job-summary.js +67 -0
- package/lib/model/stream-job-summary.js.map +1 -0
- package/lib/model/stream-job.d.ts +109 -0
- package/lib/model/stream-job.js +83 -0
- package/lib/model/stream-job.js.map +1 -0
- package/lib/model/stream-network-access-details.d.ts +22 -0
- package/lib/model/stream-network-access-details.js +68 -0
- package/lib/model/stream-network-access-details.js.map +1 -0
- package/lib/model/stream-output-location.d.ts +22 -0
- package/lib/model/stream-output-location.js +68 -0
- package/lib/model/stream-output-location.js.map +1 -0
- package/lib/model/stream-source-collection.d.ts +26 -0
- package/lib/model/stream-source-collection.js +61 -0
- package/lib/model/stream-source-collection.js.map +1 -0
- package/lib/model/stream-source-details.d.ts +24 -0
- package/lib/model/stream-source-details.js +76 -0
- package/lib/model/stream-source-details.js.map +1 -0
- package/lib/model/stream-source-summary.d.ts +77 -0
- package/lib/model/stream-source-summary.js +57 -0
- package/lib/model/stream-source-summary.js.map +1 -0
- package/lib/model/stream-source.d.ts +90 -0
- package/lib/model/stream-source.js +71 -0
- package/lib/model/stream-source.js.map +1 -0
- package/lib/model/tracking-type.d.ts +41 -0
- package/lib/model/tracking-type.js +29 -0
- package/lib/model/tracking-type.js.map +1 -0
- package/lib/model/update-stream-group-details.d.ts +56 -0
- package/lib/model/update-stream-group-details.js +61 -0
- package/lib/model/update-stream-group-details.js.map +1 -0
- package/lib/model/update-stream-job-details.d.ts +54 -0
- package/lib/model/update-stream-job-details.js +67 -0
- package/lib/model/update-stream-job-details.js.map +1 -0
- package/lib/model/update-stream-source-details.d.ts +45 -0
- package/lib/model/update-stream-source-details.js +57 -0
- package/lib/model/update-stream-source-details.js.map +1 -0
- package/lib/model/update-vision-private-endpoint-details.d.ts +47 -0
- package/lib/model/update-vision-private-endpoint-details.js +29 -0
- package/lib/model/update-vision-private-endpoint-details.js.map +1 -0
- package/lib/model/video-job.d.ts +1 -1
- package/lib/model/video-stream-face-detection-feature.d.ts +38 -0
- package/lib/model/video-stream-face-detection-feature.js +54 -0
- package/lib/model/video-stream-face-detection-feature.js.map +1 -0
- package/lib/model/video-stream-feature.d.ts +22 -0
- package/lib/model/video-stream-feature.js +76 -0
- package/lib/model/video-stream-feature.js.map +1 -0
- package/lib/model/video-stream-metadata.d.ts +33 -0
- package/lib/model/video-stream-metadata.js +29 -0
- package/lib/model/video-stream-metadata.js.map +1 -0
- package/lib/model/video-stream-object-detection-feature.d.ts +34 -0
- package/lib/model/video-stream-object-detection-feature.js +54 -0
- package/lib/model/video-stream-object-detection-feature.js.map +1 -0
- package/lib/model/video-stream-object-tracking-feature.d.ts +28 -0
- package/lib/model/video-stream-object-tracking-feature.js +66 -0
- package/lib/model/video-stream-object-tracking-feature.js.map +1 -0
- package/lib/model/video-stream-object.d.ts +36 -0
- package/lib/model/video-stream-object.js +61 -0
- package/lib/model/video-stream-object.js.map +1 -0
- package/lib/model/video-tracked-object-properties.d.ts +4 -0
- package/lib/model/video-tracked-object-properties.js.map +1 -1
- package/lib/model/vision-private-endpoint-collection.d.ts +26 -0
- package/lib/model/vision-private-endpoint-collection.js +61 -0
- package/lib/model/vision-private-endpoint-collection.js.map +1 -0
- package/lib/model/vision-private-endpoint-summary.d.ts +82 -0
- package/lib/model/vision-private-endpoint-summary.js +29 -0
- package/lib/model/vision-private-endpoint-summary.js.map +1 -0
- package/lib/model/vision-private-endpoint.d.ts +100 -0
- package/lib/model/vision-private-endpoint.js +43 -0
- package/lib/model/vision-private-endpoint.js.map +1 -0
- package/lib/request/change-stream-group-compartment-request.d.ts +49 -0
- package/lib/request/change-stream-group-compartment-request.js +15 -0
- package/lib/request/change-stream-group-compartment-request.js.map +1 -0
- package/lib/request/change-stream-job-compartment-request.d.ts +49 -0
- package/lib/request/change-stream-job-compartment-request.js +15 -0
- package/lib/request/change-stream-job-compartment-request.js.map +1 -0
- package/lib/request/change-stream-source-compartment-request.d.ts +49 -0
- package/lib/request/change-stream-source-compartment-request.js +15 -0
- package/lib/request/change-stream-source-compartment-request.js.map +1 -0
- package/lib/request/change-vision-private-endpoint-compartment-request.d.ts +49 -0
- package/lib/request/change-vision-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-vision-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/create-stream-group-request.d.ts +36 -0
- package/lib/request/create-stream-group-request.js +15 -0
- package/lib/request/create-stream-group-request.js.map +1 -0
- package/lib/request/create-stream-job-request.d.ts +36 -0
- package/lib/request/create-stream-job-request.js +15 -0
- package/lib/request/create-stream-job-request.js.map +1 -0
- package/lib/request/create-stream-source-request.d.ts +36 -0
- package/lib/request/create-stream-source-request.js +15 -0
- package/lib/request/create-stream-source-request.js.map +1 -0
- package/lib/request/create-vision-private-endpoint-request.d.ts +36 -0
- package/lib/request/create-vision-private-endpoint-request.js +15 -0
- package/lib/request/create-vision-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-stream-group-request.d.ts +35 -0
- package/lib/request/delete-stream-group-request.js +15 -0
- package/lib/request/delete-stream-group-request.js.map +1 -0
- package/lib/request/delete-stream-job-request.d.ts +35 -0
- package/lib/request/delete-stream-job-request.js +15 -0
- package/lib/request/delete-stream-job-request.js.map +1 -0
- package/lib/request/delete-stream-source-request.d.ts +35 -0
- package/lib/request/delete-stream-source-request.js +15 -0
- package/lib/request/delete-stream-source-request.js.map +1 -0
- package/lib/request/delete-vision-private-endpoint-request.d.ts +35 -0
- package/lib/request/delete-vision-private-endpoint-request.js +15 -0
- package/lib/request/delete-vision-private-endpoint-request.js.map +1 -0
- package/lib/request/get-stream-group-request.d.ts +26 -0
- package/lib/request/get-stream-group-request.js +15 -0
- package/lib/request/get-stream-group-request.js.map +1 -0
- package/lib/request/get-stream-job-request.d.ts +26 -0
- package/lib/request/get-stream-job-request.js +15 -0
- package/lib/request/get-stream-job-request.js.map +1 -0
- package/lib/request/get-stream-source-request.d.ts +26 -0
- package/lib/request/get-stream-source-request.js +15 -0
- package/lib/request/get-stream-source-request.js.map +1 -0
- package/lib/request/get-vision-private-endpoint-request.d.ts +26 -0
- package/lib/request/get-vision-private-endpoint-request.js +15 -0
- package/lib/request/get-vision-private-endpoint-request.js.map +1 -0
- package/lib/request/index.d.ts +52 -0
- package/lib/request/index.js +9 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-stream-groups-request.d.ts +58 -0
- package/lib/request/list-stream-groups-request.js +24 -0
- package/lib/request/list-stream-groups-request.js.map +1 -0
- package/lib/request/list-stream-jobs-request.d.ts +62 -0
- package/lib/request/list-stream-jobs-request.js +24 -0
- package/lib/request/list-stream-jobs-request.js.map +1 -0
- package/lib/request/list-stream-sources-request.d.ts +62 -0
- package/lib/request/list-stream-sources-request.js +24 -0
- package/lib/request/list-stream-sources-request.js.map +1 -0
- package/lib/request/list-vision-private-endpoints-request.d.ts +62 -0
- package/lib/request/list-vision-private-endpoints-request.js +24 -0
- package/lib/request/list-vision-private-endpoints-request.js.map +1 -0
- package/lib/request/start-stream-job-request.d.ts +44 -0
- package/lib/request/start-stream-job-request.js +15 -0
- package/lib/request/start-stream-job-request.js.map +1 -0
- package/lib/request/stop-stream-job-request.d.ts +44 -0
- package/lib/request/stop-stream-job-request.js +15 -0
- package/lib/request/stop-stream-job-request.js.map +1 -0
- package/lib/request/update-stream-group-request.d.ts +40 -0
- package/lib/request/update-stream-group-request.js +15 -0
- package/lib/request/update-stream-group-request.js.map +1 -0
- package/lib/request/update-stream-job-request.d.ts +40 -0
- package/lib/request/update-stream-job-request.js +15 -0
- package/lib/request/update-stream-job-request.js.map +1 -0
- package/lib/request/update-stream-source-request.d.ts +40 -0
- package/lib/request/update-stream-source-request.js +15 -0
- package/lib/request/update-stream-source-request.js.map +1 -0
- package/lib/request/update-vision-private-endpoint-request.d.ts +40 -0
- package/lib/request/update-vision-private-endpoint-request.js +15 -0
- package/lib/request/update-vision-private-endpoint-request.js.map +1 -0
- package/lib/response/change-stream-group-compartment-response.d.ts +25 -0
- package/lib/response/change-stream-group-compartment-response.js +15 -0
- package/lib/response/change-stream-group-compartment-response.js.map +1 -0
- package/lib/response/change-stream-job-compartment-response.d.ts +25 -0
- package/lib/response/change-stream-job-compartment-response.js +15 -0
- package/lib/response/change-stream-job-compartment-response.js.map +1 -0
- package/lib/response/change-stream-source-compartment-response.d.ts +25 -0
- package/lib/response/change-stream-source-compartment-response.js +15 -0
- package/lib/response/change-stream-source-compartment-response.js.map +1 -0
- package/lib/response/change-vision-private-endpoint-compartment-response.d.ts +20 -0
- package/lib/response/change-vision-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-vision-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/create-stream-group-response.d.ts +35 -0
- package/lib/response/create-stream-group-response.js +15 -0
- package/lib/response/create-stream-group-response.js.map +1 -0
- package/lib/response/create-stream-job-response.d.ts +35 -0
- package/lib/response/create-stream-job-response.js +15 -0
- package/lib/response/create-stream-job-response.js.map +1 -0
- package/lib/response/create-stream-source-response.d.ts +35 -0
- package/lib/response/create-stream-source-response.js +15 -0
- package/lib/response/create-stream-source-response.js.map +1 -0
- package/lib/response/create-vision-private-endpoint-response.d.ts +35 -0
- package/lib/response/create-vision-private-endpoint-response.js +15 -0
- package/lib/response/create-vision-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-stream-group-response.d.ts +25 -0
- package/lib/response/delete-stream-group-response.js +15 -0
- package/lib/response/delete-stream-group-response.js.map +1 -0
- package/lib/response/delete-stream-job-response.d.ts +25 -0
- package/lib/response/delete-stream-job-response.js +15 -0
- package/lib/response/delete-stream-job-response.js.map +1 -0
- package/lib/response/delete-stream-source-response.d.ts +25 -0
- package/lib/response/delete-stream-source-response.js +15 -0
- package/lib/response/delete-stream-source-response.js.map +1 -0
- package/lib/response/delete-vision-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-vision-private-endpoint-response.js +15 -0
- package/lib/response/delete-vision-private-endpoint-response.js.map +1 -0
- package/lib/response/get-stream-group-response.d.ts +30 -0
- package/lib/response/get-stream-group-response.js +15 -0
- package/lib/response/get-stream-group-response.js.map +1 -0
- package/lib/response/get-stream-job-response.d.ts +30 -0
- package/lib/response/get-stream-job-response.js +15 -0
- package/lib/response/get-stream-job-response.js.map +1 -0
- package/lib/response/get-stream-source-response.d.ts +30 -0
- package/lib/response/get-stream-source-response.js +15 -0
- package/lib/response/get-stream-source-response.js.map +1 -0
- package/lib/response/get-vision-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-vision-private-endpoint-response.js +15 -0
- package/lib/response/get-vision-private-endpoint-response.js.map +1 -0
- package/lib/response/index.d.ts +52 -0
- package/lib/response/list-stream-groups-response.d.ts +32 -0
- package/lib/response/list-stream-groups-response.js +15 -0
- package/lib/response/list-stream-groups-response.js.map +1 -0
- package/lib/response/list-stream-jobs-response.d.ts +32 -0
- package/lib/response/list-stream-jobs-response.js +15 -0
- package/lib/response/list-stream-jobs-response.js.map +1 -0
- package/lib/response/list-stream-sources-response.d.ts +32 -0
- package/lib/response/list-stream-sources-response.js +15 -0
- package/lib/response/list-stream-sources-response.js.map +1 -0
- package/lib/response/list-vision-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-vision-private-endpoints-response.js +15 -0
- package/lib/response/list-vision-private-endpoints-response.js.map +1 -0
- package/lib/response/start-stream-job-response.d.ts +25 -0
- package/lib/response/start-stream-job-response.js +15 -0
- package/lib/response/start-stream-job-response.js.map +1 -0
- package/lib/response/stop-stream-job-response.d.ts +25 -0
- package/lib/response/stop-stream-job-response.js +15 -0
- package/lib/response/stop-stream-job-response.js.map +1 -0
- package/lib/response/update-stream-group-response.d.ts +25 -0
- package/lib/response/update-stream-group-response.js +15 -0
- package/lib/response/update-stream-group-response.js.map +1 -0
- package/lib/response/update-stream-job-response.d.ts +25 -0
- package/lib/response/update-stream-job-response.js +15 -0
- package/lib/response/update-stream-job-response.js.map +1 -0
- package/lib/response/update-stream-source-response.d.ts +25 -0
- package/lib/response/update-stream-source-response.js +15 -0
- package/lib/response/update-stream-source-response.js.map +1 -0
- package/lib/response/update-vision-private-endpoint-response.d.ts +25 -0
- package/lib/response/update-vision-private-endpoint-response.js +15 -0
- package/lib/response/update-vision-private-endpoint-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vision API
|
|
4
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ObjectProperties = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ObjectProperties;
|
|
37
|
+
(function (ObjectProperties) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"landmarks": obj.landmarks
|
|
41
|
+
? obj.landmarks.map(item => {
|
|
42
|
+
return model.Landmark.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
ObjectProperties.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"landmarks": obj.landmarks
|
|
52
|
+
? obj.landmarks.map(item => {
|
|
53
|
+
return model.Landmark.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
ObjectProperties.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(ObjectProperties = exports.ObjectProperties || (exports.ObjectProperties = {}));
|
|
61
|
+
//# sourceMappingURL=object-properties.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-properties.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/object-properties.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,gBAAgB,CA6BhC;AA7BD,WAAiB,gBAAgB;IAC/B,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACzC,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,2BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,QAAQ,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACrD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QA6BhC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vision API
|
|
3
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The Object Storage Location.
|
|
16
|
+
*/
|
|
17
|
+
export interface ObjectStorageOutputLocation extends model.StreamOutputLocation {
|
|
18
|
+
/**
|
|
19
|
+
* The Object Storage namespace.
|
|
20
|
+
*/
|
|
21
|
+
"namespaceName": string;
|
|
22
|
+
/**
|
|
23
|
+
* The Object Storage bucket name.
|
|
24
|
+
*/
|
|
25
|
+
"bucketName": string;
|
|
26
|
+
/**
|
|
27
|
+
* The Object Storage folder name.
|
|
28
|
+
*/
|
|
29
|
+
"prefix": string;
|
|
30
|
+
"outputLocationType": string;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace ObjectStorageOutputLocation {
|
|
33
|
+
function getJsonObj(obj: ObjectStorageOutputLocation, isParentJsonObj?: boolean): object;
|
|
34
|
+
const outputLocationType = "OBJECT_STORAGE";
|
|
35
|
+
function getDeserializedJsonObj(obj: ObjectStorageOutputLocation, isParentJsonObj?: boolean): object;
|
|
36
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vision API
|
|
4
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.ObjectStorageOutputLocation = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var ObjectStorageOutputLocation;
|
|
37
|
+
(function (ObjectStorageOutputLocation) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.StreamOutputLocation.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
ObjectStorageOutputLocation.getJsonObj = getJsonObj;
|
|
45
|
+
ObjectStorageOutputLocation.outputLocationType = "OBJECT_STORAGE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.StreamOutputLocation.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
ObjectStorageOutputLocation.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(ObjectStorageOutputLocation = exports.ObjectStorageOutputLocation || (exports.ObjectStorageOutputLocation = {}));
|
|
54
|
+
//# sourceMappingURL=object-storage-output-location.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object-storage-output-location.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/object-storage-output-location.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAuBlC,IAAiB,2BAA2B,CAyB3C;AAzBD,WAAiB,2BAA2B;IAC1C,SAAgB,UAAU,CAAC,GAAgC,EAAE,eAAyB;QACpF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,UAAU,CAAC,GAAG,CAAiC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,sCAAU,aASzB,CAAA;IACY,8CAAkB,GAAG,gBAAgB,CAAC;IACnD,SAAgB,sBAAsB,CACpC,GAAgC,EAChC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CAAC,GAAG,CAAiC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,kDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QAyB3C"}
|
|
@@ -22,6 +22,23 @@ export declare enum OperationType {
|
|
|
22
22
|
UpdateModel = "UPDATE_MODEL",
|
|
23
23
|
DeleteModel = "DELETE_MODEL",
|
|
24
24
|
MoveModel = "MOVE_MODEL",
|
|
25
|
+
AddStreamSource = "ADD_STREAM_SOURCE",
|
|
26
|
+
UpdateStreamSource = "UPDATE_STREAM_SOURCE",
|
|
27
|
+
DeleteStreamSource = "DELETE_STREAM_SOURCE",
|
|
28
|
+
MoveStreamSource = "MOVE_STREAM_SOURCE",
|
|
29
|
+
CreateStreamJob = "CREATE_STREAM_JOB",
|
|
30
|
+
DeleteStreamJob = "DELETE_STREAM_JOB",
|
|
31
|
+
UpdateStreamJob = "UPDATE_STREAM_JOB",
|
|
32
|
+
StartStreamJob = "START_STREAM_JOB",
|
|
33
|
+
StopStreamJob = "STOP_STREAM_JOB",
|
|
34
|
+
MoveStreamJob = "MOVE_STREAM_JOB",
|
|
35
|
+
AddStreamGroup = "ADD_STREAM_GROUP",
|
|
36
|
+
UpdateStreamGroup = "UPDATE_STREAM_GROUP",
|
|
37
|
+
DeleteStreamGroup = "DELETE_STREAM_GROUP",
|
|
38
|
+
CreateVisionPrivateEndpoint = "CREATE_VISION_PRIVATE_ENDPOINT",
|
|
39
|
+
UpdateVisionPrivateEndpoint = "UPDATE_VISION_PRIVATE_ENDPOINT",
|
|
40
|
+
DeleteVisionPrivateEndpoint = "DELETE_VISION_PRIVATE_ENDPOINT",
|
|
41
|
+
MoveVisionPrivateEndpoint = "MOVE_VISION_PRIVATE_ENDPOINT",
|
|
25
42
|
/**
|
|
26
43
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
27
44
|
* version of the SDK.
|
|
@@ -26,6 +26,23 @@ var OperationType;
|
|
|
26
26
|
OperationType["UpdateModel"] = "UPDATE_MODEL";
|
|
27
27
|
OperationType["DeleteModel"] = "DELETE_MODEL";
|
|
28
28
|
OperationType["MoveModel"] = "MOVE_MODEL";
|
|
29
|
+
OperationType["AddStreamSource"] = "ADD_STREAM_SOURCE";
|
|
30
|
+
OperationType["UpdateStreamSource"] = "UPDATE_STREAM_SOURCE";
|
|
31
|
+
OperationType["DeleteStreamSource"] = "DELETE_STREAM_SOURCE";
|
|
32
|
+
OperationType["MoveStreamSource"] = "MOVE_STREAM_SOURCE";
|
|
33
|
+
OperationType["CreateStreamJob"] = "CREATE_STREAM_JOB";
|
|
34
|
+
OperationType["DeleteStreamJob"] = "DELETE_STREAM_JOB";
|
|
35
|
+
OperationType["UpdateStreamJob"] = "UPDATE_STREAM_JOB";
|
|
36
|
+
OperationType["StartStreamJob"] = "START_STREAM_JOB";
|
|
37
|
+
OperationType["StopStreamJob"] = "STOP_STREAM_JOB";
|
|
38
|
+
OperationType["MoveStreamJob"] = "MOVE_STREAM_JOB";
|
|
39
|
+
OperationType["AddStreamGroup"] = "ADD_STREAM_GROUP";
|
|
40
|
+
OperationType["UpdateStreamGroup"] = "UPDATE_STREAM_GROUP";
|
|
41
|
+
OperationType["DeleteStreamGroup"] = "DELETE_STREAM_GROUP";
|
|
42
|
+
OperationType["CreateVisionPrivateEndpoint"] = "CREATE_VISION_PRIVATE_ENDPOINT";
|
|
43
|
+
OperationType["UpdateVisionPrivateEndpoint"] = "UPDATE_VISION_PRIVATE_ENDPOINT";
|
|
44
|
+
OperationType["DeleteVisionPrivateEndpoint"] = "DELETE_VISION_PRIVATE_ENDPOINT";
|
|
45
|
+
OperationType["MoveVisionPrivateEndpoint"] = "MOVE_VISION_PRIVATE_ENDPOINT";
|
|
29
46
|
/**
|
|
30
47
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
31
48
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAKH;;IAEI;AACJ,IAAY,aAgCX;AAhCD,WAAY,aAAa;IACvB,iDAAgC,CAAA;IAChC,iDAAgC,CAAA;IAChC,iDAAgC,CAAA;IAChC,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,6CAA4B,CAAA;IAC5B,yCAAwB,CAAA;IACxB,sDAAqC,CAAA;IACrC,4DAA2C,CAAA;IAC3C,4DAA2C,CAAA;IAC3C,wDAAuC,CAAA;IACvC,sDAAqC,CAAA;IACrC,sDAAqC,CAAA;IACrC,sDAAqC,CAAA;IACrC,oDAAmC,CAAA;IACnC,kDAAiC,CAAA;IACjC,kDAAiC,CAAA;IACjC,oDAAmC,CAAA;IACnC,0DAAyC,CAAA;IACzC,0DAAyC,CAAA;IACzC,+EAA8D,CAAA;IAC9D,+EAA8D,CAAA;IAC9D,+EAA8D,CAAA;IAC9D,2EAA0D,CAAA;IAE1D;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAhCW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAgCxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vision API
|
|
3
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Details of private endpoint to connect to stream
|
|
16
|
+
*/
|
|
17
|
+
export interface PrivateStreamNetworkAccessDetails extends model.StreamNetworkAccessDetails {
|
|
18
|
+
/**
|
|
19
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private Endpoint
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"privateEndpointId": string;
|
|
23
|
+
"streamAccessType": string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace PrivateStreamNetworkAccessDetails {
|
|
26
|
+
function getJsonObj(obj: PrivateStreamNetworkAccessDetails, isParentJsonObj?: boolean): object;
|
|
27
|
+
const streamAccessType = "PRIVATE";
|
|
28
|
+
function getDeserializedJsonObj(obj: PrivateStreamNetworkAccessDetails, isParentJsonObj?: boolean): object;
|
|
29
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vision API
|
|
4
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.PrivateStreamNetworkAccessDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var PrivateStreamNetworkAccessDetails;
|
|
37
|
+
(function (PrivateStreamNetworkAccessDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.StreamNetworkAccessDetails.getJsonObj(obj))), {});
|
|
42
|
+
return jsonObj;
|
|
43
|
+
}
|
|
44
|
+
PrivateStreamNetworkAccessDetails.getJsonObj = getJsonObj;
|
|
45
|
+
PrivateStreamNetworkAccessDetails.streamAccessType = "PRIVATE";
|
|
46
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
47
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
48
|
+
? obj
|
|
49
|
+
: model.StreamNetworkAccessDetails.getDeserializedJsonObj(obj))), {});
|
|
50
|
+
return jsonObj;
|
|
51
|
+
}
|
|
52
|
+
PrivateStreamNetworkAccessDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
53
|
+
})(PrivateStreamNetworkAccessDetails = exports.PrivateStreamNetworkAccessDetails || (exports.PrivateStreamNetworkAccessDetails = {}));
|
|
54
|
+
//# sourceMappingURL=private-stream-network-access-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"private-stream-network-access-details.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/private-stream-network-access-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,iCAAiC,CA8BjD;AA9BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CACxB,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,GAAG,CAAuC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,4CAAU,aAYzB,CAAA;IACY,kDAAgB,GAAG,SAAS,CAAC;IAC1C,SAAgB,sBAAsB,CACpC,GAAsC,EACtC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CACtD,GAAG,CACkC,CAAC,GACzC,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,wDAAsB,yBAcrC,CAAA;AACH,CAAC,EA9BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA8BjD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vision API
|
|
3
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Details of RtspDevice
|
|
16
|
+
*/
|
|
17
|
+
export interface RtspSourceDetails extends model.StreamSourceDetails {
|
|
18
|
+
/**
|
|
19
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of secret where credentials are stored in username:password format.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"secretId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* url of camera
|
|
25
|
+
*/
|
|
26
|
+
"cameraUrl": string;
|
|
27
|
+
"sourceType": string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace RtspSourceDetails {
|
|
30
|
+
function getJsonObj(obj: RtspSourceDetails, isParentJsonObj?: boolean): object;
|
|
31
|
+
const sourceType = "RTSP";
|
|
32
|
+
function getDeserializedJsonObj(obj: RtspSourceDetails, isParentJsonObj?: boolean): object;
|
|
33
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vision API
|
|
4
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.RtspSourceDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var RtspSourceDetails;
|
|
37
|
+
(function (RtspSourceDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj ? obj : model.StreamSourceDetails.getJsonObj(obj))), {});
|
|
40
|
+
return jsonObj;
|
|
41
|
+
}
|
|
42
|
+
RtspSourceDetails.getJsonObj = getJsonObj;
|
|
43
|
+
RtspSourceDetails.sourceType = "RTSP";
|
|
44
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
45
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
46
|
+
? obj
|
|
47
|
+
: model.StreamSourceDetails.getDeserializedJsonObj(obj))), {});
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
RtspSourceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
51
|
+
})(RtspSourceDetails = exports.RtspSourceDetails || (exports.RtspSourceDetails = {}));
|
|
52
|
+
//# sourceMappingURL=rtsp-source-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rtsp-source-details.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/rtsp-source-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoBlC,IAAiB,iBAAiB,CAuBjC;AAvBD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB,EAAE,eAAyB;QAC1E,MAAM,OAAO,mCACR,CAAC,eAAe,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAuB,CAAC,GAC1F,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAPe,4BAAU,aAOzB,CAAA;IACY,4BAAU,GAAG,MAAM,CAAC;IACjC,SAAgB,sBAAsB,CACpC,GAAsB,EACtB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAuB,CAAC,GAC9E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,wCAAsB,yBAYrC,CAAA;AACH,CAAC,EAvBgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAuBjC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vision API
|
|
3
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The results of a streamGroup search.
|
|
16
|
+
*/
|
|
17
|
+
export interface StreamGroupCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of StreamGroups.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.StreamGroupSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace StreamGroupCollection {
|
|
24
|
+
function getJsonObj(obj: StreamGroupCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: StreamGroupCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vision API
|
|
4
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.StreamGroupCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var StreamGroupCollection;
|
|
37
|
+
(function (StreamGroupCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.StreamGroupSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
StreamGroupCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.StreamGroupSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
StreamGroupCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(StreamGroupCollection = exports.StreamGroupCollection || (exports.StreamGroupCollection = {}));
|
|
61
|
+
//# sourceMappingURL=stream-group-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream-group-collection.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-group-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,qBAAqB,CA6BrC;AA7BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,gCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kBAAkB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA6BrC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vision API
|
|
3
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* List of streamSource OCIDs that have overlapping fields of view
|
|
15
|
+
*/
|
|
16
|
+
export interface StreamGroupOverlap {
|
|
17
|
+
/**
|
|
18
|
+
* List of streamSource OCIDs.
|
|
19
|
+
*/
|
|
20
|
+
"overlappingStreams"?: Array<string>;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace StreamGroupOverlap {
|
|
23
|
+
function getJsonObj(obj: StreamGroupOverlap): object;
|
|
24
|
+
function getDeserializedJsonObj(obj: StreamGroupOverlap): object;
|
|
25
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Vision API
|
|
4
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
5
|
+
* OpenAPI spec version: 20220125
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.StreamGroupOverlap = void 0;
|
|
16
|
+
var StreamGroupOverlap;
|
|
17
|
+
(function (StreamGroupOverlap) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
StreamGroupOverlap.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
StreamGroupOverlap.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(StreamGroupOverlap = exports.StreamGroupOverlap || (exports.StreamGroupOverlap = {}));
|
|
29
|
+
//# sourceMappingURL=stream-group-overlap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stream-group-overlap.js","sourceRoot":"","sources":["../../../../../lib/aivision/lib/model/stream-group-overlap.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAeH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Vision API
|
|
3
|
+
* Using Vision, you can upload images to detect and classify objects in them. If you have lots of images, you can process them in batch using asynchronous API endpoints. Vision's features are thematically split between Document AI for document-centric images, and Image Analysis for object and scene-based images. Pretrained models and custom models are supported.
|
|
4
|
+
* OpenAPI spec version: 20220125
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Summary for a Stream Group
|
|
16
|
+
*/
|
|
17
|
+
export interface StreamGroupSummary {
|
|
18
|
+
/**
|
|
19
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the streamGroup.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"id": string;
|
|
23
|
+
/**
|
|
24
|
+
* [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of compartment
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"compartmentId": string;
|
|
28
|
+
/**
|
|
29
|
+
* A human-friendly name for the streamGroup.
|
|
30
|
+
*/
|
|
31
|
+
"displayName"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* When the streamGroup was created, as an RFC3339 datetime string.
|
|
34
|
+
*/
|
|
35
|
+
"timeCreated"?: Date;
|
|
36
|
+
/**
|
|
37
|
+
* When the streamGroup was updated, as an RFC3339 datetime string.
|
|
38
|
+
*/
|
|
39
|
+
"timeUpdated"?: Date;
|
|
40
|
+
/**
|
|
41
|
+
* Stream
|
|
42
|
+
*/
|
|
43
|
+
"isEnabled"?: boolean;
|
|
44
|
+
/**
|
|
45
|
+
* The current state of the streamGroup.
|
|
46
|
+
*/
|
|
47
|
+
"lifecycleState"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* List of streamSource OCIDs associated with the stream group
|
|
50
|
+
*/
|
|
51
|
+
"streamSourceIds"?: Array<string>;
|
|
52
|
+
/**
|
|
53
|
+
* List of streamSource OCIDs where the streamSource overlaps in field of view.
|
|
54
|
+
*/
|
|
55
|
+
"streamOverlaps"?: Array<model.StreamGroupOverlap>;
|
|
56
|
+
/**
|
|
57
|
+
* A simple key-value pair that is applied without any predefined name, type, or scope. It exists for cross-compatibility only.
|
|
58
|
+
* For example: {@code {\"bar-key\": \"value\"}}
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
"freeformTags"?: {
|
|
62
|
+
[key: string]: string;
|
|
63
|
+
};
|
|
64
|
+
/**
|
|
65
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
66
|
+
* For example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"definedTags"?: {
|
|
70
|
+
[key: string]: {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
/**
|
|
75
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
76
|
+
* For example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"systemTags"?: {
|
|
80
|
+
[key: string]: {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
84
|
+
}
|
|
85
|
+
export declare namespace StreamGroupSummary {
|
|
86
|
+
function getJsonObj(obj: StreamGroupSummary): object;
|
|
87
|
+
function getDeserializedJsonObj(obj: StreamGroupSummary): object;
|
|
88
|
+
}
|