Class ToolCallValidMetricValue.Builder (3.84.0)

public static final class ToolCallValidMetricValue.Builder extends GeneratedMessage.Builder<ToolCallValidMetricValue.Builder> implements ToolCallValidMetricValueOrBuilder

Tool call valid metric value for an instance.

Protobuf type google.cloud.aiplatform.v1.ToolCallValidMetricValue

Static Methods

getDescriptor()

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

Methods

build()

public ToolCallValidMetricValue build()
Returns
Type Description
ToolCallValidMetricValue

buildPartial()

public ToolCallValidMetricValue buildPartial()
Returns
Type Description
ToolCallValidMetricValue

clear()

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

clearScore()

public ToolCallValidMetricValue.Builder clearScore()

Output only. Tool call valid score.

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

Returns
Type Description
ToolCallValidMetricValue.Builder

This builder for chaining.

getDefaultInstanceForType()

public ToolCallValidMetricValue getDefaultInstanceForType()
Returns
Type Description
ToolCallValidMetricValue

getDescriptorForType()

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

getScore()

public float getScore()

Output only. Tool call valid score.

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

Returns
Type Description
float

The score.

hasScore()

public boolean hasScore()

Output only. Tool call valid 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(ToolCallValidMetricValue other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setScore(float value)

public ToolCallValidMetricValue.Builder setScore(float value)

Output only. Tool call valid score.

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

Parameter
Name Description
value float

The score to set.

Returns
Type Description
ToolCallValidMetricValue.Builder

This builder for chaining.