Cloud AI Platform v1 API - Class ExamplesOverride (2.27.0)

public sealed class ExamplesOverride : IMessage<ExamplesOverride>, IEquatable<ExamplesOverride>, IDeepCloneable<ExamplesOverride>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ExamplesOverride.

Overrides for example-based explanations.

Inheritance

object > ExamplesOverride

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExamplesOverride()

public ExamplesOverride()

ExamplesOverride(ExamplesOverride)

public ExamplesOverride(ExamplesOverride other)
Parameter
NameDescription
otherExamplesOverride

Properties

CrowdingCount

public int CrowdingCount { get; set; }

The number of neighbors to return that have the same crowding tag.

Property Value
TypeDescription
int

DataFormat

public ExamplesOverride.Types.DataFormat DataFormat { get; set; }

The format of the data being provided with each call.

Property Value
TypeDescription
ExamplesOverrideTypesDataFormat

NeighborCount

public int NeighborCount { get; set; }

The number of neighbors to return.

Property Value
TypeDescription
int

Restrictions

public RepeatedField<ExamplesRestrictionsNamespace> Restrictions { get; }

Restrict the resulting nearest neighbors to respect these constraints.

Property Value
TypeDescription
RepeatedFieldExamplesRestrictionsNamespace

ReturnEmbeddings

public bool ReturnEmbeddings { get; set; }

If true, return the embeddings instead of neighbors.

Property Value
TypeDescription
bool