Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigHybridSearchConfig

Config for hybrid search.

Inheritance
object
GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigHybridSearchConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigHybridSearchConfig : IDirectResponseSchema

Properties

DenseEmbeddingModelPredictionEndpoint

Required. The Vertex AI Prediction Endpoint that hosts the embedding model for dense embedding generations.

Declaration
[JsonProperty("denseEmbeddingModelPredictionEndpoint")]
public virtual GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint DenseEmbeddingModelPredictionEndpoint { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigVertexPredictionEndpoint

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SparseEmbeddingConfig

Optional. The configuration for sparse embedding generation. This field is optional the default behavior depends on the vector database choice on the RagCorpus.

Declaration
[JsonProperty("sparseEmbeddingConfig")]
public virtual GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigSparseEmbeddingConfig SparseEmbeddingConfig { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1beta1RagEmbeddingModelConfigSparseEmbeddingConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX