Class TrajectoryAnyOrderMatchMetricValue.Builder (3.84.0)

public static final class TrajectoryAnyOrderMatchMetricValue.Builder extends GeneratedMessage.Builder<TrajectoryAnyOrderMatchMetricValue.Builder> implements TrajectoryAnyOrderMatchMetricValueOrBuilder

TrajectoryAnyOrderMatch metric value for an instance.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue

Static Methods

getDescriptor()

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

Methods

build()

public TrajectoryAnyOrderMatchMetricValue build()
Returns
Type Description
TrajectoryAnyOrderMatchMetricValue

buildPartial()

public TrajectoryAnyOrderMatchMetricValue buildPartial()
Returns
Type Description
TrajectoryAnyOrderMatchMetricValue

clear()

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

clearScore()

public TrajectoryAnyOrderMatchMetricValue.Builder clearScore()

Output only. TrajectoryAnyOrderMatch score.

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

Returns
Type Description
TrajectoryAnyOrderMatchMetricValue.Builder

This builder for chaining.

getDefaultInstanceForType()

public TrajectoryAnyOrderMatchMetricValue getDefaultInstanceForType()
Returns
Type Description
TrajectoryAnyOrderMatchMetricValue

getDescriptorForType()

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

getScore()

public float getScore()

Output only. TrajectoryAnyOrderMatch score.

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

Returns
Type Description
float

The score.

hasScore()

public boolean hasScore()

Output only. TrajectoryAnyOrderMatch 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(TrajectoryAnyOrderMatchMetricValue other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setScore(float value)

public TrajectoryAnyOrderMatchMetricValue.Builder setScore(float value)

Output only. TrajectoryAnyOrderMatch score.

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

Parameter
Name Description
value float

The score to set.

Returns
Type Description
TrajectoryAnyOrderMatchMetricValue.Builder

This builder for chaining.