A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
Y
Z
U
- UNEXPECTED_TOOL_CALL - enum entry in com.google.genai.types.FinishReason.Known
The tool call generated by the model is invalid.
- UnifiedMetric - class in com.google.genai.types
- The unified metric used for evaluation.
- UnifiedMetric.Builder - class in com.google.genai.types.UnifiedMetric
- Builder for UnifiedMetric.
- UNKNOWN - enum entry in com.google.genai.types.ModelRoutingPreference.Known
- UNSAFE_PROMPT_FOR_IMAGE_GENERATION - enum entry in com.google.genai.types.TurnCompleteReason.Known
Input is unsafe for image generation.
- UNSPECIFIED - enum entry in com.google.genai.types.Behavior.Known
This value is unused.
- UNSPECIFIED - enum entry in com.google.genai.types.ServiceTier.Known
Default service tier, which is standard.
- UNSTABLE_EXPERIMENTAL - enum entry in com.google.genai.types.ModelStage.Known
The underlying model is subject to lots of tunings.
- update(java.lang.String,com.google.genai.types.UpdateCachedContentConfig) - function in com.google.genai.AsyncCaches
- Asynchronously updates a cached content resource.
- update(java.lang.String,com.google.genai.types.UpdateModelConfig) - function in com.google.genai.AsyncModels
- Asynchronously updates a tuned model by its name.
- update(java.lang.String,com.google.genai.types.UpdateCachedContentConfig) - function in com.google.genai.Caches
- Updates a cached content resource.
- update(java.lang.String,com.google.genai.types.UpdateModelConfig) - function in com.google.genai.Models
- Updates a tuned model by its name.
- UpdateCachedContentConfig - class in com.google.genai.types
- Optional parameters for caches.update method.
- UpdateCachedContentConfig.Builder - class in com.google.genai.types.UpdateCachedContentConfig
- Builder for UpdateCachedContentConfig.
- UpdateCachedContentParameters - class in com.google.genai.types
- None
- UpdateCachedContentParameters.Builder - class in com.google.genai.types.UpdateCachedContentParameters
- Builder for UpdateCachedContentParameters.
- updateJsonNode(com.fasterxml.jackson.databind.node.ObjectNode,java.lang.String,com.fasterxml.jackson.databind.JsonNode) - function in com.google.genai.Transformers
- Updates a JSON node with a new value, handling potential conflicts.
- UpdateModelConfig - class in com.google.genai.types
- Configuration for updating a tuned model.
- UpdateModelConfig.Builder - class in com.google.genai.types.UpdateModelConfig
- Builder for UpdateModelConfig.
- UpdateModelParameters - class in com.google.genai.types
- Configuration for updating a tuned model.
- UpdateModelParameters.Builder - class in com.google.genai.types.UpdateModelParameters
- Builder for UpdateModelParameters.
- updateTime() - function in com.google.genai.types.BatchJob
- The time when the BatchJob was last updated.
- updateTime(java.time.Instant) - function in com.google.genai.types.BatchJob.Builder
- Setter for updateTime.
- updateTime() - function in com.google.genai.types.CachedContent
- When the cache entry was last updated in UTC time.
- updateTime(java.time.Instant) - function in com.google.genai.types.CachedContent.Builder
- Setter for updateTime.
- updateTime() - function in com.google.genai.types.Document
- Output only.
- updateTime(java.time.Instant) - function in com.google.genai.types.Document.Builder
- Setter for updateTime.
- updateTime() - function in com.google.genai.types.File
- Output only.
- updateTime(java.time.Instant) - function in com.google.genai.types.File.Builder
- Setter for updateTime.
- updateTime() - function in com.google.genai.types.FileSearchStore
- The Timestamp of when the FileSearchStore was last updated.
- updateTime(java.time.Instant) - function in com.google.genai.types.FileSearchStore.Builder
- Setter for updateTime.
- updateTime() - function in com.google.genai.types.TunedModelInfo
- Date and time when the base model was last updated.
- updateTime(java.time.Instant) - function in com.google.genai.types.TunedModelInfo.Builder
- Setter for updateTime.
- updateTime() - function in com.google.genai.types.TuningJob
- Output only.
- updateTime(java.time.Instant) - function in com.google.genai.types.TuningJob.Builder
- Setter for updateTime.
- upload(kotlin.Array,com.google.genai.types.UploadFileConfig) - function in com.google.genai.AsyncFiles
- Asynchronously uploads a bytes array as a file to the GenAI API.
- upload(java.io.File,com.google.genai.types.UploadFileConfig) - function in com.google.genai.AsyncFiles
- Asynchronously uploads a file to the GenAI API.
- upload(java.io.InputStream,long,com.google.genai.types.UploadFileConfig) - function in com.google.genai.AsyncFiles
- Asynchronously uploads a stream as a file to the GenAI API.
- upload(java.lang.String,com.google.genai.types.UploadFileConfig) - function in com.google.genai.AsyncFiles
- Asynchronously uploads a file by its path to the GenAI API.
- upload(kotlin.Array,com.google.genai.types.UploadFileConfig) - function in com.google.genai.Files
- Uploads a file to the API.
- upload(java.io.File,com.google.genai.types.UploadFileConfig) - function in com.google.genai.Files
- Uploads a file to the API.
- upload(java.io.InputStream,long,com.google.genai.types.UploadFileConfig) - function in com.google.genai.Files
- Uploads a file to the API.
- upload(java.lang.String,com.google.genai.types.UploadFileConfig) - function in com.google.genai.Files
- Uploads a file to the API.
- UPLOADED - enum entry in com.google.genai.types.FileSource.Known
- UploadFileConfig - class in com.google.genai.types
- Used to override the default configuration.
- UploadFileConfig.Builder - class in com.google.genai.types.UploadFileConfig
- Builder for UploadFileConfig.
- uploadToFileSearchStore(java.lang.String,kotlin.Array,com.google.genai.types.UploadToFileSearchStoreConfig) - function in com.google.genai.AsyncFileSearchStores
- Uploads a file in bytes format to the file search store.
- uploadToFileSearchStore(java.lang.String,java.io.File,com.google.genai.types.UploadToFileSearchStoreConfig) - function in com.google.genai.AsyncFileSearchStores
- Uploads a file to the file search store.
- uploadToFileSearchStore(java.lang.String,java.io.InputStream,long,com.google.genai.types.UploadToFileSearchStoreConfig) - function in com.google.genai.AsyncFileSearchStores
- Uploads a file as input stream to the API.
- uploadToFileSearchStore(java.lang.String,java.lang.String,com.google.genai.types.UploadToFileSearchStoreConfig) - function in com.google.genai.AsyncFileSearchStores
- Uploads a file to the API.
- uploadToFileSearchStore(java.lang.String,kotlin.Array,com.google.genai.types.UploadToFileSearchStoreConfig) - function in com.google.genai.FileSearchStores
- Uploads a file in bytes format to the file search store.
- uploadToFileSearchStore(java.lang.String,java.io.File,com.google.genai.types.UploadToFileSearchStoreConfig) - function in com.google.genai.FileSearchStores
- Uploads a file to the file search store.
- uploadToFileSearchStore(java.lang.String,java.io.InputStream,long,com.google.genai.types.UploadToFileSearchStoreConfig) - function in com.google.genai.FileSearchStores
- Uploads a file as input stream to the API.
- uploadToFileSearchStore(java.lang.String,java.lang.String,com.google.genai.types.UploadToFileSearchStoreConfig) - function in com.google.genai.FileSearchStores
- Uploads a file to the API.
- UploadToFileSearchStoreConfig - class in com.google.genai.types
- Optional parameters for uploading a file to a FileSearchStore.
- UploadToFileSearchStoreConfig.Builder - class in com.google.genai.types.UploadToFileSearchStoreConfig
- Builder for UploadToFileSearchStoreConfig.
- UploadToFileSearchStoreOperation - class in com.google.genai.types
- Long-running operation for uploading a file to a FileSearchStore.
- UploadToFileSearchStoreOperation.Builder - class in com.google.genai.types.UploadToFileSearchStoreOperation
- Builder for UploadToFileSearchStoreOperation.
- uploadToFileSearchStoreOperationFromMldev(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
- UploadToFileSearchStoreParameters - class in com.google.genai.types
- Generates the parameters for the private _upload_to_file_search_store method.
- UploadToFileSearchStoreParameters.Builder - class in com.google.genai.types.UploadToFileSearchStoreParameters
- Builder for UploadToFileSearchStoreParameters.
- UploadToFileSearchStoreResponse - class in com.google.genai.types
- The response when long-running operation for uploading a file to a FileSearchStore complete.
- UploadToFileSearchStoreResponse.Builder - class in com.google.genai.types.UploadToFileSearchStoreResponse
- Builder for UploadToFileSearchStoreResponse.
- uploadToFileSearchStoreResponseFromMldev(com.fasterxml.jackson.databind.JsonNode,com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.OperationsConverters
- UploadToFileSearchStoreResumableResponse - class in com.google.genai.types
- Response for the resumable upload method.
- UploadToFileSearchStoreResumableResponse.Builder - class in com.google.genai.types.UploadToFileSearchStoreResumableResponse
- Builder for UploadToFileSearchStoreResumableResponse.
- upscaleFactor() - function in com.google.genai.types.UpscaleImageAPIParameters
- The factor to upscale the image (x2 or x4).
- upscaleFactor(java.lang.String) - function in com.google.genai.types.UpscaleImageAPIParameters.Builder
- Setter for upscaleFactor.
- upscaleFactor() - function in com.google.genai.types.UpscaleImageParameters
- The factor to upscale the image (x2 or x4).
- upscaleFactor(java.lang.String) - function in com.google.genai.types.UpscaleImageParameters.Builder
- Setter for upscaleFactor.
- upscaleImage(java.lang.String,com.google.genai.types.Image,java.lang.String,com.google.genai.types.UpscaleImageConfig) - function in com.google.genai.AsyncModels
- Asynchronously upscales an image given a GenAI model and an image and an upscale factor.
- upscaleImage(java.lang.String,com.google.genai.types.Image,java.lang.String,com.google.genai.types.UpscaleImageConfig) - function in com.google.genai.Models
- Upscales an image given a GenAI model and an image and an upscale factor.
- UpscaleImageAPIConfig - class in com.google.genai.types
- Internal API config for UpscaleImage.
- UpscaleImageAPIConfig.Builder - class in com.google.genai.types.UpscaleImageAPIConfig
- Builder for UpscaleImageAPIConfig.
- UpscaleImageAPIParameters - class in com.google.genai.types
- API parameters for UpscaleImage.
- UpscaleImageAPIParameters.Builder - class in com.google.genai.types.UpscaleImageAPIParameters
- Builder for UpscaleImageAPIParameters.
- UpscaleImageConfig - class in com.google.genai.types
- Configuration for upscaling an image.
- UpscaleImageConfig.Builder - class in com.google.genai.types.UpscaleImageConfig
- Builder for UpscaleImageConfig.
- UpscaleImageParameters - class in com.google.genai.types
- User-facing config UpscaleImageParameters.
- UpscaleImageParameters.Builder - class in com.google.genai.types.UpscaleImageParameters
- Builder for UpscaleImageParameters.
- UpscaleImageResponse - class in com.google.genai.types
- None
- UpscaleImageResponse.Builder - class in com.google.genai.types.UpscaleImageResponse
- Builder for UpscaleImageResponse.
- uri() - function in com.google.genai.types.Citation
- Output only.
- uri(java.lang.String) - function in com.google.genai.types.Citation.Builder
- Setter for uri.
- uri() - function in com.google.genai.types.File
- Output only.
- uri(java.lang.String) - function in com.google.genai.types.File.Builder
- Setter for uri.
- uri() - function in com.google.genai.types.GroundingChunkMaps
- The URI of the place.
- uri(java.lang.String) - function in com.google.genai.types.GroundingChunkMaps.Builder
- Setter for uri.
- uri() - function in com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution
- URI of the author of the Photo or Review.
- uri(java.lang.String) - function in com.google.genai.types.GroundingChunkMapsPlaceAnswerSourcesAuthorAttribution.Builder
- Setter for uri.
- uri() - function in com.google.genai.types.GroundingChunkRetrievedContext
- The URI of the retrieved data source.
- uri(java.lang.String) - function in com.google.genai.types.GroundingChunkRetrievedContext.Builder
- Setter for uri.
- uri() - function in com.google.genai.types.GroundingChunkWeb
- The URI of the web page that contains the evidence.
- uri(java.lang.String) - function in com.google.genai.types.GroundingChunkWeb.Builder
- Setter for uri.
- uri() - function in com.google.genai.types.Video
- Path to another storage.
- uri(java.lang.String) - function in com.google.genai.types.Video.Builder
- Setter for uri.
- uris() - function in com.google.genai.types.GcsSource
- Required.
- uris(kotlin.Array) - function in com.google.genai.types.GcsSource.Builder
- Setter for uris.
- uris(java.util.List) - function in com.google.genai.types.GcsSource.Builder
- Setter for uris.
- uris() - function in com.google.genai.types.InternalRegisterFilesParameters
- The Google Cloud Storage URIs to register.
- uris(kotlin.Array) - function in com.google.genai.types.InternalRegisterFilesParameters.Builder
- Setter for uris.
- uris(java.util.List) - function in com.google.genai.types.InternalRegisterFilesParameters.Builder
- Setter for uris.
- uris() - function in com.google.genai.types.WebhookConfig
- The webhook URIs to receive notifications.
- uris(kotlin.Array) - function in com.google.genai.types.WebhookConfig.Builder
- Setter for uris.
- uris(java.util.List) - function in com.google.genai.types.WebhookConfig.Builder
- Setter for uris.
- url() - function in com.google.genai.types.ReplayRequest
- url(java.lang.String) - function in com.google.genai.types.ReplayRequest.Builder
- Setter for url.
- url() - function in com.google.genai.types.StreamableHttpTransport
- The full URL for the MCPServer endpoint.
- url(java.lang.String) - function in com.google.genai.types.StreamableHttpTransport.Builder
- Setter for url.
- URL_CONTEXT - enum entry in com.google.genai.types.ToolType.Known
URL context tool, maps to Tool.url_context.
- URL_RETRIEVAL_STATUS_ERROR - enum entry in com.google.genai.types.UrlRetrievalStatus.Known
The URL retrieval failed.
- URL_RETRIEVAL_STATUS_PAYWALL - enum entry in com.google.genai.types.UrlRetrievalStatus.Known
Url retrieval is failed because the content is behind paywall. This enum value is not supported in Vertex AI.
- URL_RETRIEVAL_STATUS_SUCCESS - enum entry in com.google.genai.types.UrlRetrievalStatus.Known
The URL was retrieved successfully.
- URL_RETRIEVAL_STATUS_UNSAFE - enum entry in com.google.genai.types.UrlRetrievalStatus.Known
Url retrieval is failed because the content is unsafe. This enum value is not supported in Vertex AI.
- URL_RETRIEVAL_STATUS_UNSPECIFIED - enum entry in com.google.genai.types.UrlRetrievalStatus.Known
Default value. This value is unused.
- urlContext() - function in com.google.genai.types.Tool
- Optional.
- urlContext(com.google.genai.types.UrlContext) - function in com.google.genai.types.Tool.Builder
- Setter for urlContext.
- urlContext(com.google.genai.types.UrlContext.Builder) - function in com.google.genai.types.Tool.Builder
- Setter for urlContext builder.
- UrlContext - class in com.google.genai.types
- Tool to support URL context.
- UrlContext.Builder - class in com.google.genai.types.UrlContext
- Builder for UrlContext.
- urlContextMetadata() - function in com.google.genai.types.Candidate
- Output only.
- urlContextMetadata(com.google.genai.types.UrlContextMetadata) - function in com.google.genai.types.Candidate.Builder
- Setter for urlContextMetadata.
- urlContextMetadata(com.google.genai.types.UrlContextMetadata.Builder) - function in com.google.genai.types.Candidate.Builder
- Setter for urlContextMetadata builder.
- urlContextMetadata() - function in com.google.genai.types.LiveServerContent
- Metadata related to url context retrieval tool.
- urlContextMetadata(com.google.genai.types.UrlContextMetadata) - function in com.google.genai.types.LiveServerContent.Builder
- Setter for urlContextMetadata.
- urlContextMetadata(com.google.genai.types.UrlContextMetadata.Builder) - function in com.google.genai.types.LiveServerContent.Builder
- Setter for urlContextMetadata builder.
- UrlContextMetadata - class in com.google.genai.types
- Metadata returned when the model uses the `url_context` tool to get information from a user-provided URL.
- UrlContextMetadata.Builder - class in com.google.genai.types.UrlContextMetadata
- Builder for UrlContextMetadata.
- urlEncode(com.fasterxml.jackson.databind.node.ObjectNode) - function in com.google.genai.Common
- Converts a Jackson ObjectNode into a URL-encoded query string.
- urlMetadata() - function in com.google.genai.types.UrlContextMetadata
- Output only.
- urlMetadata(kotlin.Array) - function in com.google.genai.types.UrlContextMetadata.Builder
- Setter for urlMetadata.
- urlMetadata(kotlin.Array) - function in com.google.genai.types.UrlContextMetadata.Builder
- Setter for urlMetadata builder.
- urlMetadata(java.util.List) - function in com.google.genai.types.UrlContextMetadata.Builder
- Setter for urlMetadata.
- UrlMetadata - class in com.google.genai.types
- The metadata for a single URL retrieval.
- UrlMetadata.Builder - class in com.google.genai.types.UrlMetadata
- Builder for UrlMetadata.
- urlRetrievalStatus() - function in com.google.genai.types.UrlMetadata
- The status of the URL retrieval.
- urlRetrievalStatus(com.google.genai.types.UrlRetrievalStatus) - function in com.google.genai.types.UrlMetadata.Builder
- Setter for urlRetrievalStatus.
- urlRetrievalStatus(com.google.genai.types.UrlRetrievalStatus.Known) - function in com.google.genai.types.UrlMetadata.Builder
- Setter for urlRetrievalStatus given a known enum.
- urlRetrievalStatus(java.lang.String) - function in com.google.genai.types.UrlMetadata.Builder
- Setter for urlRetrievalStatus given a string.
- UrlRetrievalStatus - class in com.google.genai.types
- The status of the URL retrieval.
- UrlRetrievalStatus.Known - class in com.google.genai.types.UrlRetrievalStatus
- Enum representing the known values for UrlRetrievalStatus.
- usageMetadata() - function in com.google.genai.types.CachedContent
- Metadata on the usage of the cached content.
- usageMetadata(com.google.genai.types.CachedContentUsageMetadata) - function in com.google.genai.types.CachedContent.Builder
- Setter for usageMetadata.
- usageMetadata(com.google.genai.types.CachedContentUsageMetadata.Builder) - function in com.google.genai.types.CachedContent.Builder
- Setter for usageMetadata builder.
- usageMetadata() - function in com.google.genai.types.GenerateContentResponse
- Usage metadata about the response(s).
- usageMetadata(com.google.genai.types.GenerateContentResponseUsageMetadata) - function in com.google.genai.types.GenerateContentResponse.Builder
- Setter for usageMetadata.
- usageMetadata(com.google.genai.types.GenerateContentResponseUsageMetadata.Builder) - function in com.google.genai.types.GenerateContentResponse.Builder
- Setter for usageMetadata builder.
- usageMetadata() - function in com.google.genai.types.LiveServerMessage
- Usage metadata about model response(s).
- usageMetadata(com.google.genai.types.UsageMetadata) - function in com.google.genai.types.LiveServerMessage.Builder
- Setter for usageMetadata.
- usageMetadata(com.google.genai.types.UsageMetadata.Builder) - function in com.google.genai.types.LiveServerMessage.Builder
- Setter for usageMetadata builder.
- UsageMetadata - class in com.google.genai.types
- Usage metadata about response(s).
- UsageMetadata.Builder - class in com.google.genai.types.UsageMetadata
- Builder for UsageMetadata.
- useEffectiveOrder() - function in com.google.genai.types.BleuSpec
- Optional.
- useEffectiveOrder(boolean) - function in com.google.genai.types.BleuSpec.Builder
- Setter for useEffectiveOrder.
- userDatasetExamples() - function in com.google.genai.types.DatasetStats
- Output only.
- userDatasetExamples(kotlin.Array) - function in com.google.genai.types.DatasetStats.Builder
- Setter for userDatasetExamples.
- userDatasetExamples(kotlin.Array) - function in com.google.genai.types.DatasetStats.Builder
- Setter for userDatasetExamples builder.
- userDatasetExamples(java.util.List) - function in com.google.genai.types.DatasetStats.Builder
- Setter for userDatasetExamples.
- userDatasetExamples() - function in com.google.genai.types.PreferenceOptimizationDataStats
- Output only.
- userDatasetExamples(kotlin.Array) - function in com.google.genai.types.PreferenceOptimizationDataStats.Builder
- Setter for userDatasetExamples.
- userDatasetExamples(kotlin.Array) - function in com.google.genai.types.PreferenceOptimizationDataStats.Builder
- Setter for userDatasetExamples builder.
- userDatasetExamples(java.util.List) - function in com.google.genai.types.PreferenceOptimizationDataStats.Builder
- Setter for userDatasetExamples.
- userDatasetExamples() - function in com.google.genai.types.SupervisedTuningDataStats
- Output only.
- userDatasetExamples(kotlin.Array) - function in com.google.genai.types.SupervisedTuningDataStats.Builder
- Setter for userDatasetExamples.
- userDatasetExamples(kotlin.Array) - function in com.google.genai.types.SupervisedTuningDataStats.Builder
- Setter for userDatasetExamples builder.
- userDatasetExamples(java.util.List) - function in com.google.genai.types.SupervisedTuningDataStats.Builder
- Setter for userDatasetExamples.
- userInputTokenDistribution() - function in com.google.genai.types.DatasetStats
- Output only.
- userInputTokenDistribution(com.google.genai.types.DatasetDistribution) - function in com.google.genai.types.DatasetStats.Builder
- Setter for userInputTokenDistribution.
- userInputTokenDistribution(com.google.genai.types.DatasetDistribution.Builder) - function in com.google.genai.types.DatasetStats.Builder
- Setter for userInputTokenDistribution builder.
- userInputTokenDistribution() - function in com.google.genai.types.PreferenceOptimizationDataStats
- Output only.
- userInputTokenDistribution(com.google.genai.types.DatasetDistribution) - function in com.google.genai.types.PreferenceOptimizationDataStats.Builder
- Setter for userInputTokenDistribution.
- userInputTokenDistribution(com.google.genai.types.DatasetDistribution.Builder) - function in com.google.genai.types.PreferenceOptimizationDataStats.Builder
- Setter for userInputTokenDistribution builder.
- userInputTokenDistribution() - function in com.google.genai.types.SupervisedTuningDataStats
- Output only.
- userInputTokenDistribution(com.google.genai.types.SupervisedTuningDatasetDistribution) - function in com.google.genai.types.SupervisedTuningDataStats.Builder
- Setter for userInputTokenDistribution.
- userInputTokenDistribution(com.google.genai.types.SupervisedTuningDatasetDistribution.Builder) - function in com.google.genai.types.SupervisedTuningDataStats.Builder
- Setter for userInputTokenDistribution builder.
- userMessagePerExampleDistribution() - function in com.google.genai.types.DatasetStats
- Output only.
- userMessagePerExampleDistribution(com.google.genai.types.DatasetDistribution) - function in com.google.genai.types.DatasetStats.Builder
- Setter for userMessagePerExampleDistribution.
- userMessagePerExampleDistribution(com.google.genai.types.DatasetDistribution.Builder) - function in com.google.genai.types.DatasetStats.Builder
- Setter for userMessagePerExampleDistribution builder.
- userMessagePerExampleDistribution() - function in com.google.genai.types.SupervisedTuningDataStats
- Output only.
- userMessagePerExampleDistribution(com.google.genai.types.SupervisedTuningDatasetDistribution) - function in com.google.genai.types.SupervisedTuningDataStats.Builder
- Setter for userMessagePerExampleDistribution.
- userMessagePerExampleDistribution(com.google.genai.types.SupervisedTuningDatasetDistribution.Builder) - function in com.google.genai.types.SupervisedTuningDataStats.Builder
- Setter for userMessagePerExampleDistribution builder.
- userMetadata() - function in com.google.genai.types.WebhookConfig
- User metadata that will be included in each webhook event notification.
- userMetadata(java.util.Map) - function in com.google.genai.types.WebhookConfig.Builder
- Setter for userMetadata.
- username() - function in com.google.genai.types.ProxyOptions
- Username for proxy authentication.
- username(java.lang.String) - function in com.google.genai.types.ProxyOptions.Builder
- Setter for username.
- userOutputTokenDistribution() - function in com.google.genai.types.DatasetStats
- Output only.
- userOutputTokenDistribution(com.google.genai.types.DatasetDistribution) - function in com.google.genai.types.DatasetStats.Builder
- Setter for userOutputTokenDistribution.
- userOutputTokenDistribution(com.google.genai.types.DatasetDistribution.Builder) - function in com.google.genai.types.DatasetStats.Builder
- Setter for userOutputTokenDistribution builder.
- userOutputTokenDistribution() - function in com.google.genai.types.PreferenceOptimizationDataStats
- Output only.
- userOutputTokenDistribution(com.google.genai.types.DatasetDistribution) - function in com.google.genai.types.PreferenceOptimizationDataStats.Builder
- Setter for userOutputTokenDistribution.
- userOutputTokenDistribution(com.google.genai.types.DatasetDistribution.Builder) - function in com.google.genai.types.PreferenceOptimizationDataStats.Builder
- Setter for userOutputTokenDistribution builder.
- userOutputTokenDistribution() - function in com.google.genai.types.SupervisedTuningDataStats
- Output only.
- userOutputTokenDistribution(com.google.genai.types.SupervisedTuningDatasetDistribution) - function in com.google.genai.types.SupervisedTuningDataStats.Builder
- Setter for userOutputTokenDistribution.
- userOutputTokenDistribution(com.google.genai.types.SupervisedTuningDatasetDistribution.Builder) - function in com.google.genai.types.SupervisedTuningDataStats.Builder
- Setter for userOutputTokenDistribution builder.
- uses() - function in com.google.genai.types.CreateAuthTokenConfig
- The number of times the token can be used.
- uses(java.lang.Integer) - function in com.google.genai.types.CreateAuthTokenConfig.Builder
- Setter for uses.
- useStemmer() - function in com.google.genai.types.RougeSpec
- Optional.
- useStemmer(boolean) - function in com.google.genai.types.RougeSpec.Builder
- Setter for useStemmer.