Uses of Enum
com.google.cloud.aiplatform.v1beta1.OnlineEvaluator.State
Packages that use OnlineEvaluator.State
-
Uses of OnlineEvaluator.State in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return OnlineEvaluator.StateModifier and TypeMethodDescriptionstatic OnlineEvaluator.StateOnlineEvaluator.State.forNumber(int value) OnlineEvaluator.Builder.getState()Output only.OnlineEvaluator.getState()Output only.OnlineEvaluatorOrBuilder.getState()Output only.static OnlineEvaluator.StateOnlineEvaluator.State.valueOf(int value) Deprecated.static OnlineEvaluator.StateOnlineEvaluator.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static OnlineEvaluator.StateReturns the enum constant of this type with the specified name.static OnlineEvaluator.State[]OnlineEvaluator.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type OnlineEvaluator.StateModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<OnlineEvaluator.State>OnlineEvaluator.State.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type OnlineEvaluator.StateModifier and TypeMethodDescriptionOnlineEvaluator.Builder.setState(OnlineEvaluator.State value) Output only.