Package com.google.genai.types
Class CancelBatchJobParameters.Builder
java.lang.Object
com.google.genai.types.CancelBatchJobParameters.Builder
- Enclosing class:
- CancelBatchJobParameters
Builder for CancelBatchJobParameters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CancelBatchJobParametersbuild()Clears the value of config field.Clears the value of name field.abstract CancelBatchJobParameters.Builderconfig(CancelBatchJobConfig config) Setter for config.config(CancelBatchJobConfig.Builder configBuilder) Setter for config builder.abstract CancelBatchJobParameters.BuilderSetter 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.
-
clearName
Clears the value of name field. -
config
Setter for config.config: Optional parameters for the request.
-
config
@CanIgnoreReturnValue public CancelBatchJobParameters.Builder config(CancelBatchJobConfig.Builder configBuilder) Setter for config builder.config: Optional parameters for the request.
-
clearConfig
Clears the value of config field. -
build
-