Class ExactMatchMetricValue (3.42.0)

public final class ExactMatchMetricValue extends GeneratedMessageV3 implements ExactMatchMetricValueOrBuilder

Exact match metric value for an instance.

Protobuf type google.cloud.aiplatform.v1beta1.ExactMatchMetricValue

Static Fields

SCORE_FIELD_NUMBER

public static final int SCORE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ExactMatchMetricValue getDefaultInstance()
Returns
TypeDescription
ExactMatchMetricValue

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ExactMatchMetricValue.Builder newBuilder()
Returns
TypeDescription
ExactMatchMetricValue.Builder

newBuilder(ExactMatchMetricValue prototype)

public static ExactMatchMetricValue.Builder newBuilder(ExactMatchMetricValue prototype)
Parameter
NameDescription
prototypeExactMatchMetricValue
Returns
TypeDescription
ExactMatchMetricValue.Builder

parseDelimitedFrom(InputStream input)

public static ExactMatchMetricValue parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExactMatchMetricValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ExactMatchMetricValue parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ExactMatchMetricValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ExactMatchMetricValue parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ExactMatchMetricValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ExactMatchMetricValue parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ExactMatchMetricValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ExactMatchMetricValue parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExactMatchMetricValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ExactMatchMetricValue parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ExactMatchMetricValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExactMatchMetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ExactMatchMetricValue> parser()
Returns
TypeDescription
Parser<ExactMatchMetricValue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ExactMatchMetricValue getDefaultInstanceForType()
Returns
TypeDescription
ExactMatchMetricValue

getParserForType()

public Parser<ExactMatchMetricValue> getParserForType()
Returns
TypeDescription
Parser<ExactMatchMetricValue>
Overrides

getScore()

public float getScore()

Output only. Exact match score.

optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
float

The score.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasScore()

public boolean hasScore()

Output only. Exact match score.

optional float score = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the score field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ExactMatchMetricValue.Builder newBuilderForType()
Returns
TypeDescription
ExactMatchMetricValue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ExactMatchMetricValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ExactMatchMetricValue.Builder toBuilder()
Returns
TypeDescription
ExactMatchMetricValue.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException