Cloud AI Platform v1 API - Class Examples (2.24.0)

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

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

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

Inheritance

object > Examples

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Examples()

public Examples()

Examples(Examples)

public Examples(Examples other)
Parameter
NameDescription
otherExamples

Properties

ConfigCase

public Examples.ConfigOneofCase ConfigCase { get; }
Property Value
TypeDescription
ExamplesConfigOneofCase

ExampleGcsSource

public Examples.Types.ExampleGcsSource ExampleGcsSource { get; set; }

The Cloud Storage input instances.

Property Value
TypeDescription
ExamplesTypesExampleGcsSource

NearestNeighborSearchConfig

public Value NearestNeighborSearchConfig { get; set; }

The full configuration for the generated index, the semantics are the same as [metadata][google.cloud.aiplatform.v1.Index.metadata] and should match NearestNeighborSearchConfig.

Property Value
TypeDescription
Value

NeighborCount

public int NeighborCount { get; set; }

The number of neighbors to return when querying for examples.

Property Value
TypeDescription
int

Presets

public Presets Presets { get; set; }

Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.

Property Value
TypeDescription
Presets

SourceCase

public Examples.SourceOneofCase SourceCase { get; }
Property Value
TypeDescription
ExamplesSourceOneofCase