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: docs/dyn/aiplatform_v1.endpoints.html
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -257,6 +257,9 @@ <h3>Method Details</h3>
257
257
"candidateCount": 42, # Optional. Number of candidates to generate.
258
258
"enableAffectiveDialog": True or False, # Optional. If enabled, the model will detect emotions and adapt its responses accordingly.
259
259
"frequencyPenalty": 3.14, # Optional. Frequency penalties.
260
+
"imageConfig": { # Config for image generation features. # Optional. Config for image generation features.
261
+
"aspectRatio": "A String", # Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: "1:1" "2:3", "3:2" "3:4", "4:3" "4:5", "5:4" "9:16", "16:9" "21:9"
"maxOutputTokens": 42, # Optional. The maximum number of output tokens to generate per message.
262
265
"mediaResolution": "A String", # Optional. If specified, the media resolution specified will be used.
@@ -317,6 +320,18 @@ <h3>Method Details</h3>
317
320
"seed": 42, # Optional. Seed.
318
321
"speechConfig": { # The speech generation config. # Optional. The speech generation config.
319
322
"languageCode": "A String", # Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.
323
+
"multiSpeakerVoiceConfig": { # Configuration for a multi-speaker text-to-speech setup. Enables the use of up to two distinct voices in a single synthesis request. # The configuration for a multi-speaker text-to-speech request. This field is mutually exclusive with `voice_config`.
324
+
"speakerVoiceConfigs": [ # Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
325
+
{ # Configuration for a single speaker in a multi speaker setup.
326
+
"speaker": "A String", # Required. The name of the speaker. This should be the same as the speaker name used in the prompt.
327
+
"voiceConfig": { # The configuration for the voice to use. # Required. The configuration for the voice of this speaker.
328
+
"prebuiltVoiceConfig": { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
329
+
"voiceName": "A String", # The name of the preset voice to use.
330
+
},
331
+
},
332
+
},
333
+
],
334
+
},
320
335
"voiceConfig": { # The configuration for the voice to use. # The configuration for the speaker to use.
321
336
"prebuiltVoiceConfig": { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
322
337
"voiceName": "A String", # The name of the preset voice to use.
@@ -388,6 +403,7 @@ <h3>Method Details</h3>
388
403
"codeExecution": { # Tool that executes code generated by the model, and automatically returns the result to the model. See also [ExecutableCode]and [CodeExecutionResult] which are input and output to this tool. # Optional. CodeExecution tool type. Enables the model to execute code as part of generation.
389
404
},
390
405
"enterpriseWebSearch": { # Tool to search public web data, powered by Vertex AI Search and Sec4 compliance. # Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance.
406
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
391
407
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
392
408
"A String",
393
409
],
@@ -482,6 +498,7 @@ <h3>Method Details</h3>
482
498
"enableWidget": True or False, # Optional. If true, include the widget context token in the response.
483
499
},
484
500
"googleSearch": { # GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. # Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
501
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
485
502
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
486
503
"A String",
487
504
],
@@ -706,6 +723,9 @@ <h3>Method Details</h3>
706
723
"candidateCount": 42, # Optional. Number of candidates to generate.
707
724
"enableAffectiveDialog": True or False, # Optional. If enabled, the model will detect emotions and adapt its responses accordingly.
708
725
"frequencyPenalty": 3.14, # Optional. Frequency penalties.
726
+
"imageConfig": { # Config for image generation features. # Optional. Config for image generation features.
727
+
"aspectRatio": "A String", # Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: "1:1" "2:3", "3:2" "3:4", "4:3" "4:5", "5:4" "9:16", "16:9" "21:9"
"maxOutputTokens": 42, # Optional. The maximum number of output tokens to generate per message.
711
731
"mediaResolution": "A String", # Optional. If specified, the media resolution specified will be used.
@@ -766,6 +786,18 @@ <h3>Method Details</h3>
766
786
"seed": 42, # Optional. Seed.
767
787
"speechConfig": { # The speech generation config. # Optional. The speech generation config.
768
788
"languageCode": "A String", # Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.
789
+
"multiSpeakerVoiceConfig": { # Configuration for a multi-speaker text-to-speech setup. Enables the use of up to two distinct voices in a single synthesis request. # The configuration for a multi-speaker text-to-speech request. This field is mutually exclusive with `voice_config`.
790
+
"speakerVoiceConfigs": [ # Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
791
+
{ # Configuration for a single speaker in a multi speaker setup.
792
+
"speaker": "A String", # Required. The name of the speaker. This should be the same as the speaker name used in the prompt.
793
+
"voiceConfig": { # The configuration for the voice to use. # Required. The configuration for the voice of this speaker.
794
+
"prebuiltVoiceConfig": { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
795
+
"voiceName": "A String", # The name of the preset voice to use.
796
+
},
797
+
},
798
+
},
799
+
],
800
+
},
769
801
"voiceConfig": { # The configuration for the voice to use. # The configuration for the speaker to use.
770
802
"prebuiltVoiceConfig": { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
771
803
"voiceName": "A String", # The name of the preset voice to use.
@@ -862,6 +894,7 @@ <h3>Method Details</h3>
862
894
"codeExecution": { # Tool that executes code generated by the model, and automatically returns the result to the model. See also [ExecutableCode]and [CodeExecutionResult] which are input and output to this tool. # Optional. CodeExecution tool type. Enables the model to execute code as part of generation.
863
895
},
864
896
"enterpriseWebSearch": { # Tool to search public web data, powered by Vertex AI Search and Sec4 compliance. # Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance.
897
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
865
898
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
866
899
"A String",
867
900
],
@@ -956,6 +989,7 @@ <h3>Method Details</h3>
956
989
"enableWidget": True or False, # Optional. If true, include the widget context token in the response.
957
990
},
958
991
"googleSearch": { # GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. # Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
992
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
959
993
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
960
994
"A String",
961
995
],
@@ -1442,6 +1476,9 @@ <h3>Method Details</h3>
1442
1476
"candidateCount": 42, # Optional. Number of candidates to generate.
1443
1477
"enableAffectiveDialog": True or False, # Optional. If enabled, the model will detect emotions and adapt its responses accordingly.
1444
1478
"frequencyPenalty": 3.14, # Optional. Frequency penalties.
1479
+
"imageConfig": { # Config for image generation features. # Optional. Config for image generation features.
1480
+
"aspectRatio": "A String", # Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: "1:1" "2:3", "3:2" "3:4", "4:3" "4:5", "5:4" "9:16", "16:9" "21:9"
"maxOutputTokens": 42, # Optional. The maximum number of output tokens to generate per message.
1447
1484
"mediaResolution": "A String", # Optional. If specified, the media resolution specified will be used.
@@ -1502,6 +1539,18 @@ <h3>Method Details</h3>
1502
1539
"seed": 42, # Optional. Seed.
1503
1540
"speechConfig": { # The speech generation config. # Optional. The speech generation config.
1504
1541
"languageCode": "A String", # Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.
1542
+
"multiSpeakerVoiceConfig": { # Configuration for a multi-speaker text-to-speech setup. Enables the use of up to two distinct voices in a single synthesis request. # The configuration for a multi-speaker text-to-speech request. This field is mutually exclusive with `voice_config`.
1543
+
"speakerVoiceConfigs": [ # Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
1544
+
{ # Configuration for a single speaker in a multi speaker setup.
1545
+
"speaker": "A String", # Required. The name of the speaker. This should be the same as the speaker name used in the prompt.
1546
+
"voiceConfig": { # The configuration for the voice to use. # Required. The configuration for the voice of this speaker.
1547
+
"prebuiltVoiceConfig": { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
1548
+
"voiceName": "A String", # The name of the preset voice to use.
1549
+
},
1550
+
},
1551
+
},
1552
+
],
1553
+
},
1505
1554
"voiceConfig": { # The configuration for the voice to use. # The configuration for the speaker to use.
1506
1555
"prebuiltVoiceConfig": { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
1507
1556
"voiceName": "A String", # The name of the preset voice to use.
@@ -1598,6 +1647,7 @@ <h3>Method Details</h3>
1598
1647
"codeExecution": { # Tool that executes code generated by the model, and automatically returns the result to the model. See also [ExecutableCode]and [CodeExecutionResult] which are input and output to this tool. # Optional. CodeExecution tool type. Enables the model to execute code as part of generation.
1599
1648
},
1600
1649
"enterpriseWebSearch": { # Tool to search public web data, powered by Vertex AI Search and Sec4 compliance. # Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance.
1650
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
1601
1651
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
1602
1652
"A String",
1603
1653
],
@@ -1692,6 +1742,7 @@ <h3>Method Details</h3>
1692
1742
"enableWidget": True or False, # Optional. If true, include the widget context token in the response.
1693
1743
},
1694
1744
"googleSearch": { # GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. # Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
1745
+
"blockingConfidence": "A String", # Optional. Sites with confidence level chosen & above this value will be blocked from the search results.
1695
1746
"excludeDomains": [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: ["amazon.com", "facebook.com"].
0 commit comments