Uses of Class
com.google.genai.types.BatchJobDestination
Packages that use BatchJobDestination
-
Uses of BatchJobDestination in com.google.genai.types
Methods in com.google.genai.types that return BatchJobDestinationModifier and TypeMethodDescriptionabstract BatchJobDestination
BatchJobDestination.Builder.build()
static BatchJobDestination
Deserializes a JSON string to a BatchJobDestination object.Methods in com.google.genai.types that return types with arguments of type BatchJobDestinationModifier and TypeMethodDescriptionabstract Optional<BatchJobDestination>
BatchJob.dest()
Configuration for the output data.abstract Optional<BatchJobDestination>
CreateBatchJobConfig.dest()
GCS or BigQuery URI prefix for the output predictions.Methods in com.google.genai.types with parameters of type BatchJobDestinationModifier and TypeMethodDescriptionabstract BatchJob.Builder
BatchJob.Builder.dest
(BatchJobDestination dest) Setter for dest.abstract CreateBatchJobConfig.Builder
CreateBatchJobConfig.Builder.dest
(BatchJobDestination dest) Setter for dest.