Class GoogleCloudAiplatformV1EmbedContentResponse
Response message for PredictionService.EmbedContent.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1EmbedContentResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Embedding
The embedding generated from the input content.
Declaration
[JsonProperty("embedding")]
public virtual GoogleCloudAiplatformV1EmbedContentResponseEmbedding Embedding { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1EmbedContentResponseEmbedding |
Truncated
Whether the input content was truncated before generating the embedding.
Declaration
[JsonProperty("truncated")]
public virtual bool? Truncated { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
UsageMetadata
Metadata about the response(s).
Declaration
[JsonProperty("usageMetadata")]
public virtual GoogleCloudAiplatformV1UsageMetadata UsageMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1UsageMetadata |