public static interface RagEmbeddingModelConfig.HybridSearchConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RagEmbeddingModelConfig.VertexPredictionEndpoint |
getDenseEmbeddingModelPredictionEndpoint()
Required.
|
RagEmbeddingModelConfig.VertexPredictionEndpointOrBuilder |
getDenseEmbeddingModelPredictionEndpointOrBuilder()
Required.
|
RagEmbeddingModelConfig.SparseEmbeddingConfig |
getSparseEmbeddingConfig()
Optional.
|
RagEmbeddingModelConfig.SparseEmbeddingConfigOrBuilder |
getSparseEmbeddingConfigOrBuilder()
Optional.
|
boolean |
hasDenseEmbeddingModelPredictionEndpoint()
Required.
|
boolean |
hasSparseEmbeddingConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSparseEmbeddingConfig()
Optional. The configuration for sparse embedding generation. This field is optional the default behavior depends on the vector database choice on the RagCorpus.
.google.cloud.aiplatform.v1beta1.RagEmbeddingModelConfig.SparseEmbeddingConfig sparse_embedding_config = 1 [(.google.api.field_behavior) = OPTIONAL];
RagEmbeddingModelConfig.SparseEmbeddingConfig getSparseEmbeddingConfig()
Optional. The configuration for sparse embedding generation. This field is optional the default behavior depends on the vector database choice on the RagCorpus.
.google.cloud.aiplatform.v1beta1.RagEmbeddingModelConfig.SparseEmbeddingConfig sparse_embedding_config = 1 [(.google.api.field_behavior) = OPTIONAL];
RagEmbeddingModelConfig.SparseEmbeddingConfigOrBuilder getSparseEmbeddingConfigOrBuilder()
Optional. The configuration for sparse embedding generation. This field is optional the default behavior depends on the vector database choice on the RagCorpus.
.google.cloud.aiplatform.v1beta1.RagEmbeddingModelConfig.SparseEmbeddingConfig sparse_embedding_config = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasDenseEmbeddingModelPredictionEndpoint()
Required. The Vertex AI Prediction Endpoint that hosts the embedding model for dense embedding generations.
.google.cloud.aiplatform.v1beta1.RagEmbeddingModelConfig.VertexPredictionEndpoint dense_embedding_model_prediction_endpoint = 2 [(.google.api.field_behavior) = REQUIRED];
RagEmbeddingModelConfig.VertexPredictionEndpoint getDenseEmbeddingModelPredictionEndpoint()
Required. The Vertex AI Prediction Endpoint that hosts the embedding model for dense embedding generations.
.google.cloud.aiplatform.v1beta1.RagEmbeddingModelConfig.VertexPredictionEndpoint dense_embedding_model_prediction_endpoint = 2 [(.google.api.field_behavior) = REQUIRED];
RagEmbeddingModelConfig.VertexPredictionEndpointOrBuilder getDenseEmbeddingModelPredictionEndpointOrBuilder()
Required. The Vertex AI Prediction Endpoint that hosts the embedding model for dense embedding generations.
.google.cloud.aiplatform.v1beta1.RagEmbeddingModelConfig.VertexPredictionEndpoint dense_embedding_model_prediction_endpoint = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.