Uses of Class
com.google.cloud.aiplatform.v1.RagContexts.Builder
Packages that use RagContexts.Builder
-
Uses of RagContexts.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return RagContexts.BuilderModifier and TypeMethodDescriptionRagContexts.Builder.addAllContexts(Iterable<? extends RagContexts.Context> values) All its contexts.RagContexts.Builder.addContexts(int index, RagContexts.Context value) All its contexts.RagContexts.Builder.addContexts(int index, RagContexts.Context.Builder builderForValue) All its contexts.RagContexts.Builder.addContexts(RagContexts.Context value) All its contexts.RagContexts.Builder.addContexts(RagContexts.Context.Builder builderForValue) All its contexts.RagContexts.Builder.clear()RagContexts.Builder.clearContexts()All its contexts.AskContextsResponse.Builder.getContextsBuilder()The contexts of the query.AsyncRetrieveContextsResponse.Builder.getContextsBuilder()The contexts of the query.RetrieveContextsResponse.Builder.getContextsBuilder()The contexts of the query.RagContexts.Builder.mergeFrom(RagContexts other) RagContexts.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RagContexts.Builder.mergeFrom(com.google.protobuf.Message other) static RagContexts.BuilderRagContexts.newBuilder()static RagContexts.BuilderRagContexts.newBuilder(RagContexts prototype) RagContexts.newBuilderForType()protected RagContexts.BuilderRagContexts.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RagContexts.Builder.removeContexts(int index) All its contexts.RagContexts.Builder.setContexts(int index, RagContexts.Context value) All its contexts.RagContexts.Builder.setContexts(int index, RagContexts.Context.Builder builderForValue) All its contexts.RagContexts.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type RagContexts.BuilderModifier and TypeMethodDescriptionAskContextsResponse.Builder.setContexts(RagContexts.Builder builderForValue) The contexts of the query.AsyncRetrieveContextsResponse.Builder.setContexts(RagContexts.Builder builderForValue) The contexts of the query.RetrieveContextsResponse.Builder.setContexts(RagContexts.Builder builderForValue) The contexts of the query.