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 GetBatchJobConfigGetBatchJobConfig.Builder.build()static GetBatchJobConfigDeserializes 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.BuilderGetBatchJobParameters.Builder.config(GetBatchJobConfig config) Setter for config.