Package com.google.genai.types
Class GetBatchJobParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GetBatchJobParameters
Config for batches.get parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for GetBatchJobParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Instantiates a builder for GetBatchJobParameters.abstract Optional<GetBatchJobConfig>
config()
Optional parameters for the request.static GetBatchJobParameters
Deserializes a JSON string to a GetBatchJobParameters object.name()
A fully-qualified BatchJob resource name or ID.abstract GetBatchJobParameters.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GetBatchJobParameters
public GetBatchJobParameters()
-
-
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 GetBatchJobParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GetBatchJobParameters object.
-