Uses of Class
com.google.cloud.aiplatform.v1.RagEmbeddingModelConfig.Builder
Packages that use RagEmbeddingModelConfig.Builder
-
Uses of RagEmbeddingModelConfig.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return RagEmbeddingModelConfig.BuilderModifier and TypeMethodDescriptionRagEmbeddingModelConfig.Builder.clear()RagEmbeddingModelConfig.Builder.clearModelConfig()RagEmbeddingModelConfig.Builder.clearVertexPredictionEndpoint()The Vertex AI Prediction Endpoint that either refers to a publisher model or an endpoint that is hosting a 1P fine-tuned text embedding model.RagVectorDbConfig.Builder.getRagEmbeddingModelConfigBuilder()Optional.RagEmbeddingModelConfig.Builder.mergeFrom(RagEmbeddingModelConfig other) RagEmbeddingModelConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RagEmbeddingModelConfig.Builder.mergeFrom(com.google.protobuf.Message other) RagEmbeddingModelConfig.Builder.mergeVertexPredictionEndpoint(RagEmbeddingModelConfig.VertexPredictionEndpoint value) The Vertex AI Prediction Endpoint that either refers to a publisher model or an endpoint that is hosting a 1P fine-tuned text embedding model.RagEmbeddingModelConfig.newBuilder()RagEmbeddingModelConfig.newBuilder(RagEmbeddingModelConfig prototype) RagEmbeddingModelConfig.newBuilderForType()protected RagEmbeddingModelConfig.BuilderRagEmbeddingModelConfig.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RagEmbeddingModelConfig.Builder.setVertexPredictionEndpoint(RagEmbeddingModelConfig.VertexPredictionEndpoint value) The Vertex AI Prediction Endpoint that either refers to a publisher model or an endpoint that is hosting a 1P fine-tuned text embedding model.RagEmbeddingModelConfig.Builder.setVertexPredictionEndpoint(RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder builderForValue) The Vertex AI Prediction Endpoint that either refers to a publisher model or an endpoint that is hosting a 1P fine-tuned text embedding model.RagEmbeddingModelConfig.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type RagEmbeddingModelConfig.BuilderModifier and TypeMethodDescriptionRagVectorDbConfig.Builder.setRagEmbeddingModelConfig(RagEmbeddingModelConfig.Builder builderForValue) Optional.