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 BatchJobDestinationBatchJobDestination.Builder.build()static BatchJobDestinationDeserializes 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.BuilderBatchJob.Builder.dest(BatchJobDestination dest) Setter for dest.abstract CreateBatchJobConfig.BuilderCreateBatchJobConfig.Builder.dest(BatchJobDestination dest) Setter for dest.