Uses of Class
com.google.cloud.aiplatform.v1.GroundingSupport.Builder
Packages that use GroundingSupport.Builder
-
Uses of GroundingSupport.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GroundingSupport.BuilderModifier and TypeMethodDescriptionGroundingSupport.Builder.addAllConfidenceScores(Iterable<? extends Float> values) Confidence score of the support references.GroundingSupport.Builder.addAllGroundingChunkIndices(Iterable<? extends Integer> values) A list of indices (into 'grounding_chunk') specifying the citations associated with the claim.GroundingSupport.Builder.addConfidenceScores(float value) Confidence score of the support references.GroundingSupport.Builder.addGroundingChunkIndices(int value) A list of indices (into 'grounding_chunk') specifying the citations associated with the claim.GroundingMetadata.Builder.addGroundingSupportsBuilder()Optional.GroundingMetadata.Builder.addGroundingSupportsBuilder(int index) Optional.GroundingSupport.Builder.clear()GroundingSupport.Builder.clearConfidenceScores()Confidence score of the support references.GroundingSupport.Builder.clearGroundingChunkIndices()A list of indices (into 'grounding_chunk') specifying the citations associated with the claim.GroundingSupport.Builder.clearSegment()Segment of the content this support belongs to.GroundingMetadata.Builder.getGroundingSupportsBuilder(int index) Optional.GroundingSupport.Builder.mergeFrom(GroundingSupport other) GroundingSupport.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GroundingSupport.Builder.mergeFrom(com.google.protobuf.Message other) GroundingSupport.Builder.mergeSegment(Segment value) Segment of the content this support belongs to.static GroundingSupport.BuilderGroundingSupport.newBuilder()static GroundingSupport.BuilderGroundingSupport.newBuilder(GroundingSupport prototype) GroundingSupport.newBuilderForType()protected GroundingSupport.BuilderGroundingSupport.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GroundingSupport.Builder.setConfidenceScores(int index, float value) Confidence score of the support references.GroundingSupport.Builder.setGroundingChunkIndices(int index, int value) A list of indices (into 'grounding_chunk') specifying the citations associated with the claim.GroundingSupport.Builder.setSegment(Segment value) Segment of the content this support belongs to.GroundingSupport.Builder.setSegment(Segment.Builder builderForValue) Segment of the content this support belongs to.GroundingSupport.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type GroundingSupport.BuilderModifier and TypeMethodDescriptionGroundingMetadata.Builder.getGroundingSupportsBuilderList()Optional.Methods in com.google.cloud.aiplatform.v1 with parameters of type GroundingSupport.BuilderModifier and TypeMethodDescriptionGroundingMetadata.Builder.addGroundingSupports(int index, GroundingSupport.Builder builderForValue) Optional.GroundingMetadata.Builder.addGroundingSupports(GroundingSupport.Builder builderForValue) Optional.GroundingMetadata.Builder.setGroundingSupports(int index, GroundingSupport.Builder builderForValue) Optional.