Examples class final

Example-based explainability that returns the nearest neighbors from the provided dataset.

Constructors

Examples({Examples_ExampleGcsSource? exampleGcsSource, Value? nearestNeighborSearchConfig, Presets? presets, GcsSource? gcsSource, int neighborCount = 0})
Examples.fromJson(Object? j)
factory

Properties

exampleGcsSource → Examples_ExampleGcsSource?
The Cloud Storage input instances.
final
gcsSource → GcsSource?
The Cloud Storage locations that contain the instances to be indexed for approximate nearest neighbor search.
final
hashCode → int
The hash code for this object.
no setterinherited
nearestNeighborSearchConfig → Value?
The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.
final
neighborCount → int
The number of neighbors to return when querying for examples.
final
presets → Presets?
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
final
qualifiedName → String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
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
toString() → String
A string representation of this object.
override

Operators

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

Constants

fullyQualifiedName → const String