Class GoogleCloudAiplatformV1Examples
Example-based explainability that returns the nearest neighbors from the provided dataset.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1Examples : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExampleGcsSource
The Cloud Storage input instances.
Declaration
[JsonProperty("exampleGcsSource")]
public virtual GoogleCloudAiplatformV1ExamplesExampleGcsSource ExampleGcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1ExamplesExampleGcsSource |
NearestNeighborSearchConfig
The full configuration for the generated index, the semantics are the same as metadata and should match NearestNeighborSearchConfig.
Declaration
[JsonProperty("nearestNeighborSearchConfig")]
public virtual object NearestNeighborSearchConfig { get; set; }
Property Value
Type | Description |
---|---|
object |
NeighborCount
The number of neighbors to return when querying for examples.
Declaration
[JsonProperty("neighborCount")]
public virtual int? NeighborCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
Presets
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
Declaration
[JsonProperty("presets")]
public virtual GoogleCloudAiplatformV1Presets Presets { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1Presets |