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