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
E
- EDIT_MODE_BGSWAP - enum entry in com.google.genai.types.EditMode.Known
- EDIT_MODE_CONTROLLED_EDITING - enum entry in com.google.genai.types.EditMode.Known
- EDIT_MODE_DEFAULT - enum entry in com.google.genai.types.EditMode.Known
- EDIT_MODE_INPAINT_INSERTION - enum entry in com.google.genai.types.EditMode.Known
- EDIT_MODE_INPAINT_REMOVAL - enum entry in com.google.genai.types.EditMode.Known
- EDIT_MODE_OUTPAINT - enum entry in com.google.genai.types.EditMode.Known
- EDIT_MODE_PRODUCT_IMAGE - enum entry in com.google.genai.types.EditMode.Known
- EDIT_MODE_STYLE - enum entry in com.google.genai.types.EditMode.Known
- EDIT_MODE_UNSPECIFIED - enum entry in com.google.genai.types.EditMode.Known
- editImage(java.lang.String,java.lang.String,java.util.List,com.google.genai.types.EditImageConfig) - function in com.google.genai.AsyncModels
- Asynchronously edits an image given a GenAI model, a prompt, and a list of reference images.
- editImage(java.lang.String,java.lang.String,java.util.List,com.google.genai.types.EditImageConfig) - function in com.google.genai.Models
- Edits an image given a GenAI model, a prompt, and a list of reference images.
- EditImageConfig - class in com.google.genai.types
- Configuration for editing an image.
- EditImageConfig.Builder - class in com.google.genai.types.EditImageConfig
- Builder for EditImageConfig.
- EditImageParameters - class in com.google.genai.types
- Parameters for the request to edit an image.
- EditImageParameters.Builder - class in com.google.genai.types.EditImageParameters
- Builder for EditImageParameters.
- EditImageResponse - class in com.google.genai.types
- Response for the request to edit an image.
- EditImageResponse.Builder - class in com.google.genai.types.EditImageResponse
- Builder for EditImageResponse.
- editMode() - function in com.google.genai.types.EditImageConfig
- Describes the editing mode for the request.
- editMode(com.google.genai.types.EditMode) - function in com.google.genai.types.EditImageConfig.Builder
- Setter for editMode.
- editMode(com.google.genai.types.EditMode.Known) - function in com.google.genai.types.EditImageConfig.Builder
- Setter for editMode given a known enum.
- editMode(java.lang.String) - function in com.google.genai.types.EditImageConfig.Builder
- Setter for editMode given a string.
- EditMode - class in com.google.genai.types
- Enum representing the editing mode.
- EditMode.Known - class in com.google.genai.types.EditMode
- Enum representing the known values for EditMode.
- ELASTIC_SEARCH - enum entry in com.google.genai.types.ApiSpec.Known
Elastic search API spec.
- elasticSearchParams() - function in com.google.genai.types.ExternalApi
- Parameters for the elastic search API.
- elasticSearchParams(com.google.genai.types.ExternalApiElasticSearchParams) - function in com.google.genai.types.ExternalApi.Builder
- Setter for elasticSearchParams.
- elasticSearchParams(com.google.genai.types.ExternalApiElasticSearchParams.Builder) - function in com.google.genai.types.ExternalApi.Builder
- Setter for elasticSearchParams builder.
- EMBED_CONTENT - enum entry in com.google.genai.types.EmbeddingApiType.Known
embedContent API Endpoint
- embedContent(java.lang.String,com.google.genai.types.Content,com.google.genai.types.EmbedContentConfig) - function in com.google.genai.AsyncModels
- Asynchronously embeds content given a GenAI model and a content object.
- embedContent(java.lang.String,java.lang.String,com.google.genai.types.EmbedContentConfig) - function in com.google.genai.AsyncModels
- Asynchronously embeds content given a GenAI model and a text string.
- embedContent(java.lang.String,java.util.List,com.google.genai.types.EmbedContentConfig) - function in com.google.genai.AsyncModels
- Asynchronously embeds content given a GenAI model and a list of text strings.
- embedContent(java.lang.String,com.google.genai.types.Content,com.google.genai.types.EmbedContentConfig) - function in com.google.genai.Models
- Embeds content given a GenAI model and a content object.
- embedContent(java.lang.String,java.lang.String,com.google.genai.types.EmbedContentConfig) - function in com.google.genai.Models
- Embeds content given a GenAI model and a text string.
- embedContent(java.lang.String,java.util.List,com.google.genai.types.EmbedContentConfig) - function in com.google.genai.Models
- Embeds content given a GenAI model and a list of text strings.
- EmbedContentBatch - class in com.google.genai.types
- Parameters for the embed_content method.
- EmbedContentBatch.Builder - class in com.google.genai.types.EmbedContentBatch
- Builder for EmbedContentBatch.
- EmbedContentConfig - class in com.google.genai.types
- Optional parameters for the embed_content method.
- EmbedContentConfig.Builder - class in com.google.genai.types.EmbedContentConfig
- Builder for EmbedContentConfig.
- EmbedContentMetadata - class in com.google.genai.types
- Request-level metadata for the Gemini Enterprise Agent Platform Embed Content API.
- EmbedContentMetadata.Builder - class in com.google.genai.types.EmbedContentMetadata
- Builder for EmbedContentMetadata.
- EmbedContentParameters - class in com.google.genai.types
- Parameters for the embed_content method.
- EmbedContentParameters.Builder - class in com.google.genai.types.EmbedContentParameters
- Builder for EmbedContentParameters.
- EmbedContentParametersPrivate - class in com.google.genai.types
- Parameters for the _embed_content method.
- EmbedContentParametersPrivate.Builder - class in com.google.genai.types.EmbedContentParametersPrivate
- Builder for EmbedContentParametersPrivate.
- EmbedContentResponse - class in com.google.genai.types
- Response for the embed_content method.
- EmbedContentResponse.Builder - class in com.google.genai.types.EmbedContentResponse
- Builder for EmbedContentResponse.
- embedding() - function in com.google.genai.types.SingleEmbedContentResponse
- The response to the request.
- embedding(com.google.genai.types.ContentEmbedding) - function in com.google.genai.types.SingleEmbedContentResponse.Builder
- Setter for embedding.
- embedding(com.google.genai.types.ContentEmbedding.Builder) - function in com.google.genai.types.SingleEmbedContentResponse.Builder
- Setter for embedding builder.
- EMBEDDING_API_TYPE_UNSPECIFIED - enum entry in com.google.genai.types.EmbeddingApiType.Known
- embeddingApiType() - function in com.google.genai.types.EmbedContentParametersPrivate
- The Gemini Enterprise Agent Platform embedding API to use.
- embeddingApiType(com.google.genai.types.EmbeddingApiType) - function in com.google.genai.types.EmbedContentParametersPrivate.Builder
- Setter for embeddingApiType.
- embeddingApiType(com.google.genai.types.EmbeddingApiType.Known) - function in com.google.genai.types.EmbedContentParametersPrivate.Builder
- Setter for embeddingApiType given a known enum.
- embeddingApiType(java.lang.String) - function in com.google.genai.types.EmbedContentParametersPrivate.Builder
- Setter for embeddingApiType given a string.
- EmbeddingApiType - class in com.google.genai.types
- Enum representing the Gemini Enterprise Agent Platform embedding API to use.
- EmbeddingApiType.Known - class in com.google.genai.types.EmbeddingApiType
- Enum representing the known values for EmbeddingApiType.
- embeddings() - function in com.google.genai.types.EmbedContentResponse
- The embeddings for each request, in the same order as provided in the batch request.
- embeddings(kotlin.Array) - function in com.google.genai.types.EmbedContentResponse.Builder
- Setter for embeddings.
- embeddings(kotlin.Array) - function in com.google.genai.types.EmbedContentResponse.Builder
- Setter for embeddings builder.
- embeddings(java.util.List) - function in com.google.genai.types.EmbedContentResponse.Builder
- Setter for embeddings.
- EmbeddingsBatchJobSource - class in com.google.genai.types
- None
- EmbeddingsBatchJobSource.Builder - class in com.google.genai.types.EmbeddingsBatchJobSource
- Builder for EmbeddingsBatchJobSource.
- EN - enum entry in com.google.genai.types.ImagePromptLanguage.Known
English
- enableAffectiveDialog() - function in com.google.genai.types.GenerationConfig
- Optional.
- enableAffectiveDialog(boolean) - function in com.google.genai.types.GenerationConfig.Builder
- Setter for enableAffectiveDialog.
- enableAffectiveDialog() - function in com.google.genai.types.LiveConnectConfig
- If enabled, the model will detect emotions and adapt its responses accordingly.
- enableAffectiveDialog(boolean) - function in com.google.genai.types.LiveConnectConfig.Builder
- Setter for enableAffectiveDialog.
- enableControlImageComputation() - function in com.google.genai.types.ControlReferenceConfig
- Defaults to False.
- enableControlImageComputation(boolean) - function in com.google.genai.types.ControlReferenceConfig.Builder
- Setter for enableControlImageComputation.
- enableEnhancedCivicAnswers() - function in com.google.genai.types.GenerateContentConfig
- Enables enhanced civic answers.
- enableEnhancedCivicAnswers(boolean) - function in com.google.genai.types.GenerateContentConfig.Builder
- Setter for enableEnhancedCivicAnswers.
- enableEnhancedCivicAnswers() - function in com.google.genai.types.GenerationConfig
- Optional.
- enableEnhancedCivicAnswers(boolean) - function in com.google.genai.types.GenerationConfig.Builder
- Setter for enableEnhancedCivicAnswers.
- enableWidget() - function in com.google.genai.types.GoogleMaps
- Optional.
- enableWidget(boolean) - function in com.google.genai.types.GoogleMaps.Builder
- Setter for enableWidget.
- encodedPolyline() - function in com.google.genai.types.GroundingChunkMapsRoute
- An encoded polyline of the route.
- encodedPolyline(java.lang.String) - function in com.google.genai.types.GroundingChunkMapsRoute.Builder
- Setter for encodedPolyline.
- encryptionSpec() - function in com.google.genai.types.CreateTuningJobConfig
- The encryption spec of the tuning job.
- encryptionSpec(com.google.genai.types.EncryptionSpec) - function in com.google.genai.types.CreateTuningJobConfig.Builder
- Setter for encryptionSpec.
- encryptionSpec(com.google.genai.types.EncryptionSpec.Builder) - function in com.google.genai.types.CreateTuningJobConfig.Builder
- Setter for encryptionSpec builder.
- EncryptionSpec - class in com.google.genai.types
- Represents a customer-managed encryption key specification that can be applied to a Vertex AI resource.
- encryptionSpec() - function in com.google.genai.types.TuningJob
- Customer-managed encryption key options for a TuningJob.
- encryptionSpec(com.google.genai.types.EncryptionSpec) - function in com.google.genai.types.TuningJob.Builder
- Setter for encryptionSpec.
- encryptionSpec(com.google.genai.types.EncryptionSpec.Builder) - function in com.google.genai.types.TuningJob.Builder
- Setter for encryptionSpec builder.
- EncryptionSpec.Builder - class in com.google.genai.types.EncryptionSpec
- Builder for EncryptionSpec.
- END_SENSITIVITY_HIGH - enum entry in com.google.genai.types.EndSensitivity.Known
Automatic detection ends speech more often.
- END_SENSITIVITY_LOW - enum entry in com.google.genai.types.EndSensitivity.Known
Automatic detection ends speech less often.
- END_SENSITIVITY_UNSPECIFIED - enum entry in com.google.genai.types.EndSensitivity.Known
The default is END_SENSITIVITY_LOW.
- endIndex() - function in com.google.genai.types.Citation
- Output only.
- endIndex(java.lang.Integer) - function in com.google.genai.types.Citation.Builder
- Setter for endIndex.
- endIndex() - function in com.google.genai.types.Segment
- Output only.
- endIndex(java.lang.Integer) - function in com.google.genai.types.Segment.Builder
- Setter for endIndex.
- endOffset() - function in com.google.genai.types.VideoMetadata
- Optional.
- endOffset(java.time.Duration) - function in com.google.genai.types.VideoMetadata.Builder
- Setter for endOffset.
- endOfSpeechSensitivity() - function in com.google.genai.types.AutomaticActivityDetection
- Determines how likely detected speech is ended.
- endOfSpeechSensitivity(com.google.genai.types.EndSensitivity) - function in com.google.genai.types.AutomaticActivityDetection.Builder
- Setter for endOfSpeechSensitivity.
- endOfSpeechSensitivity(com.google.genai.types.EndSensitivity.Known) - function in com.google.genai.types.AutomaticActivityDetection.Builder
- Setter for endOfSpeechSensitivity given a known enum.
- endOfSpeechSensitivity(java.lang.String) - function in com.google.genai.types.AutomaticActivityDetection.Builder
- Setter for endOfSpeechSensitivity given a string.
- Endpoint - class in com.google.genai.types
- An endpoint where you deploy models.
- endpoint() - function in com.google.genai.types.ExternalApi
- The endpoint of the external API.
- endpoint(java.lang.String) - function in com.google.genai.types.ExternalApi.Builder
- Setter for endpoint.
- endpoint() - function in com.google.genai.types.TunedModel
- Output only.
- endpoint(java.lang.String) - function in com.google.genai.types.TunedModel.Builder
- Setter for endpoint.
- endpoint() - function in com.google.genai.types.TunedModelCheckpoint
- The Endpoint resource name that the checkpoint is deployed to.
- endpoint(java.lang.String) - function in com.google.genai.types.TunedModelCheckpoint.Builder
- Setter for endpoint.
- Endpoint.Builder - class in com.google.genai.types.Endpoint
- Builder for Endpoint.
- endpoints() - function in com.google.genai.types.Model
- List of deployed models created from this base model.
- endpoints(kotlin.Array) - function in com.google.genai.types.Model.Builder
- Setter for endpoints.
- endpoints(kotlin.Array) - function in com.google.genai.types.Model.Builder
- Setter for endpoints builder.
- endpoints(java.util.List) - function in com.google.genai.types.Model.Builder
- Setter for endpoints.
- EndSensitivity - class in com.google.genai.types
- End of speech sensitivity.
- EndSensitivity.Known - class in com.google.genai.types.EndSensitivity
- Enum representing the known values for EndSensitivity.
- endTime() - function in com.google.genai.types.BatchJob
- The time when the BatchJob was completed.
- endTime(java.time.Instant) - function in com.google.genai.types.BatchJob.Builder
- Setter for endTime.
- endTime() - function in com.google.genai.types.Interval
- Optional.
- endTime(java.time.Instant) - function in com.google.genai.types.Interval.Builder
- Setter for endTime.
- endTime() - function in com.google.genai.types.TuningJob
- Output only.
- endTime(java.time.Instant) - function in com.google.genai.types.TuningJob.Builder
- Setter for endTime.
- engine() - function in com.google.genai.types.VertexAISearch
- Optional.
- engine(java.lang.String) - function in com.google.genai.types.VertexAISearch.Builder
- Setter for engine.
- enhancedPrompt() - function in com.google.genai.types.GeneratedImage
- The rewritten prompt used for the image generation if the prompt enhancer is enabled.
- enhancedPrompt(java.lang.String) - function in com.google.genai.types.GeneratedImage.Builder
- Setter for enhancedPrompt.
- enhanceInputImage() - function in com.google.genai.types.UpscaleImageAPIConfig
- Whether to add an image enhancing step before upscaling.
- enhanceInputImage(boolean) - function in com.google.genai.types.UpscaleImageAPIConfig.Builder
- Setter for enhanceInputImage.
- enhanceInputImage() - function in com.google.genai.types.UpscaleImageConfig
- Whether to add an image enhancing step before upscaling.
- enhanceInputImage(boolean) - function in com.google.genai.types.UpscaleImageConfig.Builder
- Setter for enhanceInputImage.
- enhancePrompt() - function in com.google.genai.types.GenerateImagesConfig
- Whether to use the prompt rewriting logic.
- enhancePrompt(boolean) - function in com.google.genai.types.GenerateImagesConfig.Builder
- Setter for enhancePrompt.
- enhancePrompt() - function in com.google.genai.types.GenerateVideosConfig
- Whether to use the prompt rewriting logic.
- enhancePrompt(boolean) - function in com.google.genai.types.GenerateVideosConfig.Builder
- Setter for enhancePrompt.
- enhancePrompt() - function in com.google.genai.types.RecontextImageConfig
- Whether to use the prompt rewriting logic.
- enhancePrompt(boolean) - function in com.google.genai.types.RecontextImageConfig.Builder
- Setter for enhancePrompt.
- enterprise() - function in com.google.genai.Client
- Returns whether the client is using Gemini Enterprise Agent Platform.
- enterprise(boolean) - function in com.google.genai.Client.Builder
- Sets whether to use Gemini Enterprise Agent Platform.
- EnterpriseWebSearch - class in com.google.genai.types
- Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.
- enterpriseWebSearch() - function in com.google.genai.types.Tool
- Optional.
- enterpriseWebSearch(com.google.genai.types.EnterpriseWebSearch) - function in com.google.genai.types.Tool.Builder
- Setter for enterpriseWebSearch.
- enterpriseWebSearch(com.google.genai.types.EnterpriseWebSearch.Builder) - function in com.google.genai.types.Tool.Builder
- Setter for enterpriseWebSearch builder.
- EnterpriseWebSearch.Builder - class in com.google.genai.types.EnterpriseWebSearch
- Builder for EnterpriseWebSearch.
- EntityLabel - class in com.google.genai.types
- An entity representing the segmented area.
- EntityLabel.Builder - class in com.google.genai.types.EntityLabel
- Builder for EntityLabel.
- enum_() - function in com.google.genai.types.Schema
- Optional.
- enum_(kotlin.Array) - function in com.google.genai.types.Schema.Builder
- Setter for enum_.
- enum_(java.util.List) - function in com.google.genai.types.Schema.Builder
- Setter for enum_.
- environment() - function in com.google.genai.types.ComputerUse
- Required.
- environment(com.google.genai.types.Environment) - function in com.google.genai.types.ComputerUse.Builder
- Setter for environment.
- environment(com.google.genai.types.Environment.Known) - function in com.google.genai.types.ComputerUse.Builder
- Setter for environment given a known enum.
- environment(java.lang.String) - function in com.google.genai.types.ComputerUse.Builder
- Setter for environment given a string.
- Environment - class in com.google.genai.types
- The environment being operated.
- Environment.Known - class in com.google.genai.types.Environment
- Enum representing the known values for Environment.
- ENVIRONMENT_BROWSER - enum entry in com.google.genai.types.Environment.Known
Operates in a web browser.
- ENVIRONMENT_UNSPECIFIED - enum entry in com.google.genai.types.Environment.Known
Defaults to browser.
- epoch() - function in com.google.genai.types.Checkpoint
- The epoch of the checkpoint.
- epoch(java.lang.Long) - function in com.google.genai.types.Checkpoint.Builder
- Setter for epoch.
- epoch() - function in com.google.genai.types.TunedModelCheckpoint
- The epoch of the checkpoint.
- epoch(java.lang.Long) - function in com.google.genai.types.TunedModelCheckpoint.Builder
- Setter for epoch.
- epochCount() - function in com.google.genai.types.CreateTuningJobConfig
- Number of complete passes the model makes over the entire training dataset during training.
- epochCount(java.lang.Integer) - function in com.google.genai.types.CreateTuningJobConfig.Builder
- Setter for epochCount.
- epochCount() - function in com.google.genai.types.DistillationHyperParameters
- Optional.
- epochCount(java.lang.Long) - function in com.google.genai.types.DistillationHyperParameters.Builder
- Setter for epochCount.
- epochCount() - function in com.google.genai.types.PreferenceOptimizationHyperParameters
- Optional.
- epochCount(java.lang.Long) - function in com.google.genai.types.PreferenceOptimizationHyperParameters.Builder
- Setter for epochCount.
- epochCount() - function in com.google.genai.types.SupervisedHyperParameters
- Optional.
- epochCount(java.lang.Long) - function in com.google.genai.types.SupervisedHyperParameters.Builder
- Setter for epochCount.
- epochCount() - function in com.google.genai.types.VeoHyperParameters
- Optional.
- epochCount(java.lang.Long) - function in com.google.genai.types.VeoHyperParameters.Builder
- Setter for epochCount.
- equals(Object) - function in com.google.genai.types.ActivityHandling
- equals(Object) - function in com.google.genai.types.AdapterSize
- equals(Object) - function in com.google.genai.types.AggregationMetric
- equals(Object) - function in com.google.genai.types.ApiSpec
- equals(Object) - function in com.google.genai.types.AuthType
- equals(Object) - function in com.google.genai.types.Behavior
- equals(Object) - function in com.google.genai.types.BlockedReason
- equals(Object) - function in com.google.genai.types.ComputationBasedMetricType
- equals(Object) - function in com.google.genai.types.ControlReferenceType
- equals(Object) - function in com.google.genai.types.DocumentState
- equals(Object) - function in com.google.genai.types.DynamicRetrievalConfigMode
- equals(Object) - function in com.google.genai.types.EditMode
- equals(Object) - function in com.google.genai.types.EmbeddingApiType
- equals(Object) - function in com.google.genai.types.EndSensitivity
- equals(Object) - function in com.google.genai.types.Environment
- equals(Object) - function in com.google.genai.types.FeatureSelectionPreference
- equals(Object) - function in com.google.genai.types.FileSource
- equals(Object) - function in com.google.genai.types.FileState
- equals(Object) - function in com.google.genai.types.FinishReason
- equals(Object) - function in com.google.genai.types.FunctionCallingConfigMode
- equals(Object) - function in com.google.genai.types.FunctionResponseScheduling
- equals(Object) - function in com.google.genai.types.HarmBlockMethod
- equals(Object) - function in com.google.genai.types.HarmBlockThreshold
- equals(Object) - function in com.google.genai.types.HarmCategory
- equals(Object) - function in com.google.genai.types.HarmProbability
- equals(Object) - function in com.google.genai.types.HarmSeverity
- equals(Object) - function in com.google.genai.types.HttpElementLocation
- equals(Object) - function in com.google.genai.types.ImagePromptLanguage
- equals(Object) - function in com.google.genai.types.JobState
- equals(Object) - function in com.google.genai.types.Language
- equals(Object) - function in com.google.genai.types.MaskReferenceMode
- equals(Object) - function in com.google.genai.types.MediaModality
- equals(Object) - function in com.google.genai.types.MediaResolution
- equals(Object) - function in com.google.genai.types.Modality
- equals(Object) - function in com.google.genai.types.ModelRoutingPreference
- equals(Object) - function in com.google.genai.types.ModelStage
- equals(Object) - function in com.google.genai.types.NullValue
- equals(Object) - function in com.google.genai.types.Outcome
- equals(Object) - function in com.google.genai.types.PairwiseChoice
- equals(Object) - function in com.google.genai.types.PartMediaResolutionLevel
- equals(Object) - function in com.google.genai.types.PersonGeneration
- equals(Object) - function in com.google.genai.types.PhishBlockThreshold
- equals(Object) - function in com.google.genai.types.ProminentPeople
- equals(Object) - function in com.google.genai.types.ProxyType
- equals(Object) - function in com.google.genai.types.ResourceScope
- equals(Object) - function in com.google.genai.types.RubricContentType
- equals(Object) - function in com.google.genai.types.SafetyFilterLevel
- equals(Object) - function in com.google.genai.types.SegmentMode
- equals(Object) - function in com.google.genai.types.ServiceTier
- equals(Object) - function in com.google.genai.types.StartSensitivity
- equals(Object) - function in com.google.genai.types.SubjectReferenceType
- equals(Object) - function in com.google.genai.types.ThinkingLevel
- equals(Object) - function in com.google.genai.types.ToolType
- equals(Object) - function in com.google.genai.types.TrafficType
- equals(Object) - function in com.google.genai.types.TuningJobState
- equals(Object) - function in com.google.genai.types.TuningMethod
- equals(Object) - function in com.google.genai.types.TuningMode
- equals(Object) - function in com.google.genai.types.TuningTask
- equals(Object) - function in com.google.genai.types.TurnCompleteReason
- equals(Object) - function in com.google.genai.types.TurnCoverage
- equals(Object) - function in com.google.genai.types.Type
- equals(Object) - function in com.google.genai.types.UrlRetrievalStatus
- equals(Object) - function in com.google.genai.types.VadSignalType
- equals(Object) - function in com.google.genai.types.VideoCompressionQuality
- equals(Object) - function in com.google.genai.types.VideoGenerationMaskMode
- equals(Object) - function in com.google.genai.types.VideoGenerationReferenceType
- equals(Object) - function in com.google.genai.types.VoiceActivityType
- error() - function in com.google.genai.types.BatchJob
- Output only.
- error(com.google.genai.types.JobError) - function in com.google.genai.types.BatchJob.Builder
- Setter for error.
- error(com.google.genai.types.JobError.Builder) - function in com.google.genai.types.BatchJob.Builder
- Setter for error builder.
- error() - function in com.google.genai.types.DeleteResourceJob
- error(com.google.genai.types.JobError) - function in com.google.genai.types.DeleteResourceJob.Builder
- Setter for error.
- error(com.google.genai.types.JobError.Builder) - function in com.google.genai.types.DeleteResourceJob.Builder
- Setter for error builder.
- error() - function in com.google.genai.types.EvaluateDatasetRun
- Output only.
- error(com.google.genai.types.GoogleRpcStatus) - function in com.google.genai.types.EvaluateDatasetRun.Builder
- Setter for error.
- error(com.google.genai.types.GoogleRpcStatus.Builder) - function in com.google.genai.types.EvaluateDatasetRun.Builder
- Setter for error builder.
- error() - function in com.google.genai.types.File
- Output only.
- error(com.google.genai.types.FileStatus) - function in com.google.genai.types.File.Builder
- Setter for error.
- error(com.google.genai.types.FileStatus.Builder) - function in com.google.genai.types.File.Builder
- Setter for error builder.
- error(java.util.Map) - function in com.google.genai.types.GenerateVideosOperation.Builder
- Setter for error.
- error(java.util.Map) - function in com.google.genai.types.ImportFileOperation.Builder
- Setter for error.
- error() - function in com.google.genai.types.InlinedEmbedContentResponse
- Output only.
- error(com.google.genai.types.JobError) - function in com.google.genai.types.InlinedEmbedContentResponse.Builder
- Setter for error.
- error(com.google.genai.types.JobError.Builder) - function in com.google.genai.types.InlinedEmbedContentResponse.Builder
- Setter for error builder.
- error() - function in com.google.genai.types.InlinedResponse
- The error encountered while processing the request.
- error(com.google.genai.types.JobError) - function in com.google.genai.types.InlinedResponse.Builder
- Setter for error.
- error(com.google.genai.types.JobError.Builder) - function in com.google.genai.types.InlinedResponse.Builder
- Setter for error builder.
- error() - function in com.google.genai.types.Operation
- The error result of the operation in case of failure or cancellation.
- error() - function in com.google.genai.types.Operation
- The error result of the operation in case of failure or cancellation.
- error() - function in com.google.genai.types.TuningJob
- Output only.
- error(com.google.genai.types.GoogleRpcStatus) - function in com.google.genai.types.TuningJob.Builder
- Setter for error.
- error(com.google.genai.types.GoogleRpcStatus.Builder) - function in com.google.genai.types.TuningJob.Builder
- Setter for error builder.
- error() - function in com.google.genai.types.TuningOperation
- The error result of the operation in case of failure or cancellation.
- error(java.util.Map) - function in com.google.genai.types.TuningOperation.Builder
- Setter for error.
- error(java.util.Map) - function in com.google.genai.types.UploadToFileSearchStoreOperation.Builder
- Setter for error.
- ES - enum entry in com.google.genai.types.ImagePromptLanguage.Known
Spanish
- EvaluateDatasetResponse - class in com.google.genai.types
- The results from an evaluation run performed by the EvaluationService.
- evaluateDatasetResponse() - function in com.google.genai.types.EvaluateDatasetRun
- Output only.
- evaluateDatasetResponse(com.google.genai.types.EvaluateDatasetResponse) - function in com.google.genai.types.EvaluateDatasetRun.Builder
- Setter for evaluateDatasetResponse.
- evaluateDatasetResponse(com.google.genai.types.EvaluateDatasetResponse.Builder) - function in com.google.genai.types.EvaluateDatasetRun.Builder
- Setter for evaluateDatasetResponse builder.
- EvaluateDatasetResponse.Builder - class in com.google.genai.types.EvaluateDatasetResponse
- Builder for EvaluateDatasetResponse.
- EvaluateDatasetRun - class in com.google.genai.types
- Evaluate Dataset Run Result for Tuning Job.
- EvaluateDatasetRun.Builder - class in com.google.genai.types.EvaluateDatasetRun
- Builder for EvaluateDatasetRun.
- evaluateDatasetRuns() - function in com.google.genai.types.TuningJob
- Output only.
- evaluateDatasetRuns(kotlin.Array) - function in com.google.genai.types.TuningJob.Builder
- Setter for evaluateDatasetRuns.
- evaluateDatasetRuns(kotlin.Array) - function in com.google.genai.types.TuningJob.Builder
- Setter for evaluateDatasetRuns builder.
- evaluateDatasetRuns(java.util.List) - function in com.google.genai.types.TuningJob.Builder
- Setter for evaluateDatasetRuns.
- evaluationConfig() - function in com.google.genai.types.CreateTuningJobConfig
- Evaluation config for the tuning job.
- evaluationConfig(com.google.genai.types.EvaluationConfig) - function in com.google.genai.types.CreateTuningJobConfig.Builder
- Setter for evaluationConfig.
- evaluationConfig(com.google.genai.types.EvaluationConfig.Builder) - function in com.google.genai.types.CreateTuningJobConfig.Builder
- Setter for evaluationConfig builder.
- EvaluationConfig - class in com.google.genai.types
- Evaluation config for tuning.
- evaluationConfig() - function in com.google.genai.types.TuningJob
- Evaluation config for the tuning job.
- evaluationConfig(com.google.genai.types.EvaluationConfig) - function in com.google.genai.types.TuningJob.Builder
- Setter for evaluationConfig.
- evaluationConfig(com.google.genai.types.EvaluationConfig.Builder) - function in com.google.genai.types.TuningJob.Builder
- Setter for evaluationConfig builder.
- EvaluationConfig.Builder - class in com.google.genai.types.EvaluationConfig
- Builder for EvaluationConfig.
- EvaluationDataset - class in com.google.genai.types
- The dataset used for evaluation.
- EvaluationDataset.Builder - class in com.google.genai.types.EvaluationDataset
- Builder for EvaluationDataset.
- evaluationFunction() - function in com.google.genai.types.CustomCodeExecutionSpec
- A string representing a user-defined function for evaluation.
- evaluationFunction(java.lang.String) - function in com.google.genai.types.CustomCodeExecutionSpec.Builder
- Setter for evaluationFunction.
- evaluationRun() - function in com.google.genai.types.EvaluateDatasetRun
- Output only.
- evaluationRun(java.lang.String) - function in com.google.genai.types.EvaluateDatasetRun.Builder
- Setter for evaluationRun.
- EXACT_MATCH - enum entry in com.google.genai.types.ComputationBasedMetricType.Known
Exact match metric.
- exactMatchMetricValue() - function in com.google.genai.types.AggregationResult
- Results for exact match metric.
- exactMatchMetricValue(com.google.genai.types.ExactMatchMetricValue) - function in com.google.genai.types.AggregationResult.Builder
- Setter for exactMatchMetricValue.
- exactMatchMetricValue(com.google.genai.types.ExactMatchMetricValue.Builder) - function in com.google.genai.types.AggregationResult.Builder
- Setter for exactMatchMetricValue builder.
- ExactMatchMetricValue - class in com.google.genai.types
- Exact match metric value for an instance.
- ExactMatchMetricValue.Builder - class in com.google.genai.types.ExactMatchMetricValue
- Builder for ExactMatchMetricValue.
- example() - function in com.google.genai.types.Schema
- Optional.
- example(Object) - function in com.google.genai.types.Schema.Builder
- Setter for example.
- examples() - function in com.google.genai.types.TuningDataset
- Inline examples with simple input/output text.
- examples(kotlin.Array) - function in com.google.genai.types.TuningDataset.Builder
- Setter for examples.
- examples(kotlin.Array) - function in com.google.genai.types.TuningDataset.Builder
- Setter for examples builder.
- examples(java.util.List) - function in com.google.genai.types.TuningDataset.Builder
- Setter for examples.
- exceptionIfMldev() - function in com.google.genai.types.TestTableItem
- Expects an exception for MLDev matching the string.
- exceptionIfMldev(java.lang.String) - function in com.google.genai.types.TestTableItem.Builder
- Setter for exceptionIfMldev.
- exceptionIfVertex() - function in com.google.genai.types.TestTableItem
- Expects an exception for Vertex matching the string.
- exceptionIfVertex(java.lang.String) - function in com.google.genai.types.TestTableItem.Builder
- Setter for exceptionIfVertex.
- excludeDomains() - function in com.google.genai.types.EnterpriseWebSearch
- Optional.
- excludeDomains(kotlin.Array) - function in com.google.genai.types.EnterpriseWebSearch.Builder
- Setter for excludeDomains.
- excludeDomains(java.util.List) - function in com.google.genai.types.EnterpriseWebSearch.Builder
- Setter for excludeDomains.
- excludeDomains() - function in com.google.genai.types.GoogleSearch
- Optional.
- excludeDomains(kotlin.Array) - function in com.google.genai.types.GoogleSearch.Builder
- Setter for excludeDomains.
- excludeDomains(java.util.List) - function in com.google.genai.types.GoogleSearch.Builder
- Setter for excludeDomains.
- excludedPredefinedFunctions() - function in com.google.genai.types.ComputerUse
- By default, predefined functions are included in the final model call.
- excludedPredefinedFunctions(kotlin.Array) - function in com.google.genai.types.ComputerUse.Builder
- Setter for excludedPredefinedFunctions.
- excludedPredefinedFunctions(java.util.List) - function in com.google.genai.types.ComputerUse.Builder
- Setter for excludedPredefinedFunctions.
- ExecutableCode - class in com.google.genai.types
- Model-generated code executed server-side, results returned to the model.
- executableCode() - function in com.google.genai.types.GenerateContentResponse
- Returns the executable code in the response.
- executableCode() - function in com.google.genai.types.Part
- Optional.
- executableCode(com.google.genai.types.ExecutableCode) - function in com.google.genai.types.Part.Builder
- Setter for executableCode.
- executableCode(com.google.genai.types.ExecutableCode.Builder) - function in com.google.genai.types.Part.Builder
- Setter for executableCode builder.
- ExecutableCode.Builder - class in com.google.genai.types.ExecutableCode
- Builder for ExecutableCode.
- expBase() - function in com.google.genai.types.HttpRetryOptions
- Multiplier by which the delay increases after each attempt.
- expBase(java.lang.Double) - function in com.google.genai.types.HttpRetryOptions.Builder
- Setter for expBase.
- experiment() - function in com.google.genai.types.TuningJob
- Output only.
- experiment(java.lang.String) - function in com.google.genai.types.TuningJob.Builder
- Setter for experiment.
- EXPERIMENTAL - enum entry in com.google.genai.types.ModelStage.Known
Models in this stage are for experimental purposes only.
- expirationTime() - function in com.google.genai.types.File
- Output only.
- expirationTime(java.time.Instant) - function in com.google.genai.types.File.Builder
- Setter for expirationTime.
- expireTime() - function in com.google.genai.types.CachedContent
- Expiration time of the cached content.
- expireTime(java.time.Instant) - function in com.google.genai.types.CachedContent.Builder
- Setter for expireTime.
- expireTime() - function in com.google.genai.types.CreateAuthTokenConfig
- An optional time after which, when using the resulting token, messages in Live API sessions will be rejected.
- expireTime(java.time.Instant) - function in com.google.genai.types.CreateAuthTokenConfig.Builder
- Setter for expireTime.
- expireTime() - function in com.google.genai.types.CreateCachedContentConfig
- Timestamp of when this resource is considered expired.
- expireTime(java.time.Instant) - function in com.google.genai.types.CreateCachedContentConfig.Builder
- Setter for expireTime.
- expireTime() - function in com.google.genai.types.UpdateCachedContentConfig
- Timestamp of when this resource is considered expired.
- expireTime(java.time.Instant) - function in com.google.genai.types.UpdateCachedContentConfig.Builder
- Setter for expireTime.
- explanation() - function in com.google.genai.types.PairwiseMetricResult
- Output only.
- explanation(java.lang.String) - function in com.google.genai.types.PairwiseMetricResult.Builder
- Setter for explanation.
- explanation() - function in com.google.genai.types.PointwiseMetricResult
- Output only.
- explanation(java.lang.String) - function in com.google.genai.types.PointwiseMetricResult.Builder
- Setter for explanation.
- explicitVadSignal() - function in com.google.genai.types.LiveClientSetup
- Configures the explicit VAD signal.
- explicitVadSignal(boolean) - function in com.google.genai.types.LiveClientSetup.Builder
- Setter for explicitVadSignal.
- explicitVadSignal() - function in com.google.genai.types.LiveConnectConfig
- Configures the explicit VAD signal.
- explicitVadSignal(boolean) - function in com.google.genai.types.LiveConnectConfig.Builder
- Setter for explicitVadSignal.
- exportLastCheckpointOnly() - function in com.google.genai.types.CreateTuningJobConfig
- If set to true, disable intermediate checkpoints and only the last checkpoint will be exported.
- exportLastCheckpointOnly(boolean) - function in com.google.genai.types.CreateTuningJobConfig.Builder
- Setter for exportLastCheckpointOnly.
- exportLastCheckpointOnly() - function in com.google.genai.types.PreferenceOptimizationSpec
- Optional.
- exportLastCheckpointOnly(boolean) - function in com.google.genai.types.PreferenceOptimizationSpec.Builder
- Setter for exportLastCheckpointOnly.
- exportLastCheckpointOnly() - function in com.google.genai.types.SupervisedTuningSpec
- Optional.
- exportLastCheckpointOnly(boolean) - function in com.google.genai.types.SupervisedTuningSpec.Builder
- Setter for exportLastCheckpointOnly.
- ExternalApi - class in com.google.genai.types
- Retrieve from data source powered by external API for grounding.
- externalApi() - function in com.google.genai.types.Retrieval
- Use data source powered by external API for grounding.
- externalApi(com.google.genai.types.ExternalApi) - function in com.google.genai.types.Retrieval.Builder
- Setter for externalApi.
- externalApi(com.google.genai.types.ExternalApi.Builder) - function in com.google.genai.types.Retrieval.Builder
- Setter for externalApi builder.
- ExternalApi.Builder - class in com.google.genai.types.ExternalApi
- Builder for ExternalApi.
- ExternalApiElasticSearchParams - class in com.google.genai.types
- The search parameters to use for the ELASTIC_SEARCH spec.
- ExternalApiElasticSearchParams.Builder - class in com.google.genai.types.ExternalApiElasticSearchParams
- Builder for ExternalApiElasticSearchParams.
- ExternalApiSimpleSearchParams - class in com.google.genai.types
- The search parameters to use for SIMPLE_SEARCH spec.
- ExternalApiSimpleSearchParams.Builder - class in com.google.genai.types.ExternalApiSimpleSearchParams
- Builder for ExternalApiSimpleSearchParams.
- extraBody() - function in com.google.genai.types.HttpOptions
- Extra parameters to add to the request body.
- extraBody(java.util.Map) - function in com.google.genai.types.HttpOptions.Builder
- Setter for extraBody.