Class TrajectoryPrecisionMetricValue.Builder (3.84.0)

public static final class TrajectoryPrecisionMetricValue.Builder extends GeneratedMessage.Builder<TrajectoryPrecisionMetricValue.Builder> implements TrajectoryPrecisionMetricValueOrBuilder

TrajectoryPrecision metric value for an instance.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryPrecisionMetricValue

Static Methods

getDescriptor()

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

Methods

build()

public TrajectoryPrecisionMetricValue build()
Returns
Type Description
TrajectoryPrecisionMetricValue

buildPartial()

public TrajectoryPrecisionMetricValue buildPartial()
Returns
Type Description
TrajectoryPrecisionMetricValue

clear()

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

clearScore()

public TrajectoryPrecisionMetricValue.Builder clearScore()

Output only. TrajectoryPrecision score.

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

Returns
Type Description
TrajectoryPrecisionMetricValue.Builder

This builder for chaining.

getDefaultInstanceForType()

public TrajectoryPrecisionMetricValue getDefaultInstanceForType()
Returns
Type Description
TrajectoryPrecisionMetricValue

getDescriptorForType()

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

getScore()

public float getScore()

Output only. TrajectoryPrecision score.

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

Returns
Type Description
float

The score.

hasScore()

public boolean hasScore()

Output only. TrajectoryPrecision 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(TrajectoryPrecisionMetricValue other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setScore(float value)

public TrajectoryPrecisionMetricValue.Builder setScore(float value)

Output only. TrajectoryPrecision score.

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

Parameter
Name Description
value float

The score to set.

Returns
Type Description
TrajectoryPrecisionMetricValue.Builder

This builder for chaining.