J
- JA - enum entry in com.google.genai.types.ImagePromptLanguage.Known
Japanese
- JAILBREAK - enum entry in com.google.genai.types.BlockedReason.Known
The prompt was blocked as a jailbreak attempt. This enum value is not supported in Gemini API.
- jitter() - function in com.google.genai.types.HttpRetryOptions
- Randomness factor for the delay.
- jitter(java.lang.Double) - function in com.google.genai.types.HttpRetryOptions.Builder
- Setter for jitter.
- JOB_STATE_CANCELLED - enum entry in com.google.genai.types.JobState.Known
The job has been cancelled.
- JOB_STATE_CANCELLING - enum entry in com.google.genai.types.JobState.Known
The job is being cancelled. From this state the job may only go to either `JOB_STATE_SUCCEEDED`, `JOB_STATE_FAILED` or `JOB_STATE_CANCELLED`.
- JOB_STATE_EXPIRED - enum entry in com.google.genai.types.JobState.Known
The job has expired.
- JOB_STATE_FAILED - enum entry in com.google.genai.types.JobState.Known
The job failed.
- JOB_STATE_PARTIALLY_SUCCEEDED - enum entry in com.google.genai.types.JobState.Known
The job is partially succeeded, some results may be missing due to errors.
- JOB_STATE_PAUSED - enum entry in com.google.genai.types.JobState.Known
The job has been stopped, and can be resumed.
- JOB_STATE_PENDING - enum entry in com.google.genai.types.JobState.Known
The service is preparing to run the job.
- JOB_STATE_QUEUED - enum entry in com.google.genai.types.JobState.Known
The job has been just created or resumed and processing has not yet begun.
- JOB_STATE_RUNNING - enum entry in com.google.genai.types.JobState.Known
The job is in progress.
- JOB_STATE_SUCCEEDED - enum entry in com.google.genai.types.JobState.Known
The job completed successfully.
- JOB_STATE_UNSPECIFIED - enum entry in com.google.genai.types.JobState.Known
The job state is unspecified.
- JOB_STATE_UPDATING - enum entry in com.google.genai.types.JobState.Known
The job is being updated. Only jobs in the `JOB_STATE_RUNNING` state can be updated. After updating, the job goes back to the `JOB_STATE_RUNNING` state.
- JobError - class in com.google.genai.types
- Job error.
- JobError.Builder - class in com.google.genai.types.JobError
- Builder for JobError.
- JobState - class in com.google.genai.types
- Job state.
- JobState.Known - class in com.google.genai.types.JobState
- Enum representing the known values for JobState.
- jsonPath() - function in com.google.genai.types.PartialArg
- Required.
- jsonPath(java.lang.String) - function in com.google.genai.types.PartialArg.Builder
- Setter for jsonPath.
- JsonSerializable - class in com.google.genai
- A class that can be serialized to JSON and deserialized from JSON.
- judgeAutoraterConfig() - function in com.google.genai.types.LLMBasedMetricSpec
- Optional configuration for the judge LLM (Autorater).
- judgeAutoraterConfig(com.google.genai.types.AutoraterConfig) - function in com.google.genai.types.LLMBasedMetricSpec.Builder
- Setter for judgeAutoraterConfig.
- judgeAutoraterConfig(com.google.genai.types.AutoraterConfig.Builder) - function in com.google.genai.types.LLMBasedMetricSpec.Builder
- Setter for judgeAutoraterConfig builder.
- judgeModelSystemInstruction() - function in com.google.genai.types.Metric
- The system instruction for the judge model.
- judgeModelSystemInstruction(java.lang.String) - function in com.google.genai.types.Metric.Builder
- Setter for judgeModelSystemInstruction.