Uses of Class
com.google.genai.types.GetBatchJobConfig
Packages that use GetBatchJobConfig
-
Uses of GetBatchJobConfig in com.google.genai
Methods in com.google.genai with parameters of type GetBatchJobConfigModifier and TypeMethodDescriptionAsyncBatches.get
(String name, GetBatchJobConfig config) Asynchronously gets a batch job resource.Batches.get
(String name, GetBatchJobConfig config) Gets a batch job resource. -
Uses of GetBatchJobConfig in com.google.genai.types
Methods in com.google.genai.types that return GetBatchJobConfigModifier and TypeMethodDescriptionabstract GetBatchJobConfig
GetBatchJobConfig.Builder.build()
static GetBatchJobConfig
Deserializes a JSON string to a GetBatchJobConfig object.Methods in com.google.genai.types that return types with arguments of type GetBatchJobConfigModifier and TypeMethodDescriptionabstract Optional<GetBatchJobConfig>
GetBatchJobParameters.config()
Optional parameters for the request.Methods in com.google.genai.types with parameters of type GetBatchJobConfigModifier and TypeMethodDescriptionabstract GetBatchJobParameters.Builder
GetBatchJobParameters.Builder.config
(GetBatchJobConfig config) Setter for config.