Class ToolParameterKVMatchMetricValue.Builder (3.84.0)

public static final class ToolParameterKVMatchMetricValue.Builder extends GeneratedMessage.Builder<ToolParameterKVMatchMetricValue.Builder> implements ToolParameterKVMatchMetricValueOrBuilder

Tool parameter key value match metric value for an instance.

Protobuf type google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue

Static Methods

getDescriptor()

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

Methods

build()

public ToolParameterKVMatchMetricValue build()
Returns
Type Description
ToolParameterKVMatchMetricValue

buildPartial()

public ToolParameterKVMatchMetricValue buildPartial()
Returns
Type Description
ToolParameterKVMatchMetricValue

clear()

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

clearScore()

public ToolParameterKVMatchMetricValue.Builder clearScore()

Output only. Tool parameter key value match score.

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

Returns
Type Description
ToolParameterKVMatchMetricValue.Builder

This builder for chaining.

getDefaultInstanceForType()

public ToolParameterKVMatchMetricValue getDefaultInstanceForType()
Returns
Type Description
ToolParameterKVMatchMetricValue

getDescriptorForType()

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

getScore()

public float getScore()

Output only. Tool parameter key value match score.

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

Returns
Type Description
float

The score.

hasScore()

public boolean hasScore()

Output only. Tool parameter key value 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(ToolParameterKVMatchMetricValue other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setScore(float value)

public ToolParameterKVMatchMetricValue.Builder setScore(float value)

Output only. Tool parameter key value match score.

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

Parameter
Name Description
value float

The score to set.

Returns
Type Description
ToolParameterKVMatchMetricValue.Builder

This builder for chaining.