Uses of Class
com.google.genai.types.InlinedRequest
Packages that use InlinedRequest
-
Uses of InlinedRequest in com.google.genai.types
Methods in com.google.genai.types that return InlinedRequestModifier and TypeMethodDescriptionabstract InlinedRequest
InlinedRequest.Builder.build()
static InlinedRequest
Deserializes a JSON string to a InlinedRequest object.Methods in com.google.genai.types that return types with arguments of type InlinedRequestModifier and TypeMethodDescriptionabstract Optional<List<InlinedRequest>>
BatchJobSource.inlinedRequests()
The Gemini Developer API's inlined input data to run batch job.Methods in com.google.genai.types with parameters of type InlinedRequestModifier and TypeMethodDescriptionBatchJobSource.Builder.inlinedRequests
(InlinedRequest... inlinedRequests) Setter for inlinedRequests.Method parameters in com.google.genai.types with type arguments of type InlinedRequestModifier and TypeMethodDescriptionabstract BatchJobSource.Builder
BatchJobSource.Builder.inlinedRequests
(List<InlinedRequest> inlinedRequests) Setter for inlinedRequests.