GoogleCloudAiplatformV1SafetySetting class
Safety settings.
Constructors
- GoogleCloudAiplatformV1SafetySetting({String? category, String? method, String? threshold})
- GoogleCloudAiplatformV1SafetySetting.fromJson(Map json_)
Properties
- category ↔ String?
-
Harm category.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- method ↔ String?
-
Specify if the threshold is used for probability or severity score.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- threshold ↔ String?
-
The harm block threshold.
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