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