Uses of Class
com.google.cloud.aiplatform.v1.Claim.Builder
Packages that use Claim.Builder
-
Uses of Claim.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return Claim.BuilderModifier and TypeMethodDescriptionClaim.Builder.addAllFactIndexes(Iterable<? extends Integer> values) Indexes of the facts supporting this claim.CorroborateContentResponse.Builder.addClaimsBuilder()Claims that are extracted from the input content and facts that support the claims.CorroborateContentResponse.Builder.addClaimsBuilder(int index) Claims that are extracted from the input content and facts that support the claims.Claim.Builder.addFactIndexes(int value) Indexes of the facts supporting this claim.Claim.Builder.clear()Claim.Builder.clearEndIndex()Index in the input text where the claim ends (exclusive).Claim.Builder.clearFactIndexes()Indexes of the facts supporting this claim.Claim.Builder.clearScore()Confidence score of this corroboration.Claim.Builder.clearStartIndex()Index in the input text where the claim starts (inclusive).CorroborateContentResponse.Builder.getClaimsBuilder(int index) Claims that are extracted from the input content and facts that support the claims.Claim.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Claim.Builder.mergeFrom(com.google.protobuf.Message other) static Claim.BuilderClaim.newBuilder()static Claim.BuilderClaim.newBuilder(Claim prototype) Claim.newBuilderForType()protected Claim.BuilderClaim.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Claim.Builder.setEndIndex(int value) Index in the input text where the claim ends (exclusive).Claim.Builder.setFactIndexes(int index, int value) Indexes of the facts supporting this claim.Claim.Builder.setScore(float value) Confidence score of this corroboration.Claim.Builder.setStartIndex(int value) Index in the input text where the claim starts (inclusive).Claim.toBuilder()Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type Claim.BuilderModifier and TypeMethodDescriptionCorroborateContentResponse.Builder.getClaimsBuilderList()Claims that are extracted from the input content and facts that support the claims.Methods in com.google.cloud.aiplatform.v1 with parameters of type Claim.BuilderModifier and TypeMethodDescriptionCorroborateContentResponse.Builder.addClaims(int index, Claim.Builder builderForValue) Claims that are extracted from the input content and facts that support the claims.CorroborateContentResponse.Builder.addClaims(Claim.Builder builderForValue) Claims that are extracted from the input content and facts that support the claims.CorroborateContentResponse.Builder.setClaims(int index, Claim.Builder builderForValue) Claims that are extracted from the input content and facts that support the claims.