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.Builder
CreateBatchJobConfig.builder()
Instantiates a builder for CreateBatchJobConfig.abstract CreateBatchJobConfig.Builder
CreateBatchJobConfig.Builder.dest
(BatchJobDestination dest) Setter for dest.CreateBatchJobConfig.Builder.dest
(BatchJobDestination.Builder destBuilder) Setter for dest builder.abstract CreateBatchJobConfig.Builder
CreateBatchJobConfig.Builder.displayName
(String displayName) Setter for displayName.abstract CreateBatchJobConfig.Builder
CreateBatchJobConfig.Builder.httpOptions
(HttpOptions httpOptions) Setter for httpOptions.CreateBatchJobConfig.Builder.httpOptions
(HttpOptions.Builder httpOptionsBuilder) Setter for httpOptions builder.abstract CreateBatchJobConfig.Builder
CreateBatchJobConfig.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.