Uses of Class
com.google.cloud.aiplatform.v1.SafetyRating.Builder
Packages that use SafetyRating.Builder
-
Uses of SafetyRating.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SafetyRating.BuilderModifier and TypeMethodDescriptionCandidate.Builder.addSafetyRatingsBuilder()Output only.Candidate.Builder.addSafetyRatingsBuilder(int index) Output only.GenerateContentResponse.PromptFeedback.Builder.addSafetyRatingsBuilder()Output only.GenerateContentResponse.PromptFeedback.Builder.addSafetyRatingsBuilder(int index) Output only.SafetyRating.Builder.clear()SafetyRating.Builder.clearBlocked()Output only.SafetyRating.Builder.clearCategory()Output only.SafetyRating.Builder.clearProbability()Output only.SafetyRating.Builder.clearProbabilityScore()Output only.SafetyRating.Builder.clearSeverity()Output only.SafetyRating.Builder.clearSeverityScore()Output only.Candidate.Builder.getSafetyRatingsBuilder(int index) Output only.GenerateContentResponse.PromptFeedback.Builder.getSafetyRatingsBuilder(int index) Output only.SafetyRating.Builder.mergeFrom(SafetyRating other) SafetyRating.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) SafetyRating.Builder.mergeFrom(com.google.protobuf.Message other) static SafetyRating.BuilderSafetyRating.newBuilder()static SafetyRating.BuilderSafetyRating.newBuilder(SafetyRating prototype) SafetyRating.newBuilderForType()protected SafetyRating.BuilderSafetyRating.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) SafetyRating.Builder.setBlocked(boolean value) Output only.SafetyRating.Builder.setCategory(HarmCategory value) Output only.SafetyRating.Builder.setCategoryValue(int value) Output only.SafetyRating.Builder.setProbability(SafetyRating.HarmProbability value) Output only.SafetyRating.Builder.setProbabilityScore(float value) Output only.SafetyRating.Builder.setProbabilityValue(int value) Output only.SafetyRating.Builder.setSeverity(SafetyRating.HarmSeverity value) Output only.SafetyRating.Builder.setSeverityScore(float value) Output only.SafetyRating.Builder.setSeverityValue(int value) Output only.SafetyRating.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SafetyRating.BuilderModifier and TypeMethodDescriptionCandidate.Builder.getSafetyRatingsBuilderList()Output only.GenerateContentResponse.PromptFeedback.Builder.getSafetyRatingsBuilderList()Output only.Methods in com.google.cloud.aiplatform.v1 with parameters of type SafetyRating.BuilderModifier and TypeMethodDescriptionCandidate.Builder.addSafetyRatings(int index, SafetyRating.Builder builderForValue) Output only.Candidate.Builder.addSafetyRatings(SafetyRating.Builder builderForValue) Output only.GenerateContentResponse.PromptFeedback.Builder.addSafetyRatings(int index, SafetyRating.Builder builderForValue) Output only.GenerateContentResponse.PromptFeedback.Builder.addSafetyRatings(SafetyRating.Builder builderForValue) Output only.Candidate.Builder.setSafetyRatings(int index, SafetyRating.Builder builderForValue) Output only.GenerateContentResponse.PromptFeedback.Builder.setSafetyRatings(int index, SafetyRating.Builder builderForValue) Output only.