public sealed class ExamplesOverride : IMessage<ExamplesOverride>, IEquatable<ExamplesOverride>, IDeepCloneable<ExamplesOverride>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ExamplesOverride.
Overrides for example-based explanations.
Implements
IMessageExamplesOverride, IEquatableExamplesOverride, IDeepCloneableExamplesOverride, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
int |
|
DataFormat
public ExamplesOverride.Types.DataFormat DataFormat { get; set; }The format of the data being provided with each call.
| Property Value | |
|---|---|
| Type | Description |
ExamplesOverrideTypesDataFormat |
|
NeighborCount
public int NeighborCount { get; set; }The number of neighbors to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Restrictions
public RepeatedField<ExamplesRestrictionsNamespace> Restrictions { get; }Restrict the resulting nearest neighbors to respect these constraints.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExamplesRestrictionsNamespace |
|
ReturnEmbeddings
public bool ReturnEmbeddings { get; set; }If true, return the embeddings instead of neighbors.
| Property Value | |
|---|---|
| Type | Description |
bool |
|