@@ -308,7 +308,7 @@ typing.Optional[core.File]` — See core.File for more documentation
308
308
<dl >
309
309
<dd >
310
310
311
- ** image_prompt_controlnet_models:** ` typing.Optional[typing.List[QrCodeRequestImagePromptControlnetModelsItem ]] `
311
+ ** image_prompt_controlnet_models:** ` typing.Optional[typing.List[ControlNetModels ]] `
312
312
313
313
</dd >
314
314
</dl >
@@ -348,15 +348,15 @@ typing.Optional[core.File]` — See core.File for more documentation
348
348
<dl >
349
349
<dd >
350
350
351
- ** selected_model:** ` typing.Optional[QrCodeRequestSelectedModel ] `
351
+ ** selected_model:** ` typing.Optional[TextToImageModels ] `
352
352
353
353
</dd >
354
354
</dl >
355
355
356
356
<dl >
357
357
<dd >
358
358
359
- ** selected_controlnet_model:** ` typing.Optional[typing.List[QrCodeRequestSelectedControlnetModelItem ]] `
359
+ ** selected_controlnet_model:** ` typing.Optional[typing.List[ControlNetModels ]] `
360
360
361
361
</dd >
362
362
</dl >
@@ -412,7 +412,7 @@ typing.Optional[core.File]` — See core.File for more documentation
412
412
<dl >
413
413
<dd >
414
414
415
- ** scheduler:** ` typing.Optional[QrCodeRequestScheduler ] `
415
+ ** scheduler:** ` typing.Optional[Schedulers ] `
416
416
417
417
</dd >
418
418
</dl >
@@ -666,7 +666,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
666
666
<dl >
667
667
<dd >
668
668
669
- ** response_format_type:** ` typing.Optional[RelatedQnAPageRequestResponseFormatType ] `
669
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
670
670
671
671
</dd >
672
672
</dl >
@@ -893,7 +893,7 @@ client.seo_content(
893
893
<dl >
894
894
<dd >
895
895
896
- ** response_format_type:** ` typing.Optional[SeoSummaryPageRequestResponseFormatType ] `
896
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
897
897
898
898
</dd >
899
899
</dl >
@@ -1147,7 +1147,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
1147
1147
<dl >
1148
1148
<dd >
1149
1149
1150
- ** response_format_type:** ` typing.Optional[GoogleGptPageRequestResponseFormatType ] `
1150
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
1151
1151
1152
1152
</dd >
1153
1153
</dl >
@@ -1331,7 +1331,7 @@ client.personalize_email(
1331
1331
<dl >
1332
1332
<dd >
1333
1333
1334
- ** response_format_type:** ` typing.Optional[SocialLookupEmailPageRequestResponseFormatType ] `
1334
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
1335
1335
1336
1336
</dd >
1337
1337
</dl >
@@ -1647,7 +1647,7 @@ Aggregate using one or more operations. Uses [pandas](https://pandas.pydata.org/
1647
1647
<dl >
1648
1648
<dd >
1649
1649
1650
- ** response_format_type:** ` typing.Optional[BulkEvalPageRequestResponseFormatType ] `
1650
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
1651
1651
1652
1652
</dd >
1653
1653
</dl >
@@ -1835,7 +1835,7 @@ typing.Optional[core.File]` — See core.File for more documentation
1835
1835
<dl >
1836
1836
<dd >
1837
1837
1838
- ** response_format_type:** ` typing.Optional[SynthesizeDataRequestResponseFormatType ] `
1838
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
1839
1839
1840
1840
</dd >
1841
1841
</dl >
@@ -1977,7 +1977,7 @@ client.llm()
1977
1977
<dl >
1978
1978
<dd >
1979
1979
1980
- ** response_format_type:** ` typing.Optional[CompareLlmPageRequestResponseFormatType ] `
1980
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
1981
1981
1982
1982
</dd >
1983
1983
</dl >
@@ -2166,7 +2166,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
2166
2166
<dl >
2167
2167
<dd >
2168
2168
2169
- ** citation_style:** ` typing.Optional[DocSearchPageRequestCitationStyle ] `
2169
+ ** citation_style:** ` typing.Optional[CitationStyles ] `
2170
2170
2171
2171
</dd >
2172
2172
</dl >
@@ -2214,7 +2214,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
2214
2214
<dl >
2215
2215
<dd >
2216
2216
2217
- ** response_format_type:** ` typing.Optional[DocSearchPageRequestResponseFormatType ] `
2217
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
2218
2218
2219
2219
</dd >
2220
2220
</dl >
@@ -2382,7 +2382,7 @@ client.smart_gpt(
2382
2382
<dl >
2383
2383
<dd >
2384
2384
2385
- ** response_format_type:** ` typing.Optional[SmartGptPageRequestResponseFormatType ] `
2385
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
2386
2386
2387
2387
</dd >
2388
2388
</dl >
@@ -2502,7 +2502,7 @@ typing.List[core.File]` — See core.File for more documentation
2502
2502
<dl >
2503
2503
<dd >
2504
2504
2505
- ** chain_type:** ` typing.Optional[typing.Literal["map_reduce"] ] `
2505
+ ** chain_type:** ` typing.Optional[CombineDocumentsChains ] `
2506
2506
2507
2507
</dd >
2508
2508
</dl >
@@ -2566,7 +2566,7 @@ typing.List[core.File]` — See core.File for more documentation
2566
2566
<dl >
2567
2567
<dd >
2568
2568
2569
- ** response_format_type:** ` typing.Optional[DocSummaryRequestResponseFormatType ] `
2569
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
2570
2570
2571
2571
</dd >
2572
2572
</dl >
@@ -2886,7 +2886,7 @@ client.lipsync_tts(
2886
2886
<dl >
2887
2887
<dd >
2888
2888
2889
- ** tts_provider:** ` typing.Optional[LipsyncTtsRequestTtsProvider ] `
2889
+ ** tts_provider:** ` typing.Optional[TextToSpeechProviders ] `
2890
2890
2891
2891
</dd >
2892
2892
</dl >
@@ -3176,7 +3176,7 @@ client.text_to_speech(
3176
3176
<dl >
3177
3177
<dd >
3178
3178
3179
- ** tts_provider:** ` typing.Optional[TextToSpeechPageRequestTtsProvider ] `
3179
+ ** tts_provider:** ` typing.Optional[TextToSpeechProviders ] `
3180
3180
3181
3181
</dd >
3182
3182
</dl >
@@ -3424,15 +3424,15 @@ typing.List[core.File]` — See core.File for more documentation
3424
3424
<dl >
3425
3425
<dd >
3426
3426
3427
- ** translation_model:** ` typing.Optional[SpeechRecognitionRequestTranslationModel ] `
3427
+ ** translation_model:** ` typing.Optional[TranslationModels ] `
3428
3428
3429
3429
</dd >
3430
3430
</dl >
3431
3431
3432
3432
<dl >
3433
3433
<dd >
3434
3434
3435
- ** output_format:** ` typing.Optional[SpeechRecognitionRequestOutputFormat ] `
3435
+ ** output_format:** ` typing.Optional[AsrOutputFormat ] `
3436
3436
3437
3437
</dd >
3438
3438
</dl >
@@ -3618,7 +3618,7 @@ client.text_to_music(
3618
3618
<dl >
3619
3619
<dd >
3620
3620
3621
- ** selected_models:** ` typing.Optional[typing.Sequence[typing.Literal["audio_ldm"] ]] `
3621
+ ** selected_models:** ` typing.Optional[typing.Sequence[Text2AudioModels ]] `
3622
3622
3623
3623
</dd >
3624
3624
</dl >
@@ -3712,7 +3712,7 @@ client.translate()
3712
3712
<dl >
3713
3713
<dd >
3714
3714
3715
- ** selected_model:** ` typing.Optional[TranslateRequestSelectedModel ] `
3715
+ ** selected_model:** ` typing.Optional[TranslationModels ] `
3716
3716
3717
3717
</dd >
3718
3718
</dl >
@@ -3842,7 +3842,7 @@ core.File` — See core.File for more documentation
3842
3842
<dl >
3843
3843
<dd >
3844
3844
3845
- ** selected_model:** ` typing.Optional[RemixImageRequestSelectedModel ] `
3845
+ ** selected_model:** ` typing.Optional[ImageToImageModels ] `
3846
3846
3847
3847
</dd >
3848
3848
</dl >
@@ -4106,15 +4106,15 @@ client.text_to_image(
4106
4106
<dl >
4107
4107
<dd >
4108
4108
4109
- ** selected_models:** ` typing.Optional[typing.Sequence[CompareText2ImgPageRequestSelectedModelsItem ]] `
4109
+ ** selected_models:** ` typing.Optional[typing.Sequence[TextToImageModels ]] `
4110
4110
4111
4111
</dd >
4112
4112
</dl >
4113
4113
4114
4114
<dl >
4115
4115
<dd >
4116
4116
4117
- ** scheduler:** ` typing.Optional[CompareText2ImgPageRequestScheduler ] `
4117
+ ** scheduler:** ` typing.Optional[Schedulers ] `
4118
4118
4119
4119
</dd >
4120
4120
</dl >
@@ -4268,7 +4268,7 @@ core.File` — See core.File for more documentation
4268
4268
<dl >
4269
4269
<dd >
4270
4270
4271
- ** selected_model:** ` typing.Optional[ProductImageRequestSelectedModel ] `
4271
+ ** selected_model:** ` typing.Optional[InpaintingModels ] `
4272
4272
4273
4273
</dd >
4274
4274
</dl >
@@ -4462,7 +4462,7 @@ core.File` — See core.File for more documentation
4462
4462
<dl >
4463
4463
<dd >
4464
4464
4465
- ** selected_model:** ` typing.Optional[PortraitRequestSelectedModel ] `
4465
+ ** selected_model:** ` typing.Optional[InpaintingModels ] `
4466
4466
4467
4467
</dd >
4468
4468
</dl >
@@ -4663,7 +4663,7 @@ client.image_from_email(
4663
4663
<dl >
4664
4664
<dd >
4665
4665
4666
- ** selected_model:** ` typing.Optional[EmailFaceInpaintingPageRequestSelectedModel ] `
4666
+ ** selected_model:** ` typing.Optional[InpaintingModels ] `
4667
4667
4668
4668
</dd >
4669
4669
</dl >
@@ -4912,7 +4912,7 @@ client.image_from_web_search(
4912
4912
<dl >
4913
4913
<dd >
4914
4914
4915
- ** selected_model:** ` typing.Optional[GoogleImageGenPageRequestSelectedModel ] `
4915
+ ** selected_model:** ` typing.Optional[ImageToImageModels ] `
4916
4916
4917
4917
</dd >
4918
4918
</dl >
@@ -5072,7 +5072,7 @@ core.File` — See core.File for more documentation
5072
5072
<dl >
5073
5073
<dd >
5074
5074
5075
- ** selected_model:** ` typing.Optional[RemoveBackgroundRequestSelectedModel ] `
5075
+ ** selected_model:** ` typing.Optional[ImageSegmentationModels ] `
5076
5076
5077
5077
</dd >
5078
5078
</dl >
@@ -5236,7 +5236,7 @@ typing.Optional[core.File]` — See core.File for more documentation
5236
5236
<dl >
5237
5237
<dd >
5238
5238
5239
- ** selected_models:** ` typing.Optional[typing.List[UpscaleRequestSelectedModelsItem ]] `
5239
+ ** selected_models:** ` typing.Optional[typing.List[UpscalerModels ]] `
5240
5240
5241
5241
</dd >
5242
5242
</dl >
@@ -5529,7 +5529,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
5529
5529
<dl >
5530
5530
<dd >
5531
5531
5532
- ** citation_style:** ` typing.Optional[RelatedQnADocPageRequestCitationStyle ] `
5532
+ ** citation_style:** ` typing.Optional[CitationStyles ] `
5533
5533
5534
5534
</dd >
5535
5535
</dl >
@@ -5577,7 +5577,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
5577
5577
<dl >
5578
5578
<dd >
5579
5579
5580
- ** response_format_type:** ` typing.Optional[RelatedQnADocPageRequestResponseFormatType ] `
5580
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
5581
5581
5582
5582
</dd >
5583
5583
</dl >
@@ -5897,7 +5897,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
5897
5897
<dl >
5898
5898
<dd >
5899
5899
5900
- ** citation_style:** ` typing.Optional[CopilotCompletionRequestCitationStyle ] `
5900
+ ** citation_style:** ` typing.Optional[CitationStyles ] `
5901
5901
5902
5902
</dd >
5903
5903
</dl >
@@ -5929,7 +5929,7 @@ Generally speaking, dense embeddings excel at understanding the context of the q
5929
5929
<dl >
5930
5930
<dd >
5931
5931
5932
- ** translation_model:** ` typing.Optional[CopilotCompletionRequestTranslationModel ] `
5932
+ ** translation_model:** ` typing.Optional[TranslationModels ] `
5933
5933
5934
5934
</dd >
5935
5935
</dl >
@@ -6021,15 +6021,15 @@ typing.Optional[core.File]` — See core.File for more documentation
6021
6021
<dl >
6022
6022
<dd >
6023
6023
6024
- ** response_format_type:** ` typing.Optional[CopilotCompletionRequestResponseFormatType ] `
6024
+ ** response_format_type:** ` typing.Optional[ResponseFormatType ] `
6025
6025
6026
6026
</dd >
6027
6027
</dl >
6028
6028
6029
6029
<dl >
6030
6030
<dd >
6031
6031
6032
- ** tts_provider:** ` typing.Optional[CopilotCompletionRequestTtsProvider ] `
6032
+ ** tts_provider:** ` typing.Optional[TextToSpeechProviders ] `
6033
6033
6034
6034
</dd >
6035
6035
</dl >
0 commit comments