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.void
Batches.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 CancelBatchJobConfig
CancelBatchJobConfig.Builder.build()
static CancelBatchJobConfig
Deserializes 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.Builder
CancelBatchJobParameters.Builder.config
(CancelBatchJobConfig config) Setter for config.