You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/aivision/lib/client.ts
+227Lines changed: 227 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -536,6 +536,75 @@ export class AIServiceVisionClient {
536
536
}
537
537
}
538
538
539
+
/**
540
+
* Cancel a video analysis job.
541
+
*
542
+
* This operation does not retry by default if the user has not defined a retry configuration.
543
+
* @param CancelVideoJobRequest
544
+
* @return CancelVideoJobResponse
545
+
* @throws OciError when an error occurs
546
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CancelVideoJob.ts.html |here} to see how to use CancelVideoJob API.
* This operation does not retry by default if the user has not defined a retry configuration.
@@ -1086,6 +1155,87 @@ export class AIServiceVisionClient {
1086
1155
}
1087
1156
}
1088
1157
1158
+
/**
1159
+
* Create a video analysis job with given inputs and features.
1160
+
*
1161
+
* This operation does not retry by default if the user has not defined a retry configuration.
1162
+
* @param CreateVideoJobRequest
1163
+
* @return CreateVideoJobResponse
1164
+
* @throws OciError when an error occurs
1165
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/CreateVideoJob.ts.html |here} to see how to use CreateVideoJob API.
* This operation does not retry by default if the user has not defined a retry configuration.
@@ -1537,6 +1687,83 @@ export class AIServiceVisionClient {
1537
1687
}
1538
1688
}
1539
1689
1690
+
/**
1691
+
* Get details of a video analysis job.
1692
+
*
1693
+
* This operation does not retry by default if the user has not defined a retry configuration.
1694
+
* @param GetVideoJobRequest
1695
+
* @return GetVideoJobResponse
1696
+
* @throws OciError when an error occurs
1697
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/aivision/GetVideoJob.ts.html |here} to see how to use GetVideoJob API.
0 commit comments