Class TrajectoryAnyOrderMatchSpec.Builder (3.56.0)

public static final class TrajectoryAnyOrderMatchSpec.Builder extends GeneratedMessageV3.Builder<TrajectoryAnyOrderMatchSpec.Builder> implements TrajectoryAnyOrderMatchSpecOrBuilder

Spec for TrajectoryAnyOrderMatch metric - returns 1 if all tool calls in the reference trajectory appear in the predicted trajectory in any order, else 0.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchSpec

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TrajectoryAnyOrderMatchSpec.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TrajectoryAnyOrderMatchSpec.Builder
Overrides

build()

public TrajectoryAnyOrderMatchSpec build()
Returns
Type Description
TrajectoryAnyOrderMatchSpec

buildPartial()

public TrajectoryAnyOrderMatchSpec buildPartial()
Returns
Type Description
TrajectoryAnyOrderMatchSpec

clear()

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

clearField(Descriptors.FieldDescriptor field)

public TrajectoryAnyOrderMatchSpec.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TrajectoryAnyOrderMatchSpec.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public TrajectoryAnyOrderMatchSpec.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TrajectoryAnyOrderMatchSpec.Builder
Overrides

clone()

public TrajectoryAnyOrderMatchSpec.Builder clone()
Returns
Type Description
TrajectoryAnyOrderMatchSpec.Builder
Overrides

getDefaultInstanceForType()

public TrajectoryAnyOrderMatchSpec getDefaultInstanceForType()
Returns
Type Description
TrajectoryAnyOrderMatchSpec

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TrajectoryAnyOrderMatchSpec other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TrajectoryAnyOrderMatchSpec.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TrajectoryAnyOrderMatchSpec.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public TrajectoryAnyOrderMatchSpec.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TrajectoryAnyOrderMatchSpec.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TrajectoryAnyOrderMatchSpec.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TrajectoryAnyOrderMatchSpec.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final TrajectoryAnyOrderMatchSpec.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TrajectoryAnyOrderMatchSpec.Builder
Overrides