Uses of Class
com.google.genai.types.BatchJobSource
Packages that use BatchJobSource
-
Uses of BatchJobSource in com.google.genai
Methods in com.google.genai with parameters of type BatchJobSourceModifier and TypeMethodDescriptionAsyncBatches.create
(String model, BatchJobSource src, CreateBatchJobConfig config) Asynchronously creates a batch job.Batches.create
(String model, BatchJobSource src, CreateBatchJobConfig config) Makes an API request to create the batch job. -
Uses of BatchJobSource in com.google.genai.types
Methods in com.google.genai.types that return BatchJobSourceModifier and TypeMethodDescriptionabstract BatchJobSource
BatchJobSource.Builder.build()
static BatchJobSource
Deserializes a JSON string to a BatchJobSource object.Methods in com.google.genai.types that return types with arguments of type BatchJobSourceModifier and TypeMethodDescriptionabstract Optional<BatchJobSource>
BatchJob.src()
Configuration for the input data.abstract Optional<BatchJobSource>
CreateBatchJobParameters.src()
GCS URI(-s) or BigQuery URI to your input data to run batch job.Methods in com.google.genai.types with parameters of type BatchJobSourceModifier and TypeMethodDescriptionabstract BatchJob.Builder
BatchJob.Builder.src
(BatchJobSource src) Setter for src.abstract CreateBatchJobParameters.Builder
CreateBatchJobParameters.Builder.src
(BatchJobSource src) Setter for src.