Package com.google.genai.types
Class ListBatchJobsParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListBatchJobsParameters
Config for batches.list parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListBatchJobsParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for ListBatchJobsParameters.abstract Optional<ListBatchJobsConfig>config()static ListBatchJobsParametersDeserializes a JSON string to a ListBatchJobsParameters object.abstract ListBatchJobsParameters.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
ListBatchJobsParameters
public ListBatchJobsParameters()
-
-
Method Details
-
config
-
builder
Instantiates a builder for ListBatchJobsParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListBatchJobsParameters object.
-