Class ToolParameterKeyMatchMetricValue.Builder (3.84.0)

public static final class ToolParameterKeyMatchMetricValue.Builder extends GeneratedMessage.Builder<ToolParameterKeyMatchMetricValue.Builder> implements ToolParameterKeyMatchMetricValueOrBuilder

Tool parameter key match metric value for an instance.

Protobuf type google.cloud.aiplatform.v1beta1.ToolParameterKeyMatchMetricValue

Static Methods

getDescriptor()

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

Methods

build()

public ToolParameterKeyMatchMetricValue build()
Returns
Type Description
ToolParameterKeyMatchMetricValue

buildPartial()

public ToolParameterKeyMatchMetricValue buildPartial()
Returns
Type Description
ToolParameterKeyMatchMetricValue

clear()

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

clearScore()

public ToolParameterKeyMatchMetricValue.Builder clearScore()

Output only. Tool parameter key match score.

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

Returns
Type Description
ToolParameterKeyMatchMetricValue.Builder

This builder for chaining.

getDefaultInstanceForType()

public ToolParameterKeyMatchMetricValue getDefaultInstanceForType()
Returns
Type Description
ToolParameterKeyMatchMetricValue

getDescriptorForType()

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

getScore()

public float getScore()

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setScore(float value)

public ToolParameterKeyMatchMetricValue.Builder setScore(float value)

Output only. Tool parameter key match score.

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

Parameter
Name Description
value float

The score to set.

Returns
Type Description
ToolParameterKeyMatchMetricValue.Builder

This builder for chaining.