GoogleCloudAiplatformV1SupervisedHyperParameters class
Hyperparameters for SFT.
Constructors
- GoogleCloudAiplatformV1SupervisedHyperParameters({String? adapterSize, String? epochCount, double? learningRateMultiplier})
- GoogleCloudAiplatformV1SupervisedHyperParameters.fromJson(Map json_)
Properties
- adapterSize ↔ String?
-
Adapter size for tuning.
getter/setter pair
- epochCount ↔ String?
-
Number of complete passes the model makes over the entire training dataset
during training.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- learningRateMultiplier ↔ double?
-
Multiplier for adjusting the default learning rate.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited