Class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec
The specification that uses customized query embedding vector to do semantic document retrieval.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmbeddingVectors
The embedding vector used for retrieval. Limit to 1.
Declaration
[JsonProperty("embeddingVectors")]
public virtual IList<GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector> EmbeddingVectors { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpecEmbeddingVector> |