Package com.google.genai.types
Class CancelTuningJobParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.CancelTuningJobParameters
Parameters for the cancel method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for CancelTuningJobParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for CancelTuningJobParameters.abstract Optional<CancelTuningJobConfig>config()Optional parameters for the request.static CancelTuningJobParametersDeserializes a JSON string to a CancelTuningJobParameters object.name()The resource name of the tuning job.abstract CancelTuningJobParameters.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
CancelTuningJobParameters
public CancelTuningJobParameters()
-
-
Method Details
-
name
The resource name of the tuning job. -
config
Optional parameters for the request. -
builder
Instantiates a builder for CancelTuningJobParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a CancelTuningJobParameters object.
-