Package com.google.genai.types
Class CancelBatchJobConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.CancelBatchJobConfig
Optional parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for CancelBatchJobConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CancelBatchJobConfig.Builder
builder()
Instantiates a builder for CancelBatchJobConfig.static CancelBatchJobConfig
Deserializes a JSON string to a CancelBatchJobConfig object.abstract Optional<HttpOptions>
Used to override HTTP request options.abstract CancelBatchJobConfig.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
CancelBatchJobConfig
public CancelBatchJobConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
builder
Instantiates a builder for CancelBatchJobConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a CancelBatchJobConfig object.
-