Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
264f527
chore: update docs/dyn/index.md
yoshi-automation Oct 21, 2025
aa200df
feat(aiplatform): update the api
yoshi-automation Oct 21, 2025
a371020
feat(alloydb): update the api
yoshi-automation Oct 21, 2025
4089690
feat(androidmanagement): update the api
yoshi-automation Oct 21, 2025
b02e404
feat(bigqueryreservation): update the api
yoshi-automation Oct 21, 2025
cf31373
feat(bigtableadmin): update the api
yoshi-automation Oct 21, 2025
10f60fa
feat(chromemanagement): update the api
yoshi-automation Oct 21, 2025
165dd10
feat(compute): update the api
yoshi-automation Oct 21, 2025
f150c46
feat(container): update the api
yoshi-automation Oct 21, 2025
58c5a2f
feat(dataplex): update the api
yoshi-automation Oct 21, 2025
afef7f8
feat(dataproc): update the api
yoshi-automation Oct 21, 2025
c31137d
fix(datastore): update the api
yoshi-automation Oct 21, 2025
9a30f60
feat(dfareporting): update the api
yoshi-automation Oct 21, 2025
79bff2c
feat(dialogflow): update the api
yoshi-automation Oct 21, 2025
4ef572d
feat(discoveryengine): update the api
yoshi-automation Oct 21, 2025
ba9ea7d
feat(docs): update the api
yoshi-automation Oct 21, 2025
6e28193
feat(firebaseappdistribution): update the api
yoshi-automation Oct 21, 2025
ad4cb43
feat(firebaseml): update the api
yoshi-automation Oct 21, 2025
85edf19
fix(firestore): update the api
yoshi-automation Oct 21, 2025
cbfdcac
feat(iam): update the api
yoshi-automation Oct 21, 2025
ec4f7a4
feat(managedkafka): update the api
yoshi-automation Oct 21, 2025
0382bdd
feat(networkconnectivity): update the api
yoshi-automation Oct 21, 2025
b0fdfae
feat(notebooks): update the api
yoshi-automation Oct 21, 2025
aba7229
feat(oracledatabase): update the api
yoshi-automation Oct 21, 2025
1ad68fc
feat(paymentsresellersubscription): update the api
yoshi-automation Oct 21, 2025
733525a
feat(recommendationengine): update the api
yoshi-automation Oct 21, 2025
536f17c
feat(redis): update the api
yoshi-automation Oct 21, 2025
0929351
feat(storagebatchoperations): update the api
yoshi-automation Oct 21, 2025
cde9af0
feat(texttospeech): update the api
yoshi-automation Oct 21, 2025
03df181
feat(vault): update the api
yoshi-automation Oct 21, 2025
ba46158
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Oct 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
51 changes: 51 additions & 0 deletions docs/dyn/aiplatform_v1.endpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ <h3>Method Details</h3>
&quot;candidateCount&quot;: 42, # Optional. Number of candidates to generate.
&quot;enableAffectiveDialog&quot;: True or False, # Optional. If enabled, the model will detect emotions and adapt its responses accordingly.
&quot;frequencyPenalty&quot;: 3.14, # Optional. Frequency penalties.
&quot;imageConfig&quot;: { # Config for image generation features. # Optional. Config for image generation features.
&quot;aspectRatio&quot;: &quot;A String&quot;, # Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: &quot;1:1&quot; &quot;2:3&quot;, &quot;3:2&quot; &quot;3:4&quot;, &quot;4:3&quot; &quot;4:5&quot;, &quot;5:4&quot; &quot;9:16&quot;, &quot;16:9&quot; &quot;21:9&quot;
},
&quot;logprobs&quot;: 42, # Optional. Logit probabilities.
&quot;maxOutputTokens&quot;: 42, # Optional. The maximum number of output tokens to generate per message.
&quot;mediaResolution&quot;: &quot;A String&quot;, # Optional. If specified, the media resolution specified will be used.
Expand Down Expand Up @@ -317,6 +320,18 @@ <h3>Method Details</h3>
&quot;seed&quot;: 42, # Optional. Seed.
&quot;speechConfig&quot;: { # The speech generation config. # Optional. The speech generation config.
&quot;languageCode&quot;: &quot;A String&quot;, # Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.
&quot;multiSpeakerVoiceConfig&quot;: { # 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`.
&quot;speakerVoiceConfigs&quot;: [ # Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
{ # Configuration for a single speaker in a multi speaker setup.
&quot;speaker&quot;: &quot;A String&quot;, # Required. The name of the speaker. This should be the same as the speaker name used in the prompt.
&quot;voiceConfig&quot;: { # The configuration for the voice to use. # Required. The configuration for the voice of this speaker.
&quot;prebuiltVoiceConfig&quot;: { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
&quot;voiceName&quot;: &quot;A String&quot;, # The name of the preset voice to use.
},
},
},
],
},
&quot;voiceConfig&quot;: { # The configuration for the voice to use. # The configuration for the speaker to use.
&quot;prebuiltVoiceConfig&quot;: { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
&quot;voiceName&quot;: &quot;A String&quot;, # The name of the preset voice to use.
Expand Down Expand Up @@ -388,6 +403,7 @@ <h3>Method Details</h3>
&quot;codeExecution&quot;: { # 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.
},
&quot;enterpriseWebSearch&quot;: { # 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.
&quot;blockingConfidence&quot;: &quot;A String&quot;, # Optional. Sites with confidence level chosen &amp; above this value will be blocked from the search results.
&quot;excludeDomains&quot;: [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -482,6 +498,7 @@ <h3>Method Details</h3>
&quot;enableWidget&quot;: True or False, # Optional. If true, include the widget context token in the response.
},
&quot;googleSearch&quot;: { # 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.
&quot;blockingConfidence&quot;: &quot;A String&quot;, # Optional. Sites with confidence level chosen &amp; above this value will be blocked from the search results.
&quot;excludeDomains&quot;: [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: [&quot;amazon.com&quot;, &quot;facebook.com&quot;].
&quot;A String&quot;,
],
Expand Down Expand Up @@ -706,6 +723,9 @@ <h3>Method Details</h3>
&quot;candidateCount&quot;: 42, # Optional. Number of candidates to generate.
&quot;enableAffectiveDialog&quot;: True or False, # Optional. If enabled, the model will detect emotions and adapt its responses accordingly.
&quot;frequencyPenalty&quot;: 3.14, # Optional. Frequency penalties.
&quot;imageConfig&quot;: { # Config for image generation features. # Optional. Config for image generation features.
&quot;aspectRatio&quot;: &quot;A String&quot;, # Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: &quot;1:1&quot; &quot;2:3&quot;, &quot;3:2&quot; &quot;3:4&quot;, &quot;4:3&quot; &quot;4:5&quot;, &quot;5:4&quot; &quot;9:16&quot;, &quot;16:9&quot; &quot;21:9&quot;
},
&quot;logprobs&quot;: 42, # Optional. Logit probabilities.
&quot;maxOutputTokens&quot;: 42, # Optional. The maximum number of output tokens to generate per message.
&quot;mediaResolution&quot;: &quot;A String&quot;, # Optional. If specified, the media resolution specified will be used.
Expand Down Expand Up @@ -766,6 +786,18 @@ <h3>Method Details</h3>
&quot;seed&quot;: 42, # Optional. Seed.
&quot;speechConfig&quot;: { # The speech generation config. # Optional. The speech generation config.
&quot;languageCode&quot;: &quot;A String&quot;, # Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.
&quot;multiSpeakerVoiceConfig&quot;: { # 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`.
&quot;speakerVoiceConfigs&quot;: [ # Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
{ # Configuration for a single speaker in a multi speaker setup.
&quot;speaker&quot;: &quot;A String&quot;, # Required. The name of the speaker. This should be the same as the speaker name used in the prompt.
&quot;voiceConfig&quot;: { # The configuration for the voice to use. # Required. The configuration for the voice of this speaker.
&quot;prebuiltVoiceConfig&quot;: { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
&quot;voiceName&quot;: &quot;A String&quot;, # The name of the preset voice to use.
},
},
},
],
},
&quot;voiceConfig&quot;: { # The configuration for the voice to use. # The configuration for the speaker to use.
&quot;prebuiltVoiceConfig&quot;: { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
&quot;voiceName&quot;: &quot;A String&quot;, # The name of the preset voice to use.
Expand Down Expand Up @@ -862,6 +894,7 @@ <h3>Method Details</h3>
&quot;codeExecution&quot;: { # 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.
},
&quot;enterpriseWebSearch&quot;: { # 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.
&quot;blockingConfidence&quot;: &quot;A String&quot;, # Optional. Sites with confidence level chosen &amp; above this value will be blocked from the search results.
&quot;excludeDomains&quot;: [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -956,6 +989,7 @@ <h3>Method Details</h3>
&quot;enableWidget&quot;: True or False, # Optional. If true, include the widget context token in the response.
},
&quot;googleSearch&quot;: { # 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.
&quot;blockingConfidence&quot;: &quot;A String&quot;, # Optional. Sites with confidence level chosen &amp; above this value will be blocked from the search results.
&quot;excludeDomains&quot;: [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: [&quot;amazon.com&quot;, &quot;facebook.com&quot;].
&quot;A String&quot;,
],
Expand Down Expand Up @@ -1442,6 +1476,9 @@ <h3>Method Details</h3>
&quot;candidateCount&quot;: 42, # Optional. Number of candidates to generate.
&quot;enableAffectiveDialog&quot;: True or False, # Optional. If enabled, the model will detect emotions and adapt its responses accordingly.
&quot;frequencyPenalty&quot;: 3.14, # Optional. Frequency penalties.
&quot;imageConfig&quot;: { # Config for image generation features. # Optional. Config for image generation features.
&quot;aspectRatio&quot;: &quot;A String&quot;, # Optional. The desired aspect ratio for the generated images. The following aspect ratios are supported: &quot;1:1&quot; &quot;2:3&quot;, &quot;3:2&quot; &quot;3:4&quot;, &quot;4:3&quot; &quot;4:5&quot;, &quot;5:4&quot; &quot;9:16&quot;, &quot;16:9&quot; &quot;21:9&quot;
},
&quot;logprobs&quot;: 42, # Optional. Logit probabilities.
&quot;maxOutputTokens&quot;: 42, # Optional. The maximum number of output tokens to generate per message.
&quot;mediaResolution&quot;: &quot;A String&quot;, # Optional. If specified, the media resolution specified will be used.
Expand Down Expand Up @@ -1502,6 +1539,18 @@ <h3>Method Details</h3>
&quot;seed&quot;: 42, # Optional. Seed.
&quot;speechConfig&quot;: { # The speech generation config. # Optional. The speech generation config.
&quot;languageCode&quot;: &quot;A String&quot;, # Optional. Language code (ISO 639. e.g. en-US) for the speech synthesization.
&quot;multiSpeakerVoiceConfig&quot;: { # 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`.
&quot;speakerVoiceConfigs&quot;: [ # Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
{ # Configuration for a single speaker in a multi speaker setup.
&quot;speaker&quot;: &quot;A String&quot;, # Required. The name of the speaker. This should be the same as the speaker name used in the prompt.
&quot;voiceConfig&quot;: { # The configuration for the voice to use. # Required. The configuration for the voice of this speaker.
&quot;prebuiltVoiceConfig&quot;: { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
&quot;voiceName&quot;: &quot;A String&quot;, # The name of the preset voice to use.
},
},
},
],
},
&quot;voiceConfig&quot;: { # The configuration for the voice to use. # The configuration for the speaker to use.
&quot;prebuiltVoiceConfig&quot;: { # The configuration for the prebuilt speaker to use. # The configuration for the prebuilt voice to use.
&quot;voiceName&quot;: &quot;A String&quot;, # The name of the preset voice to use.
Expand Down Expand Up @@ -1598,6 +1647,7 @@ <h3>Method Details</h3>
&quot;codeExecution&quot;: { # 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.
},
&quot;enterpriseWebSearch&quot;: { # 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.
&quot;blockingConfidence&quot;: &quot;A String&quot;, # Optional. Sites with confidence level chosen &amp; above this value will be blocked from the search results.
&quot;excludeDomains&quot;: [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -1692,6 +1742,7 @@ <h3>Method Details</h3>
&quot;enableWidget&quot;: True or False, # Optional. If true, include the widget context token in the response.
},
&quot;googleSearch&quot;: { # 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.
&quot;blockingConfidence&quot;: &quot;A String&quot;, # Optional. Sites with confidence level chosen &amp; above this value will be blocked from the search results.
&quot;excludeDomains&quot;: [ # Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: [&quot;amazon.com&quot;, &quot;facebook.com&quot;].
&quot;A String&quot;,
],
Expand Down
Loading