Class Examples (1.17.1)

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

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

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
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. This field is a member of `oneof`_ ``config``.
presets google.cloud.aiplatform_v1beta1.types.Presets
Preset config based on the desired query speed-precision trade-off and modality This field is a member of `oneof`_ ``config``.
gcs_source google.cloud.aiplatform_v1beta1.types.GcsSource
The Cloud Storage location for the input instances.
neighbor_count int
The number of neighbors to return.

Inheritance

builtins.object > proto.message.Message > Examples