Class GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding
The embedding vector.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1NearestNeighborQueryEmbedding : 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?> |