Uses of Class
com.google.cloud.aiplatform.v1.RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder
Packages that use RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder
-
Uses of RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return RagEmbeddingModelConfig.VertexPredictionEndpoint.BuilderModifier and TypeMethodDescriptionRagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.clear()RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.clearEndpoint()Required.RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.clearModel()Output only.RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.clearModelVersionId()Output only.RagEmbeddingModelConfig.Builder.getVertexPredictionEndpointBuilder()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.VertexPredictionEndpoint.Builder.mergeFrom(RagEmbeddingModelConfig.VertexPredictionEndpoint other) RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.mergeFrom(com.google.protobuf.Message other) RagEmbeddingModelConfig.VertexPredictionEndpoint.newBuilder()RagEmbeddingModelConfig.VertexPredictionEndpoint.newBuilder(RagEmbeddingModelConfig.VertexPredictionEndpoint prototype) RagEmbeddingModelConfig.VertexPredictionEndpoint.newBuilderForType()RagEmbeddingModelConfig.VertexPredictionEndpoint.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.setEndpoint(String value) Required.RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.setEndpointBytes(com.google.protobuf.ByteString value) Required.Output only.RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.setModelBytes(com.google.protobuf.ByteString value) Output only.RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.setModelVersionId(String value) Output only.RagEmbeddingModelConfig.VertexPredictionEndpoint.Builder.setModelVersionIdBytes(com.google.protobuf.ByteString value) Output only.RagEmbeddingModelConfig.VertexPredictionEndpoint.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type RagEmbeddingModelConfig.VertexPredictionEndpoint.BuilderModifier and TypeMethodDescriptionRagEmbeddingModelConfig.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.