281
281
"inference._generated.types" : [
282
282
"AudioClassificationInput" ,
283
283
"AudioClassificationOutputElement" ,
284
+ "AudioClassificationOutputTransform" ,
284
285
"AudioClassificationParameters" ,
285
286
"AudioToAudioInput" ,
286
287
"AudioToAudioOutputElement" ,
288
+ "AutomaticSpeechRecognitionEarlyStoppingEnum" ,
287
289
"AutomaticSpeechRecognitionGenerationParameters" ,
288
290
"AutomaticSpeechRecognitionInput" ,
289
291
"AutomaticSpeechRecognitionOutput" ,
328
330
"FillMaskParameters" ,
329
331
"ImageClassificationInput" ,
330
332
"ImageClassificationOutputElement" ,
333
+ "ImageClassificationOutputTransform" ,
331
334
"ImageClassificationParameters" ,
332
335
"ImageSegmentationInput" ,
333
336
"ImageSegmentationOutputElement" ,
336
339
"ImageToImageOutput" ,
337
340
"ImageToImageParameters" ,
338
341
"ImageToImageTargetSize" ,
342
+ "ImageToTextEarlyStoppingEnum" ,
339
343
"ImageToTextGenerationParameters" ,
340
344
"ImageToTextInput" ,
341
345
"ImageToTextOutput" ,
361
365
"Text2TextGenerationParameters" ,
362
366
"TextClassificationInput" ,
363
367
"TextClassificationOutputElement" ,
368
+ "TextClassificationOutputTransform" ,
364
369
"TextClassificationParameters" ,
365
370
"TextGenerationInput" ,
366
371
"TextGenerationInputGenerateParameters" ,
373
378
"TextGenerationStreamOutput" ,
374
379
"TextGenerationStreamOutputStreamDetails" ,
375
380
"TextGenerationStreamOutputToken" ,
381
+ "TextToAudioEarlyStoppingEnum" ,
376
382
"TextToAudioGenerationParameters" ,
377
383
"TextToAudioInput" ,
378
384
"TextToAudioOutput" ,
381
387
"TextToImageOutput" ,
382
388
"TextToImageParameters" ,
383
389
"TextToImageTargetSize" ,
390
+ "TextToSpeechEarlyStoppingEnum" ,
384
391
"TextToSpeechGenerationParameters" ,
385
392
"TextToSpeechInput" ,
386
393
"TextToSpeechOutput" ,
394
401
"TranslationParameters" ,
395
402
"VideoClassificationInput" ,
396
403
"VideoClassificationOutputElement" ,
404
+ "VideoClassificationOutputTransform" ,
397
405
"VideoClassificationParameters" ,
398
406
"VisualQuestionAnsweringInput" ,
399
407
"VisualQuestionAnsweringInputData" ,
@@ -796,9 +804,11 @@ def __dir__():
796
804
from .inference ._generated .types import (
797
805
AudioClassificationInput , # noqa: F401
798
806
AudioClassificationOutputElement , # noqa: F401
807
+ AudioClassificationOutputTransform , # noqa: F401
799
808
AudioClassificationParameters , # noqa: F401
800
809
AudioToAudioInput , # noqa: F401
801
810
AudioToAudioOutputElement , # noqa: F401
811
+ AutomaticSpeechRecognitionEarlyStoppingEnum , # noqa: F401
802
812
AutomaticSpeechRecognitionGenerationParameters , # noqa: F401
803
813
AutomaticSpeechRecognitionInput , # noqa: F401
804
814
AutomaticSpeechRecognitionOutput , # noqa: F401
@@ -843,6 +853,7 @@ def __dir__():
843
853
FillMaskParameters , # noqa: F401
844
854
ImageClassificationInput , # noqa: F401
845
855
ImageClassificationOutputElement , # noqa: F401
856
+ ImageClassificationOutputTransform , # noqa: F401
846
857
ImageClassificationParameters , # noqa: F401
847
858
ImageSegmentationInput , # noqa: F401
848
859
ImageSegmentationOutputElement , # noqa: F401
@@ -851,6 +862,7 @@ def __dir__():
851
862
ImageToImageOutput , # noqa: F401
852
863
ImageToImageParameters , # noqa: F401
853
864
ImageToImageTargetSize , # noqa: F401
865
+ ImageToTextEarlyStoppingEnum , # noqa: F401
854
866
ImageToTextGenerationParameters , # noqa: F401
855
867
ImageToTextInput , # noqa: F401
856
868
ImageToTextOutput , # noqa: F401
@@ -876,6 +888,7 @@ def __dir__():
876
888
Text2TextGenerationParameters , # noqa: F401
877
889
TextClassificationInput , # noqa: F401
878
890
TextClassificationOutputElement , # noqa: F401
891
+ TextClassificationOutputTransform , # noqa: F401
879
892
TextClassificationParameters , # noqa: F401
880
893
TextGenerationInput , # noqa: F401
881
894
TextGenerationInputGenerateParameters , # noqa: F401
@@ -888,6 +901,7 @@ def __dir__():
888
901
TextGenerationStreamOutput , # noqa: F401
889
902
TextGenerationStreamOutputStreamDetails , # noqa: F401
890
903
TextGenerationStreamOutputToken , # noqa: F401
904
+ TextToAudioEarlyStoppingEnum , # noqa: F401
891
905
TextToAudioGenerationParameters , # noqa: F401
892
906
TextToAudioInput , # noqa: F401
893
907
TextToAudioOutput , # noqa: F401
@@ -896,6 +910,7 @@ def __dir__():
896
910
TextToImageOutput , # noqa: F401
897
911
TextToImageParameters , # noqa: F401
898
912
TextToImageTargetSize , # noqa: F401
913
+ TextToSpeechEarlyStoppingEnum , # noqa: F401
899
914
TextToSpeechGenerationParameters , # noqa: F401
900
915
TextToSpeechInput , # noqa: F401
901
916
TextToSpeechOutput , # noqa: F401
@@ -909,6 +924,7 @@ def __dir__():
909
924
TranslationParameters , # noqa: F401
910
925
VideoClassificationInput , # noqa: F401
911
926
VideoClassificationOutputElement , # noqa: F401
927
+ VideoClassificationOutputTransform , # noqa: F401
912
928
VideoClassificationParameters , # noqa: F401
913
929
VisualQuestionAnsweringInput , # noqa: F401
914
930
VisualQuestionAnsweringInputData , # noqa: F401
0 commit comments