GoogleCloudAiplatformV1AutoraterConfig class
The configs for autorater.
This is applicable to both EvaluateInstances and EvaluateDataset.
Constructors
- GoogleCloudAiplatformV1AutoraterConfig.new({String? autoraterModel, bool? flipEnabled, int? samplingCount})
- GoogleCloudAiplatformV1AutoraterConfig.fromJson(Map json_)
Properties
- autoraterModel ↔ String?
-
The fully qualified name of the publisher model or tuned autorater
endpoint to use.
getter/setter pair
- flipEnabled ↔ bool?
-
Whether to flip the candidate and baseline responses.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- samplingCount ↔ int?
-
Number of samples for each instance in the dataset.
getter/setter pair
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