Uses of Enum
com.google.cloud.aiplatform.v1.SafetyRating.HarmProbability
Packages that use SafetyRating.HarmProbability
-
Uses of SafetyRating.HarmProbability in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SafetyRating.HarmProbabilityModifier and TypeMethodDescriptionstatic SafetyRating.HarmProbabilitySafetyRating.HarmProbability.forNumber(int value) SafetyRating.Builder.getProbability()Output only.SafetyRating.getProbability()Output only.SafetyRatingOrBuilder.getProbability()Output only.static SafetyRating.HarmProbabilitySafetyRating.HarmProbability.valueOf(int value) Deprecated.static SafetyRating.HarmProbabilitySafetyRating.HarmProbability.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SafetyRating.HarmProbabilityReturns the enum constant of this type with the specified name.static SafetyRating.HarmProbability[]SafetyRating.HarmProbability.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 SafetyRating.HarmProbabilityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<SafetyRating.HarmProbability>SafetyRating.HarmProbability.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1 with parameters of type SafetyRating.HarmProbabilityModifier and TypeMethodDescriptionSafetyRating.Builder.setProbability(SafetyRating.HarmProbability value) Output only.