public sealed class ExamplesOverride : IMessage<ExamplesOverride>, IEquatable<ExamplesOverride>, IDeepCloneable<ExamplesOverride>, IBufferMessage, IMessageOverrides for example-based explanations.
Implements
IMessage<ExamplesOverride>, IEquatable<ExamplesOverride>, IDeepCloneable<ExamplesOverride>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
ExamplesOverride()
public ExamplesOverride()ExamplesOverride(ExamplesOverride)
public ExamplesOverride(ExamplesOverride other)| Parameter | |
|---|---|
| Name | Description |
other |
ExamplesOverride |
Properties
CrowdingCount
public int CrowdingCount { get; set; }The number of neighbors to return that have the same crowding tag.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
DataFormat
public ExamplesOverride.Types.DataFormat DataFormat { get; set; }The format of the data being provided with each call.
| Property Value | |
|---|---|
| Type | Description |
ExamplesOverride.Types.DataFormat |
|
NeighborCount
public int NeighborCount { get; set; }The number of neighbors to return.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
Restrictions
public RepeatedField<ExamplesRestrictionsNamespace> Restrictions { get; }Restrict the resulting nearest neighbors to respect these constraints.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ExamplesRestrictionsNamespace> |
|
ReturnEmbeddings
public bool ReturnEmbeddings { get; set; }If true, return the embeddings instead of neighbors.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|