Class ExactMatchMetricValue.Builder (3.88.0)

public static final class ExactMatchMetricValue.Builder extends GeneratedMessage.Builder<ExactMatchMetricValue.Builder> implements ExactMatchMetricValueOrBuilder

Exact match metric value for an instance.

Protobuf type google.cloud.aiplatform.v1beta1.ExactMatchMetricValue

Static Methods

getDescriptor()

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

Methods

build()

public ExactMatchMetricValue build()
Returns
Type Description
ExactMatchMetricValue

buildPartial()

public ExactMatchMetricValue buildPartial()
Returns
Type Description
ExactMatchMetricValue

clear()

public ExactMatchMetricValue.Builder clear()
Returns
Type Description
ExactMatchMetricValue.Builder
Overrides

clearScore()

public ExactMatchMetricValue.Builder clearScore()

Output only. Exact match score.

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

Returns
Type Description
ExactMatchMetricValue.Builder

This builder for chaining.

getDefaultInstanceForType()

public ExactMatchMetricValue getDefaultInstanceForType()
Returns
Type Description
ExactMatchMetricValue

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getScore()

public float getScore()

Output only. Exact match score.

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

Returns
Type Description
float

The score.

hasScore()

public boolean hasScore()

Output only. Exact match score.

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

Returns
Type Description
boolean

Whether the score field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExactMatchMetricValue other)

public ExactMatchMetricValue.Builder mergeFrom(ExactMatchMetricValue other)
Parameter
Name Description
other ExactMatchMetricValue
Returns
Type Description
ExactMatchMetricValue.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExactMatchMetricValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExactMatchMetricValue.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExactMatchMetricValue.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExactMatchMetricValue.Builder
Overrides

setScore(float value)

public ExactMatchMetricValue.Builder setScore(float value)

Output only. Exact match score.

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

Parameter
Name Description
value float

The score to set.

Returns
Type Description
ExactMatchMetricValue.Builder

This builder for chaining.