Package com.google.genai.types
Class GetBatchJobConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GetBatchJobConfig
Optional parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for GetBatchJobConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetBatchJobConfig.Builder
builder()
Instantiates a builder for GetBatchJobConfig.static GetBatchJobConfig
Deserializes a JSON string to a GetBatchJobConfig object.abstract Optional<HttpOptions>
Used to override HTTP request options.abstract GetBatchJobConfig.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
GetBatchJobConfig
public GetBatchJobConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
builder
Instantiates a builder for GetBatchJobConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GetBatchJobConfig object.
-