Class GoogleCloudAiplatformV1NearestNeighborQueryEmbedding
The embedding vector.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1NearestNeighborQueryEmbedding : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Optional. Individual value in the embedding.
Declaration
[JsonProperty("value")]
public virtual IList<float?> Value { get; set; }
Property Value
Type | Description |
---|---|
IList<float?> |