Uses of Class
com.google.cloud.aiplatform.v1beta1.RagManagedDbConfig.Spanner.Builder
Packages that use RagManagedDbConfig.Spanner.Builder
-
Uses of RagManagedDbConfig.Spanner.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return RagManagedDbConfig.Spanner.BuilderModifier and TypeMethodDescriptionRagManagedDbConfig.Spanner.Builder.clear()RagManagedDbConfig.Spanner.Builder.clearBasic()Sets the RagManagedDb to the Basic tier.RagManagedDbConfig.Spanner.Builder.clearScaled()Sets the RagManagedDb to the Scaled tier.RagManagedDbConfig.Spanner.Builder.clearTier()RagManagedDbConfig.Spanner.Builder.clearUnprovisioned()Sets the RagManagedDb to the Unprovisioned tier.RagManagedDbConfig.Builder.getSpannerBuilder()Sets the RAG Engine backend to be RagManagedDb, built on top of Spanner.RagManagedDbConfig.Spanner.Builder.mergeBasic(RagManagedDbConfig.Basic value) Sets the RagManagedDb to the Basic tier.RagManagedDbConfig.Spanner.Builder.mergeFrom(RagManagedDbConfig.Spanner other) RagManagedDbConfig.Spanner.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RagManagedDbConfig.Spanner.Builder.mergeFrom(com.google.protobuf.Message other) RagManagedDbConfig.Spanner.Builder.mergeScaled(RagManagedDbConfig.Scaled value) Sets the RagManagedDb to the Scaled tier.RagManagedDbConfig.Spanner.Builder.mergeUnprovisioned(RagManagedDbConfig.Unprovisioned value) Sets the RagManagedDb to the Unprovisioned tier.RagManagedDbConfig.Spanner.newBuilder()RagManagedDbConfig.Spanner.newBuilder(RagManagedDbConfig.Spanner prototype) RagManagedDbConfig.Spanner.newBuilderForType()protected RagManagedDbConfig.Spanner.BuilderRagManagedDbConfig.Spanner.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RagManagedDbConfig.Spanner.Builder.setBasic(RagManagedDbConfig.Basic value) Sets the RagManagedDb to the Basic tier.RagManagedDbConfig.Spanner.Builder.setBasic(RagManagedDbConfig.Basic.Builder builderForValue) Sets the RagManagedDb to the Basic tier.RagManagedDbConfig.Spanner.Builder.setScaled(RagManagedDbConfig.Scaled value) Sets the RagManagedDb to the Scaled tier.RagManagedDbConfig.Spanner.Builder.setScaled(RagManagedDbConfig.Scaled.Builder builderForValue) Sets the RagManagedDb to the Scaled tier.RagManagedDbConfig.Spanner.Builder.setUnprovisioned(RagManagedDbConfig.Unprovisioned value) Sets the RagManagedDb to the Unprovisioned tier.RagManagedDbConfig.Spanner.Builder.setUnprovisioned(RagManagedDbConfig.Unprovisioned.Builder builderForValue) Sets the RagManagedDb to the Unprovisioned tier.RagManagedDbConfig.Spanner.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type RagManagedDbConfig.Spanner.BuilderModifier and TypeMethodDescriptionRagManagedDbConfig.Builder.setSpanner(RagManagedDbConfig.Spanner.Builder builderForValue) Sets the RAG Engine backend to be RagManagedDb, built on top of Spanner.