Class Claim (3.56.0)

public final class Claim extends GeneratedMessageV3 implements ClaimOrBuilder

Claim that is extracted from the input text and facts that support it.

Protobuf type google.cloud.aiplatform.v1beta1.Claim

Implements

ClaimOrBuilder

Static Fields

END_INDEX_FIELD_NUMBER

public static final int END_INDEX_FIELD_NUMBER
Field Value
Type Description
int

FACT_INDEXES_FIELD_NUMBER

public static final int FACT_INDEXES_FIELD_NUMBER
Field Value
Type Description
int

SCORE_FIELD_NUMBER

public static final int SCORE_FIELD_NUMBER
Field Value
Type Description
int

START_INDEX_FIELD_NUMBER

public static final int START_INDEX_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Claim getDefaultInstance()
Returns
Type Description
Claim

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Claim.Builder newBuilder()
Returns
Type Description
Claim.Builder

newBuilder(Claim prototype)

public static Claim.Builder newBuilder(Claim prototype)
Parameter
Name Description
prototype Claim
Returns
Type Description
Claim.Builder

parseDelimitedFrom(InputStream input)

public static Claim parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Claim
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Claim parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Claim
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Claim parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Claim
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Claim parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Claim
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Claim parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Claim
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Claim parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Claim
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Claim parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Claim
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Claim parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Claim
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Claim parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Claim
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Claim parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Claim
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Claim parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Claim
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Claim parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Claim
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Claim> parser()
Returns
Type Description
Parser<Claim>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Claim getDefaultInstanceForType()
Returns
Type Description
Claim

getEndIndex()

public int getEndIndex()

Index in the input text where the claim ends (exclusive).

optional int32 end_index = 2;

Returns
Type Description
int

The endIndex.

getFactIndexes(int index)

public int getFactIndexes(int index)

Indexes of the facts supporting this claim.

repeated int32 fact_indexes = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The factIndexes at the given index.

getFactIndexesCount()

public int getFactIndexesCount()

Indexes of the facts supporting this claim.

repeated int32 fact_indexes = 3;

Returns
Type Description
int

The count of factIndexes.

getFactIndexesList()

public List<Integer> getFactIndexesList()

Indexes of the facts supporting this claim.

repeated int32 fact_indexes = 3;

Returns
Type Description
List<Integer>

A list containing the factIndexes.

getParserForType()

public Parser<Claim> getParserForType()
Returns
Type Description
Parser<Claim>
Overrides

getScore()

public float getScore()

Confidence score of this corroboration.

optional float score = 4;

Returns
Type Description
float

The score.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStartIndex()

public int getStartIndex()

Index in the input text where the claim starts (inclusive).

optional int32 start_index = 1;

Returns
Type Description
int

The startIndex.

hasEndIndex()

public boolean hasEndIndex()

Index in the input text where the claim ends (exclusive).

optional int32 end_index = 2;

Returns
Type Description
boolean

Whether the endIndex field is set.

hasScore()

public boolean hasScore()

Confidence score of this corroboration.

optional float score = 4;

Returns
Type Description
boolean

Whether the score field is set.

hasStartIndex()

public boolean hasStartIndex()

Index in the input text where the claim starts (inclusive).

optional int32 start_index = 1;

Returns
Type Description
boolean

Whether the startIndex field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Claim.Builder newBuilderForType()
Returns
Type Description
Claim.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Claim.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Claim.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Claim.Builder toBuilder()
Returns
Type Description
Claim.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException