Uses of Class
com.google.genai.types.ListBatchJobsConfig
Packages that use ListBatchJobsConfig
-
Uses of ListBatchJobsConfig in com.google.genai
Methods in com.google.genai with parameters of type ListBatchJobsConfigModifier and TypeMethodDescriptionAsyncBatches.list(ListBatchJobsConfig config) Asynchronously makes an API request to list the available batch jobs.Batches.list(ListBatchJobsConfig config) Makes an API request to list the available batch jobs. -
Uses of ListBatchJobsConfig in com.google.genai.types
Methods in com.google.genai.types that return ListBatchJobsConfigModifier and TypeMethodDescriptionabstract ListBatchJobsConfigListBatchJobsConfig.Builder.build()static ListBatchJobsConfigDeserializes a JSON string to a ListBatchJobsConfig object.Methods in com.google.genai.types that return types with arguments of type ListBatchJobsConfigModifier and TypeMethodDescriptionabstract Optional<ListBatchJobsConfig>ListBatchJobsParameters.config()Methods in com.google.genai.types with parameters of type ListBatchJobsConfigModifier and TypeMethodDescriptionabstract ListBatchJobsParameters.BuilderListBatchJobsParameters.Builder.config(ListBatchJobsConfig config) Setter for config.