Package com.google.genai.types
Class DeleteBatchJobParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.DeleteBatchJobParameters
Config for batches.delete parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for DeleteBatchJobParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for DeleteBatchJobParameters.abstract Optional<DeleteBatchJobConfig>
config()
Optional parameters for the request.static DeleteBatchJobParameters
Deserializes a JSON string to a DeleteBatchJobParameters object.name()
A fully-qualified BatchJob resource name or ID.abstract DeleteBatchJobParameters.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
DeleteBatchJobParameters
public DeleteBatchJobParameters()
-
-
Method Details
-
name
A fully-qualified BatchJob resource name or ID. Example: "projects/.../locations/.../batchPredictionJobs/456" or "456" when project and location are initialized in the client. -
config
Optional parameters for the request. -
builder
Instantiates a builder for DeleteBatchJobParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a DeleteBatchJobParameters object.
-