Class Similarity

Similarity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Similarity explainability that returns the nearest neighbors from the provided dataset.

Attributes

NameDescription
gcs_source google.cloud.aiplatform_v1beta1.types.GcsSource
The Cloud Storage location for the input instances.
nearest_neighbor_search_config google.protobuf.struct_pb2.Value
The configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.

Inheritance

builtins.object > proto.message.Message > Similarity