Class ExamplesOverride (1.17.1)

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

Overrides for example-based explanations.

Attributes

NameDescription
neighbor_count int
The number of neighbors to return.
crowding_count int
The number of neighbors to return that have the same crowding tag.
restrictions Sequence[google.cloud.aiplatform_v1.types.ExamplesRestrictionsNamespace]
Restrict the resulting nearest neighbors to respect these constraints.
return_embeddings bool
If true, return the embeddings instead of neighbors.
data_format google.cloud.aiplatform_v1.types.ExamplesOverride.DataFormat
The format of the data being provided with each call.

Inheritance

builtins.object > proto.message.Message > ExamplesOverride

Classes

DataFormat

DataFormat(value)

Data format enum.