Uses of Enum
com.google.cloud.aiplatform.v1.DynamicRetrievalConfig.Mode
Packages that use DynamicRetrievalConfig.Mode
-
Uses of DynamicRetrievalConfig.Mode in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return DynamicRetrievalConfig.ModeModifier and TypeMethodDescriptionstatic DynamicRetrievalConfig.ModeDynamicRetrievalConfig.Mode.forNumber(int value) DynamicRetrievalConfig.Builder.getMode()The mode of the predictor to be used in dynamic retrieval.DynamicRetrievalConfig.getMode()The mode of the predictor to be used in dynamic retrieval.DynamicRetrievalConfigOrBuilder.getMode()The mode of the predictor to be used in dynamic retrieval.static DynamicRetrievalConfig.ModeDynamicRetrievalConfig.Mode.valueOf(int value) Deprecated.static DynamicRetrievalConfig.ModeDynamicRetrievalConfig.Mode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static DynamicRetrievalConfig.ModeReturns the enum constant of this type with the specified name.static DynamicRetrievalConfig.Mode[]DynamicRetrievalConfig.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type DynamicRetrievalConfig.ModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<DynamicRetrievalConfig.Mode>DynamicRetrievalConfig.Mode.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type DynamicRetrievalConfig.ModeModifier and TypeMethodDescriptionDynamicRetrievalConfig.Builder.setMode(DynamicRetrievalConfig.Mode value) The mode of the predictor to be used in dynamic retrieval.