Class GoogleCloudAiplatformV1EmbedContentResponseEmbedding
A list of floats representing an embedding.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EmbedContentResponseEmbedding : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Values
Embedding vector values.
Declaration
[JsonProperty("values")]
public virtual IList<float?> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<float?> |