oci-aivision 2.20.0 → 2.24.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/index.d.ts +2 -2
- package/index.js +2 -2
- package/lib/aiservicevision-waiter.d.ts +2 -2
- package/lib/aiservicevision-waiter.js +2 -2
- package/lib/client.d.ts +46 -45
- package/lib/client.js +51 -46
- package/lib/client.js.map +1 -1
- package/lib/model/action-type.d.ts +2 -2
- package/lib/model/action-type.js +2 -2
- package/lib/model/analyze-document-details.d.ts +6 -6
- package/lib/model/analyze-document-details.js +2 -2
- package/lib/model/analyze-document-result.d.ts +11 -11
- package/lib/model/analyze-document-result.js +2 -2
- package/lib/model/analyze-image-details.d.ts +5 -5
- package/lib/model/analyze-image-details.js +2 -2
- package/lib/model/analyze-image-result.d.ts +10 -10
- package/lib/model/analyze-image-result.js +2 -2
- package/lib/model/bounding-polygon.d.ts +4 -4
- package/lib/model/bounding-polygon.js +2 -2
- package/lib/model/cell.d.ts +7 -7
- package/lib/model/cell.js +2 -2
- package/lib/model/change-model-compartment-details.d.ts +3 -3
- package/lib/model/change-model-compartment-details.js +2 -2
- package/lib/model/change-project-compartment-details.d.ts +2 -2
- package/lib/model/change-project-compartment-details.js +2 -2
- package/lib/model/create-document-job-details.d.ts +8 -8
- package/lib/model/create-document-job-details.js +2 -2
- package/lib/model/create-image-job-details.d.ts +7 -7
- package/lib/model/create-image-job-details.js +2 -2
- package/lib/model/create-model-details.d.ts +14 -14
- package/lib/model/create-model-details.js +2 -2
- package/lib/model/create-project-details.d.ts +9 -9
- package/lib/model/create-project-details.js +2 -2
- package/lib/model/data-science-labeling-dataset.d.ts +3 -3
- package/lib/model/data-science-labeling-dataset.js +2 -2
- package/lib/model/dataset.d.ts +2 -2
- package/lib/model/dataset.js +2 -2
- package/lib/model/detected-document-type.d.ts +5 -5
- package/lib/model/detected-document-type.js +2 -2
- package/lib/model/detected-language.d.ts +5 -5
- package/lib/model/detected-language.js +2 -2
- package/lib/model/dimensions.d.ts +6 -6
- package/lib/model/dimensions.js +2 -2
- package/lib/model/document-classification-feature.d.ts +4 -4
- package/lib/model/document-classification-feature.js +2 -2
- package/lib/model/document-details.d.ts +3 -3
- package/lib/model/document-details.js +2 -2
- package/lib/model/document-feature.d.ts +3 -3
- package/lib/model/document-feature.js +2 -2
- package/lib/model/document-field.d.ts +3 -3
- package/lib/model/document-field.js +2 -2
- package/lib/model/document-job.d.ts +14 -14
- package/lib/model/document-job.js +2 -2
- package/lib/model/document-key-value-detection-feature.d.ts +2 -2
- package/lib/model/document-key-value-detection-feature.js +2 -2
- package/lib/model/document-language-classification-feature.d.ts +2 -2
- package/lib/model/document-language-classification-feature.js +2 -2
- package/lib/model/document-language.d.ts +3 -3
- package/lib/model/document-language.js +3 -3
- package/lib/model/document-metadata.d.ts +5 -5
- package/lib/model/document-metadata.js +2 -2
- package/lib/model/document-table-detection-feature.d.ts +2 -2
- package/lib/model/document-table-detection-feature.js +2 -2
- package/lib/model/document-text-detection-feature.d.ts +3 -3
- package/lib/model/document-text-detection-feature.js +2 -2
- package/lib/model/document-type.d.ts +3 -3
- package/lib/model/document-type.js +3 -3
- package/lib/model/field-label.d.ts +5 -5
- package/lib/model/field-label.js +2 -2
- package/lib/model/field-name.d.ts +6 -6
- package/lib/model/field-name.js +2 -2
- package/lib/model/field-value.d.ts +6 -6
- package/lib/model/field-value.js +2 -2
- package/lib/model/image-classification-feature.d.ts +4 -4
- package/lib/model/image-classification-feature.js +2 -2
- package/lib/model/image-details.d.ts +3 -3
- package/lib/model/image-details.js +2 -2
- package/lib/model/image-feature.d.ts +3 -3
- package/lib/model/image-feature.js +2 -2
- package/lib/model/image-job.d.ts +12 -12
- package/lib/model/image-job.js +2 -2
- package/lib/model/image-object-detection-feature.d.ts +4 -4
- package/lib/model/image-object-detection-feature.js +2 -2
- package/lib/model/image-object.d.ts +5 -5
- package/lib/model/image-object.js +2 -2
- package/lib/model/image-text-detection-feature.d.ts +4 -4
- package/lib/model/image-text-detection-feature.js +2 -2
- package/lib/model/image-text.d.ts +5 -5
- package/lib/model/image-text.js +2 -2
- package/lib/model/index.d.ts +2 -2
- package/lib/model/index.js +2 -2
- package/lib/model/inline-document-details.d.ts +4 -4
- package/lib/model/inline-document-details.js +2 -2
- package/lib/model/inline-image-details.d.ts +4 -4
- package/lib/model/inline-image-details.js +2 -2
- package/lib/model/input-location.d.ts +3 -3
- package/lib/model/input-location.js +2 -2
- package/lib/model/label.d.ts +5 -5
- package/lib/model/label.js +2 -2
- package/lib/model/line.d.ts +6 -6
- package/lib/model/line.js +2 -2
- package/lib/model/model-collection.d.ts +4 -4
- package/lib/model/model-collection.js +2 -2
- package/lib/model/model-summary.d.ts +14 -14
- package/lib/model/model-summary.js +2 -2
- package/lib/model/model.d.ts +22 -22
- package/lib/model/model.js +2 -2
- package/lib/model/normalized-vertex.d.ts +4 -4
- package/lib/model/normalized-vertex.js +2 -2
- package/lib/model/object-list-inline-input-location.d.ts +3 -3
- package/lib/model/object-list-inline-input-location.js +2 -2
- package/lib/model/object-location.d.ts +5 -5
- package/lib/model/object-location.js +2 -2
- package/lib/model/object-storage-dataset.d.ts +3 -3
- package/lib/model/object-storage-dataset.js +2 -2
- package/lib/model/object-storage-document-details.d.ts +5 -5
- package/lib/model/object-storage-document-details.js +2 -2
- package/lib/model/object-storage-image-details.d.ts +6 -6
- package/lib/model/object-storage-image-details.js +2 -2
- package/lib/model/ontology-class.d.ts +5 -5
- package/lib/model/ontology-class.js +2 -2
- package/lib/model/operation-status.d.ts +3 -3
- package/lib/model/operation-status.js +3 -3
- package/lib/model/operation-type.d.ts +2 -2
- package/lib/model/operation-type.js +2 -2
- package/lib/model/output-location.d.ts +6 -6
- package/lib/model/output-location.js +2 -2
- package/lib/model/page.d.ts +7 -7
- package/lib/model/page.js +2 -2
- package/lib/model/processing-error.d.ts +5 -5
- package/lib/model/processing-error.js +2 -2
- package/lib/model/project-collection.d.ts +3 -3
- package/lib/model/project-collection.js +2 -2
- package/lib/model/project-summary.d.ts +11 -11
- package/lib/model/project-summary.js +2 -2
- package/lib/model/project.d.ts +12 -12
- package/lib/model/project.js +2 -2
- package/lib/model/sort-order.d.ts +2 -2
- package/lib/model/sort-order.js +2 -2
- package/lib/model/table-row.d.ts +3 -3
- package/lib/model/table-row.js +2 -2
- package/lib/model/table.d.ts +9 -9
- package/lib/model/table.js +2 -2
- package/lib/model/update-model-details.d.ts +8 -8
- package/lib/model/update-model-details.js +2 -2
- package/lib/model/update-project-details.d.ts +8 -8
- package/lib/model/update-project-details.js +2 -2
- package/lib/model/value-array.d.ts +3 -3
- package/lib/model/value-array.js +2 -2
- package/lib/model/value-date.d.ts +4 -4
- package/lib/model/value-date.js +2 -2
- package/lib/model/value-integer.d.ts +4 -4
- package/lib/model/value-integer.js +2 -2
- package/lib/model/value-number.d.ts +4 -4
- package/lib/model/value-number.js +2 -2
- package/lib/model/value-phone-number.d.ts +4 -4
- package/lib/model/value-phone-number.js +2 -2
- package/lib/model/value-string.d.ts +4 -4
- package/lib/model/value-string.js +2 -2
- package/lib/model/value-time.d.ts +4 -4
- package/lib/model/value-time.js +2 -2
- package/lib/model/word.d.ts +4 -4
- package/lib/model/word.js +2 -2
- package/lib/model/work-request-error-collection.d.ts +4 -4
- package/lib/model/work-request-error-collection.js +2 -2
- package/lib/model/work-request-error.d.ts +3 -3
- package/lib/model/work-request-error.js +2 -2
- package/lib/model/work-request-log-entry-collection.d.ts +4 -4
- package/lib/model/work-request-log-entry-collection.js +2 -2
- package/lib/model/work-request-log-entry.d.ts +3 -3
- package/lib/model/work-request-log-entry.js +2 -2
- package/lib/model/work-request-resource.d.ts +6 -6
- package/lib/model/work-request-resource.js +2 -2
- package/lib/model/work-request-summary-collection.d.ts +4 -4
- package/lib/model/work-request-summary-collection.js +2 -2
- package/lib/model/work-request-summary.d.ts +9 -9
- package/lib/model/work-request-summary.js +2 -2
- package/lib/model/work-request.d.ts +7 -7
- package/lib/model/work-request.js +2 -2
- package/lib/request/analyze-document-request.d.ts +2 -2
- package/lib/request/analyze-image-request.d.ts +1 -1
- package/lib/request/cancel-document-job-request.d.ts +1 -1
- package/lib/request/cancel-image-job-request.d.ts +1 -1
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-model-compartment-request.d.ts +3 -3
- package/lib/request/change-project-compartment-request.d.ts +2 -2
- package/lib/request/create-document-job-request.d.ts +3 -3
- package/lib/request/create-image-job-request.d.ts +3 -3
- package/lib/request/create-model-request.d.ts +3 -3
- package/lib/request/create-project-request.d.ts +3 -3
- package/lib/request/delete-model-request.d.ts +2 -2
- package/lib/request/delete-project-request.d.ts +2 -2
- package/lib/request/get-document-job-request.d.ts +1 -1
- package/lib/request/get-image-job-request.d.ts +1 -1
- package/lib/request/get-model-request.d.ts +2 -2
- package/lib/request/get-project-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -2
- package/lib/request/index.js +2 -2
- package/lib/request/list-models-request.d.ts +4 -4
- package/lib/request/list-projects-request.d.ts +4 -4
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/update-model-request.d.ts +3 -3
- package/lib/request/update-project-request.d.ts +3 -3
- package/lib/response/analyze-document-response.d.ts +1 -1
- package/lib/response/analyze-image-response.d.ts +1 -1
- package/lib/response/cancel-document-job-response.d.ts +1 -1
- package/lib/response/cancel-image-job-response.d.ts +1 -1
- package/lib/response/cancel-work-request-response.d.ts +1 -1
- package/lib/response/change-model-compartment-response.d.ts +1 -1
- package/lib/response/change-project-compartment-response.d.ts +1 -1
- package/lib/response/create-document-job-response.d.ts +1 -1
- package/lib/response/create-image-job-response.d.ts +1 -1
- package/lib/response/create-model-response.d.ts +2 -2
- package/lib/response/create-project-response.d.ts +2 -2
- package/lib/response/delete-model-response.d.ts +2 -2
- package/lib/response/delete-project-response.d.ts +2 -2
- package/lib/response/get-document-job-response.d.ts +1 -1
- package/lib/response/get-image-job-response.d.ts +1 -1
- package/lib/response/get-model-response.d.ts +1 -1
- package/lib/response/get-project-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/index.d.ts +2 -2
- package/lib/response/index.js +2 -2
- package/lib/response/list-models-response.d.ts +1 -1
- package/lib/response/list-projects-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/update-model-response.d.ts +2 -2
- package/lib/response/update-project-response.d.ts +2 -2
- package/package.json +3 -3
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/CreateImageJob.ts.html |here} to see how to use CreateImageJobRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateImageJobRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* The details of the batch image analysis.
|
|
21
21
|
*/
|
|
22
22
|
"createImageJobDetails": model.CreateImageJobDetails;
|
|
23
23
|
/**
|
|
24
24
|
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
-
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
25
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
26
26
|
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
27
|
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
28
|
* might be rejected.
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/CreateModel.ts.html |here} to see how to use CreateModelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateModelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* The metadata about the new model.
|
|
21
21
|
*/
|
|
22
22
|
"createModelDetails": model.CreateModelDetails;
|
|
23
23
|
/**
|
|
24
24
|
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
-
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
25
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
26
26
|
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
27
|
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
28
|
* might be rejected.
|
|
@@ -13,16 +13,16 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/CreateProject.ts.html |here} to see how to use CreateProjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateProjectRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* The new Project's details.
|
|
21
21
|
*/
|
|
22
22
|
"createProjectDetails": model.CreateProjectDetails;
|
|
23
23
|
/**
|
|
24
24
|
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
-
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
25
|
+
* server error without the risk of executing that same action again. Retry tokens expire after 24
|
|
26
26
|
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
27
|
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
28
|
* might be rejected.
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/DeleteModel.ts.html |here} to see how to use DeleteModelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteModelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* unique model identifier.
|
|
19
|
+
* A unique model identifier.
|
|
20
20
|
*/
|
|
21
21
|
"modelId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/DeleteProject.ts.html |here} to see how to use DeleteProjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteProjectRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* unique project identifier.
|
|
19
|
+
* A unique project identifier.
|
|
20
20
|
*/
|
|
21
21
|
"projectId": string;
|
|
22
22
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/GetDocumentJob.ts.html |here} to see how to use GetDocumentJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDocumentJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/GetImageJob.ts.html |here} to see how to use GetImageJobRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetImageJobRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/GetModel.ts.html |here} to see how to use GetModelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetModelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* unique model identifier.
|
|
19
|
+
* A unique model identifier.
|
|
20
20
|
*/
|
|
21
21
|
"modelId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/GetProject.ts.html |here} to see how to use GetProjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetProjectRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* unique project identifier.
|
|
19
|
+
* A unique project identifier.
|
|
20
20
|
*/
|
|
21
21
|
"projectId": string;
|
|
22
22
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
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
4
|
* OpenAPI spec version: 20220125
|
|
5
5
|
*
|
|
6
6
|
*
|
package/lib/request/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
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
5
|
* OpenAPI spec version: 20220125
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/ListModels.ts.html |here} to see how to use ListModelsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListModelsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListModelsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"projectId"?: string;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* The filter to match models with the given lifecycleState.
|
|
29
29
|
*/
|
|
30
30
|
"lifecycleState"?: string;
|
|
31
31
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ListModelsRequest extends common.BaseRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
"displayName"?: string;
|
|
35
35
|
/**
|
|
36
|
-
*
|
|
36
|
+
* The filter to find the model with the given identifier.
|
|
37
37
|
*/
|
|
38
38
|
"id"?: string;
|
|
39
39
|
/**
|
|
@@ -49,7 +49,7 @@ export interface ListModelsRequest extends common.BaseRequest {
|
|
|
49
49
|
*/
|
|
50
50
|
"sortOrder"?: model.SortOrder;
|
|
51
51
|
/**
|
|
52
|
-
* The field to sort by. Only one sort order may be provided.
|
|
52
|
+
* The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"sortBy"?: ListModelsRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/ListProjects.ts.html |here} to see how to use ListProjectsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListProjectsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListProjectsRequest extends common.BaseRequest {
|
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId"?: string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* The filter to match projects with the given lifecycleState.
|
|
25
25
|
*/
|
|
26
26
|
"lifecycleState"?: string;
|
|
27
27
|
/**
|
|
@@ -29,7 +29,7 @@ export interface ListProjectsRequest extends common.BaseRequest {
|
|
|
29
29
|
*/
|
|
30
30
|
"displayName"?: string;
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* The filter to find the project with the given identifier.
|
|
33
33
|
*/
|
|
34
34
|
"id"?: string;
|
|
35
35
|
/**
|
|
@@ -45,7 +45,7 @@ export interface ListProjectsRequest extends common.BaseRequest {
|
|
|
45
45
|
*/
|
|
46
46
|
"sortOrder"?: model.SortOrder;
|
|
47
47
|
/**
|
|
48
|
-
* The field to sort by. Only one sort order may be provided.
|
|
48
|
+
* The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"sortBy"?: ListProjectsRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
|
-
* The field to sort by. Only one sort order may be provided.
|
|
36
|
+
* The field to sort by. Only one sort order may be provided. The default order for timeAccepted is descending.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"sortBy"?: ListWorkRequestErrorsRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -33,7 +33,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
33
33
|
*/
|
|
34
34
|
"limit"?: number;
|
|
35
35
|
/**
|
|
36
|
-
* The field to sort by. Only one sort order may be provided.
|
|
36
|
+
* The field to sort by. Only one sort order may be provided. The default order for timeAccepted is descending.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"sortBy"?: ListWorkRequestLogsRequest.SortBy;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
25
25
|
*/
|
|
26
26
|
"workRequestId"?: string;
|
|
27
27
|
/**
|
|
28
|
-
* A filter to return only resources
|
|
28
|
+
* A filter to return only resources whose lifecycleState matches the given OperationStatus.
|
|
29
29
|
*/
|
|
30
30
|
"status"?: model.OperationStatus;
|
|
31
31
|
/**
|
|
@@ -49,7 +49,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
49
49
|
*/
|
|
50
50
|
"sortOrder"?: model.SortOrder;
|
|
51
51
|
/**
|
|
52
|
-
* The field to sort by. Only one sort order may be provided.
|
|
52
|
+
* The field to sort by. Only one sort order may be provided. The default order for timeAccepted is descending.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
"sortBy"?: ListWorkRequestsRequest.SortBy;
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/UpdateModel.ts.html |here} to see how to use UpdateModelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateModelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* unique model identifier.
|
|
20
|
+
* A unique model identifier.
|
|
21
21
|
*/
|
|
22
22
|
"modelId": string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* The model metadata to be updated.
|
|
25
25
|
*/
|
|
26
26
|
"updateModelDetails": model.UpdateModelDetails;
|
|
27
27
|
/**
|
|
@@ -13,15 +13,15 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/aivision/UpdateProject.ts.html |here} to see how to use UpdateProjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateProjectRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* unique project identifier.
|
|
20
|
+
* A unique project identifier.
|
|
21
21
|
*/
|
|
22
22
|
"projectId": string;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* The project metadata to be updated.
|
|
25
25
|
*/
|
|
26
26
|
"updateProjectDetails": model.UpdateProjectDetails;
|
|
27
27
|
/**
|
|
@@ -18,7 +18,7 @@ export interface AnalyzeDocumentResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,7 +18,7 @@ export interface AnalyzeImageResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
export interface CancelDocumentJobResponse {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
16
|
* Oracle about a particular request, please provide the request ID.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
export interface CancelImageJobResponse {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
16
|
* Oracle about a particular request, please provide the request ID.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
export interface CancelWorkRequestResponse {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
16
|
* Oracle about a particular request, please provide the request ID.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
export interface ChangeModelCompartmentResponse {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
16
|
* Oracle about a particular request, please provide the request ID.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
export interface ChangeProjectCompartmentResponse {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
16
|
* Oracle about a particular request, please provide the request ID.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
@@ -18,7 +18,7 @@ export interface CreateDocumentJobResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,7 +18,7 @@ export interface CreateImageJobResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface CreateModelResponse {
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* A unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
17
17
|
*
|
|
18
18
|
*/
|
|
19
19
|
"opcWorkRequestId": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,12 +18,12 @@ export interface CreateProjectResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
24
24
|
"opcWorkRequestId": string;
|
|
25
25
|
/**
|
|
26
|
-
*
|
|
26
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
27
27
|
* Oracle about a particular request, please provide the request ID.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
*/
|
|
13
13
|
export interface DeleteModelResponse {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* A unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
"opcWorkRequestId": string;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
21
|
* Oracle about a particular request, please provide the request ID.
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
*/
|
|
13
13
|
export interface DeleteProjectResponse {
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* A unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
16
|
*
|
|
17
17
|
*/
|
|
18
18
|
"opcWorkRequestId": string;
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
20
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
21
|
* Oracle about a particular request, please provide the request ID.
|
|
22
22
|
*
|
|
23
23
|
*/
|
|
@@ -18,7 +18,7 @@ export interface GetDocumentJobResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,7 +18,7 @@ export interface GetImageJobResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,7 +18,7 @@ export interface GetModelResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,7 +18,7 @@ export interface GetProjectResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
|
@@ -18,7 +18,7 @@ export interface GetWorkRequestResponse {
|
|
|
18
18
|
*/
|
|
19
19
|
"etag": string;
|
|
20
20
|
/**
|
|
21
|
-
*
|
|
21
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
22
|
* Oracle about a particular request, please provide the request ID.
|
|
23
23
|
*
|
|
24
24
|
*/
|
package/lib/response/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
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
4
|
* OpenAPI spec version: 20220125
|
|
5
5
|
*
|
|
6
6
|
*
|
package/lib/response/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
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
5
|
* OpenAPI spec version: 20220125
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListModelsResponse {
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
17
|
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
export interface ListProjectsResponse {
|
|
15
15
|
/**
|
|
16
|
-
*
|
|
16
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
17
|
* Oracle about a particular request, please provide the request ID.
|
|
18
18
|
*
|
|
19
19
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestErrorsResponse {
|
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
24
|
* Oracle about a particular request, please provide the request ID.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
@@ -20,7 +20,7 @@ export interface ListWorkRequestLogsResponse {
|
|
|
20
20
|
*/
|
|
21
21
|
"opcNextPage": string;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* A unique Oracle-assigned identifier for the request. If you need to contact
|
|
24
24
|
* Oracle about a particular request, please provide the request ID.
|
|
25
25
|
*
|
|
26
26
|
*/
|