Class TrajectoryExactMatchSpec.Builder (3.88.0)

public static final class TrajectoryExactMatchSpec.Builder extends GeneratedMessage.Builder<TrajectoryExactMatchSpec.Builder> implements TrajectoryExactMatchSpecOrBuilder

Spec for TrajectoryExactMatch metric - returns 1 if tool calls in the reference trajectory exactly match the predicted trajectory, else 0.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec

Static Methods

getDescriptor()

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

Methods

build()

public TrajectoryExactMatchSpec build()
Returns
Type Description
TrajectoryExactMatchSpec

buildPartial()

public TrajectoryExactMatchSpec buildPartial()
Returns
Type Description
TrajectoryExactMatchSpec

clear()

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

getDefaultInstanceForType()

public TrajectoryExactMatchSpec getDefaultInstanceForType()
Returns
Type Description
TrajectoryExactMatchSpec

getDescriptorForType()

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

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TrajectoryExactMatchSpec other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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