Uses of Class
com.google.genai.types.CreateBatchJobConfig.Builder
Packages that use CreateBatchJobConfig.Builder
-
Uses of CreateBatchJobConfig.Builder in com.google.genai.types
Methods in com.google.genai.types that return CreateBatchJobConfig.BuilderModifier and TypeMethodDescriptionstatic CreateBatchJobConfig.BuilderCreateBatchJobConfig.builder()Instantiates a builder for CreateBatchJobConfig.abstract CreateBatchJobConfig.BuilderCreateBatchJobConfig.Builder.dest(BatchJobDestination dest) Setter for dest.CreateBatchJobConfig.Builder.dest(BatchJobDestination.Builder destBuilder) Setter for dest builder.abstract CreateBatchJobConfig.BuilderCreateBatchJobConfig.Builder.displayName(String displayName) Setter for displayName.abstract CreateBatchJobConfig.BuilderCreateBatchJobConfig.Builder.httpOptions(HttpOptions httpOptions) Setter for httpOptions.CreateBatchJobConfig.Builder.httpOptions(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.abstract CreateBatchJobConfig.BuilderCreateBatchJobConfig.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type CreateBatchJobConfig.BuilderModifier and TypeMethodDescriptionCreateBatchJobParameters.Builder.config(CreateBatchJobConfig.Builder configBuilder) Setter for config builder.