Parameter format for large vision model.
sampleCount
integer
Number of output text responses.
storageUri
string
The gcs bucket where to save the generated text responses.
seed
integer
The RNG seed. If RNG seed is exactly same for each request with unchanged inputs, the prediction results will be consistent. Otherwise, a random RNG seed will be used each time to produce a different result.
language
string
Specific output text language. Support lanagues are: - en (default) - de - fr - it - es
JSON representation |
---|
{ "sampleCount": integer, "storageUri": string, "seed": integer, "language": string } |