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