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
* The ID of the template that specifies the analysis algorithms. For more information about template operations, see [Configure templates](https://help.aliyun.com/document_detail/445702.html).
@@ -179,6 +180,7 @@ export class SubmitSmarttagJobRequest extends $dara.Model {
179
180
notifyUrl: 'NotifyUrl',
180
181
params: 'Params',
181
182
scheduleConfig: 'ScheduleConfig',
183
+
templateConfig: 'TemplateConfig',
182
184
templateId: 'TemplateId',
183
185
title: 'Title',
184
186
userData: 'UserData',
@@ -194,6 +196,7 @@ export class SubmitSmarttagJobRequest extends $dara.Model {
Copy file name to clipboardExpand all lines: ice-20201109/src/models/SubmitSmarttagJobShrinkRequest.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ export class SubmitSmarttagJobShrinkRequest extends $dara.Model {
58
58
* The scheduling configurations.
59
59
*/
60
60
scheduleConfigShrink?: string;
61
+
templateConfig?: string;
61
62
/**
62
63
* @remarks
63
64
* The ID of the template that specifies the analysis algorithms. For more information about template operations, see [Configure templates](https://help.aliyun.com/document_detail/445702.html).
@@ -91,6 +92,7 @@ export class SubmitSmarttagJobShrinkRequest extends $dara.Model {
91
92
notifyUrl: 'NotifyUrl',
92
93
params: 'Params',
93
94
scheduleConfigShrink: 'ScheduleConfig',
95
+
templateConfig: 'TemplateConfig',
94
96
templateId: 'TemplateId',
95
97
title: 'Title',
96
98
userData: 'UserData',
@@ -106,6 +108,7 @@ export class SubmitSmarttagJobShrinkRequest extends $dara.Model {
Copy file name to clipboardExpand all lines: ice-20201109/src/models/SubmitVideoCognitionJobRequest.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ export class SubmitVideoCognitionJobRequest extends $dara.Model {
76
76
* }
77
77
*/
78
78
params?: string;
79
+
templateConfig?: string;
79
80
/**
80
81
* @remarks
81
82
* The ID of the template that specifies the analysis algorithms to be used. For details, see [CreateCustomTemplate](https://help.aliyun.com/zh/ims/developer-reference/api-ice-2020-11-09-createcustomtemplate?spm=a2c4g.11186623.help-menu-193643.d_5_0_3_3_0_0.17b66afamjKySv) and [smart tagging template](https://help.aliyun.com/zh/ims/user-guide/smart-tagging-template?spm=a2c4g.11186623.0.i15).
@@ -104,6 +105,7 @@ export class SubmitVideoCognitionJobRequest extends $dara.Model {
104
105
return{
105
106
input: 'Input',
106
107
params: 'Params',
108
+
templateConfig: 'TemplateConfig',
107
109
templateId: 'TemplateId',
108
110
title: 'Title',
109
111
userData: 'UserData',
@@ -114,6 +116,7 @@ export class SubmitVideoCognitionJobRequest extends $dara.Model {
Copy file name to clipboardExpand all lines: ice-20201109/src/models/SubmitVideoCognitionJobShrinkRequest.ts
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ export class SubmitVideoCognitionJobShrinkRequest extends $dara.Model {
28
28
* }
29
29
*/
30
30
params?: string;
31
+
templateConfig?: string;
31
32
/**
32
33
* @remarks
33
34
* The ID of the template that specifies the analysis algorithms to be used. For details, see [CreateCustomTemplate](https://help.aliyun.com/zh/ims/developer-reference/api-ice-2020-11-09-createcustomtemplate?spm=a2c4g.11186623.help-menu-193643.d_5_0_3_3_0_0.17b66afamjKySv) and [smart tagging template](https://help.aliyun.com/zh/ims/user-guide/smart-tagging-template?spm=a2c4g.11186623.0.i15).
@@ -56,6 +57,7 @@ export class SubmitVideoCognitionJobShrinkRequest extends $dara.Model {
56
57
return{
57
58
inputShrink: 'Input',
58
59
params: 'Params',
60
+
templateConfig: 'TemplateConfig',
59
61
templateId: 'TemplateId',
60
62
title: 'Title',
61
63
userData: 'UserData',
@@ -66,6 +68,7 @@ export class SubmitVideoCognitionJobShrinkRequest extends $dara.Model {
0 commit comments