Uses of Class
com.google.genai.types.CancelBatchJobConfig
Packages that use CancelBatchJobConfig
-
Uses of CancelBatchJobConfig in com.google.genai
Methods in com.google.genai with parameters of type CancelBatchJobConfigModifier and TypeMethodDescriptionAsyncBatches.cancel(String name, CancelBatchJobConfig config) Asynchronously cancels a batch job resource.voidBatches.cancel(String name, CancelBatchJobConfig config) Cancels a batch job resource. -
Uses of CancelBatchJobConfig in com.google.genai.types
Methods in com.google.genai.types that return CancelBatchJobConfigModifier and TypeMethodDescriptionabstract CancelBatchJobConfigCancelBatchJobConfig.Builder.build()static CancelBatchJobConfigDeserializes a JSON string to a CancelBatchJobConfig object.Methods in com.google.genai.types that return types with arguments of type CancelBatchJobConfigModifier and TypeMethodDescriptionabstract Optional<CancelBatchJobConfig>CancelBatchJobParameters.config()Optional parameters for the request.Methods in com.google.genai.types with parameters of type CancelBatchJobConfigModifier and TypeMethodDescriptionabstract CancelBatchJobParameters.BuilderCancelBatchJobParameters.Builder.config(CancelBatchJobConfig config) Setter for config.