Class ExactMatchMetricValue.Builder (3.42.0)

public static final class ExactMatchMetricValue.Builder extends GeneratedMessageV3.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExactMatchMetricValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides

build()

public ExactMatchMetricValue build()
Returns
TypeDescription
ExactMatchMetricValue

buildPartial()

public ExactMatchMetricValue buildPartial()
Returns
TypeDescription
ExactMatchMetricValue

clear()

public ExactMatchMetricValue.Builder clear()
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ExactMatchMetricValue.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExactMatchMetricValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides

clearScore()

public ExactMatchMetricValue.Builder clearScore()

Output only. Exact match score.

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

Returns
TypeDescription
ExactMatchMetricValue.Builder

This builder for chaining.

clone()

public ExactMatchMetricValue.Builder clone()
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides

getDefaultInstanceForType()

public ExactMatchMetricValue getDefaultInstanceForType()
Returns
TypeDescription
ExactMatchMetricValue

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
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.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExactMatchMetricValue other)

public ExactMatchMetricValue.Builder mergeFrom(ExactMatchMetricValue other)
Parameter
NameDescription
otherExactMatchMetricValue
Returns
TypeDescription
ExactMatchMetricValue.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExactMatchMetricValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ExactMatchMetricValue.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExactMatchMetricValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ExactMatchMetricValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ExactMatchMetricValue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valuefloat

The score to set.

Returns
TypeDescription
ExactMatchMetricValue.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ExactMatchMetricValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExactMatchMetricValue.Builder
Overrides