Presets class final

Preset configuration for example-based explanations

Inheritance

Constructors

Presets({Presets_Query? query, Presets_Modality modality = Presets_Modality.$default})
Presets.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
modality Presets_Modality
The modality of the uploaded model, which automatically configures the distance measurement and feature normalization for the underlying example index and queries. If your model does not precisely fit one of these types, it is okay to choose the closest type.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
query Presets_Query?
Preset option controlling parameters for speed-precision trade-off when querying for examples. If omitted, defaults to PRECISE.
final
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() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String