@@ -19,6 +19,7 @@ App is a class that provides access to Clarifai API endpoints related to App inf
19
19
### Properties
20
20
21
21
- [ appInfo] ( App.md#appinfo )
22
+ - [ info] ( App.md#info )
22
23
23
24
### Methods
24
25
@@ -78,7 +79,7 @@ Lister.constructor
78
79
79
80
#### Defined in
80
81
81
- [ client/app.ts:98 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L98 )
82
+ [ src/ client/app.ts:102 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L102 )
82
83
83
84
## Properties
84
85
@@ -88,7 +89,17 @@ Lister.constructor
88
89
89
90
#### Defined in
90
91
91
- [ client/app.ts:83] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094/src/client/app.ts#L83 )
92
+ [ src/client/app.ts:86] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4/src/client/app.ts#L86 )
93
+
94
+ ___
95
+
96
+ ### info
97
+
98
+ • ** info** : ` AsObject `
99
+
100
+ #### Defined in
101
+
102
+ [ src/client/app.ts:87] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4/src/client/app.ts#L87 )
92
103
93
104
## Methods
94
105
@@ -160,7 +171,7 @@ A Dataset object for the specified dataset ID.
160
171
161
172
#### Defined in
162
173
163
- [ client/app.ts:420 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L420 )
174
+ [ src/ client/app.ts:429 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L429 )
164
175
165
176
___
166
177
@@ -177,7 +188,7 @@ import {
177
188
ModelVersion ,
178
189
OutputInfo ,
179
190
} from " clarifai-nodejs-grpc/proto/clarifai/api/resources_pb" ;
180
- import { Struct } from " google-protobuf/google/protobuf/struct_pb" ;
191
+ import { Struct } from " google-protobuf/google/protobuf/struct_pb.js " ;
181
192
182
193
const app = new App ({
183
194
authConfig: {
@@ -237,7 +248,7 @@ A Model object for the specified model ID.
237
248
238
249
#### Defined in
239
250
240
- [ client/app.ts:462 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L462 )
251
+ [ src/ client/app.ts:471 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L471 )
241
252
242
253
___
243
254
@@ -283,7 +294,7 @@ A Module object for the specified module ID.
283
294
284
295
#### Defined in
285
296
286
- [ client/app.ts:501 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L501 )
297
+ [ src/ client/app.ts:510 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L510 )
287
298
288
299
___
289
300
@@ -356,7 +367,7 @@ A Workflow object for the specified workflow config.
356
367
357
368
#### Defined in
358
369
359
- [ client/app.ts:537 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L537 )
370
+ [ src/ client/app.ts:546 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L546 )
360
371
361
372
___
362
373
@@ -398,7 +409,7 @@ A Dataset object for the existing dataset ID.
398
409
399
410
#### Defined in
400
411
401
- [ client/app.ts:727 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L727 )
412
+ [ src/ client/app.ts:759 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L759 )
402
413
403
414
___
404
415
@@ -436,7 +447,7 @@ await app.deleteDataset({ datasetId: "dataset-id" });
436
447
437
448
#### Defined in
438
449
439
- [ client/app.ts:754 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L754 )
450
+ [ src/ client/app.ts:786 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L786 )
440
451
441
452
___
442
453
@@ -474,7 +485,7 @@ await app.deleteModel({ modelId: "modelId" });
474
485
475
486
#### Defined in
476
487
477
- [ client/app.ts:777 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L777 )
488
+ [ src/ client/app.ts:809 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L809 )
478
489
479
490
___
480
491
@@ -512,7 +523,7 @@ await app.deleteModule({ moduleId: "moduleId" });
512
523
513
524
#### Defined in
514
525
515
- [ client/app.ts:823 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L823 )
526
+ [ src/ client/app.ts:855 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L855 )
516
527
517
528
___
518
529
@@ -550,7 +561,7 @@ await app.deleteWorkflow({ workflowId: "workflowId" });
550
561
551
562
#### Defined in
552
563
553
- [ client/app.ts:800 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L800 )
564
+ [ src/ client/app.ts:832 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L832 )
554
565
555
566
___
556
567
@@ -594,7 +605,7 @@ Concepts in the app.
594
605
595
606
#### Defined in
596
607
597
- [ client/app.ts:382 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L382 )
608
+ [ src/ client/app.ts:391 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L391 )
598
609
599
610
___
600
611
@@ -643,7 +654,7 @@ Defaults to 16 per page
643
654
644
655
#### Defined in
645
656
646
- [ client/app.ts:131 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L131 )
657
+ [ src/ client/app.ts:136 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L136 )
647
658
648
659
___
649
660
@@ -692,7 +703,7 @@ Defaults to 16 per page
692
703
693
704
#### Defined in
694
705
695
- [ client/app.ts:337 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L337 )
706
+ [ src/ client/app.ts:342 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L342 )
696
707
697
708
___
698
709
@@ -738,7 +749,7 @@ Defaults to 16 per page
738
749
739
750
#### Defined in
740
751
741
- [ client/app.ts:175 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L175 )
752
+ [ src/ client/app.ts:180 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L180 )
742
753
743
754
___
744
755
@@ -788,7 +799,7 @@ Defaults to 16 per page
788
799
789
800
#### Defined in
790
801
791
- [ client/app.ts:286 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L286 )
802
+ [ src/ client/app.ts:291 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L291 )
792
803
793
804
___
794
805
802
813
803
814
#### Defined in
804
815
805
- [ client/app.ts:406 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L406 )
816
+ [ src/ client/app.ts:415 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L415 )
806
817
807
818
___
808
819
@@ -852,7 +863,7 @@ Defaults to 16 per page
852
863
853
864
#### Defined in
854
865
855
- [ client/app.ts:233 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L233 )
866
+ [ src/ client/app.ts:238 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L238 )
856
867
857
868
___
858
869
@@ -886,6 +897,9 @@ console.log(model);
886
897
| :------ | :------ |
887
898
| ` «destructured» ` | ` Object ` |
888
899
| › ` modelId ` | ` string ` |
900
+ | › ` modelUserAppId? ` | ` Object ` |
901
+ | › ` modelUserAppId.appId ` | ` string ` |
902
+ | › ` modelUserAppId.userId ` | ` string ` |
889
903
| › ` modelVersionId? ` | ` string ` |
890
904
891
905
#### Returns
@@ -896,7 +910,7 @@ A model object for the specified model ID.
896
910
897
911
#### Defined in
898
912
899
- [ client/app.ts:666 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L666 )
913
+ [ src/ client/app.ts:685 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L685 )
900
914
901
915
___
902
916
@@ -937,4 +951,4 @@ A workflow object for the specified workflow ID.
937
951
938
952
#### Defined in
939
953
940
- [ client/app.ts:699 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/4511094 /src/client/app.ts#L699 )
954
+ [ src/ client/app.ts:731 ] ( https://github.com/Clarifai/clarifai-nodejs/blob/caa21f4 /src/client/app.ts#L731 )
0 commit comments