Uses of Class
com.google.genai.types.DeleteBatchJobConfig
Packages that use DeleteBatchJobConfig
-
Uses of DeleteBatchJobConfig in com.google.genai
Methods in com.google.genai with parameters of type DeleteBatchJobConfigModifier and TypeMethodDescriptionAsyncBatches.delete
(String name, DeleteBatchJobConfig config) Asynchronously deletes a batch job resource.Batches.delete
(String name, DeleteBatchJobConfig config) Deletes a batch job resource. -
Uses of DeleteBatchJobConfig in com.google.genai.types
Methods in com.google.genai.types that return DeleteBatchJobConfigModifier and TypeMethodDescriptionabstract DeleteBatchJobConfig
DeleteBatchJobConfig.Builder.build()
static DeleteBatchJobConfig
Deserializes a JSON string to a DeleteBatchJobConfig object.Methods in com.google.genai.types that return types with arguments of type DeleteBatchJobConfigModifier and TypeMethodDescriptionabstract Optional<DeleteBatchJobConfig>
DeleteBatchJobParameters.config()
Optional parameters for the request.Methods in com.google.genai.types with parameters of type DeleteBatchJobConfigModifier and TypeMethodDescriptionabstract DeleteBatchJobParameters.Builder
DeleteBatchJobParameters.Builder.config
(DeleteBatchJobConfig config) Setter for config.