Package com.google.genai.types
Class DeleteBatchJobParameters.Builder
java.lang.Object
com.google.genai.types.DeleteBatchJobParameters.Builder
- Enclosing class:
- DeleteBatchJobParameters
Builder for DeleteBatchJobParameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract DeleteBatchJobParameters
build()
abstract DeleteBatchJobParameters.Builder
config
(DeleteBatchJobConfig config) Setter for config.config
(DeleteBatchJobConfig.Builder configBuilder) Setter for config builder.abstract DeleteBatchJobParameters.Builder
Setter for name.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Setter for name.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
Setter for config.config: Optional parameters for the request.
-
config
Setter for config builder.config: Optional parameters for the request.
-
build
-