Class TrajectoryRecallMetricValue.Builder (3.88.0)

public static final class TrajectoryRecallMetricValue.Builder extends GeneratedMessage.Builder<TrajectoryRecallMetricValue.Builder> implements TrajectoryRecallMetricValueOrBuilder

TrajectoryRecall metric value for an instance.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue

Static Methods

getDescriptor()

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

Methods

build()

public TrajectoryRecallMetricValue build()
Returns
Type Description
TrajectoryRecallMetricValue

buildPartial()

public TrajectoryRecallMetricValue buildPartial()
Returns
Type Description
TrajectoryRecallMetricValue

clear()

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

clearScore()

public TrajectoryRecallMetricValue.Builder clearScore()

Output only. TrajectoryRecall score.

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

Returns
Type Description
TrajectoryRecallMetricValue.Builder

This builder for chaining.

getDefaultInstanceForType()

public TrajectoryRecallMetricValue getDefaultInstanceForType()
Returns
Type Description
TrajectoryRecallMetricValue

getDescriptorForType()

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

getScore()

public float getScore()

Output only. TrajectoryRecall score.

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

Returns
Type Description
float

The score.

hasScore()

public boolean hasScore()

Output only. TrajectoryRecall 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(TrajectoryRecallMetricValue other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setScore(float value)

public TrajectoryRecallMetricValue.Builder setScore(float value)

Output only. TrajectoryRecall score.

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

Parameter
Name Description
value float

The score to set.

Returns
Type Description
TrajectoryRecallMetricValue.Builder

This builder for chaining.