Class TrajectoryRecallResults.Builder (3.56.0)

public static final class TrajectoryRecallResults.Builder extends GeneratedMessageV3.Builder<TrajectoryRecallResults.Builder> implements TrajectoryRecallResultsOrBuilder

Results for TrajectoryRecall metric.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryRecallResults

Static Methods

getDescriptor()

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

Methods

addAllTrajectoryRecallMetricValues(Iterable<? extends TrajectoryRecallMetricValue> values)

public TrajectoryRecallResults.Builder addAllTrajectoryRecallMetricValues(Iterable<? extends TrajectoryRecallMetricValue> values)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue>
Returns
Type Description
TrajectoryRecallResults.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addTrajectoryRecallMetricValues(TrajectoryRecallMetricValue value)

public TrajectoryRecallResults.Builder addTrajectoryRecallMetricValues(TrajectoryRecallMetricValue value)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value TrajectoryRecallMetricValue
Returns
Type Description
TrajectoryRecallResults.Builder

addTrajectoryRecallMetricValues(TrajectoryRecallMetricValue.Builder builderForValue)

public TrajectoryRecallResults.Builder addTrajectoryRecallMetricValues(TrajectoryRecallMetricValue.Builder builderForValue)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue TrajectoryRecallMetricValue.Builder
Returns
Type Description
TrajectoryRecallResults.Builder

addTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue value)

public TrajectoryRecallResults.Builder addTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue value)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value TrajectoryRecallMetricValue
Returns
Type Description
TrajectoryRecallResults.Builder

addTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue.Builder builderForValue)

public TrajectoryRecallResults.Builder addTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue.Builder builderForValue)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue TrajectoryRecallMetricValue.Builder
Returns
Type Description
TrajectoryRecallResults.Builder

addTrajectoryRecallMetricValuesBuilder()

public TrajectoryRecallMetricValue.Builder addTrajectoryRecallMetricValuesBuilder()

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TrajectoryRecallMetricValue.Builder

addTrajectoryRecallMetricValuesBuilder(int index)

public TrajectoryRecallMetricValue.Builder addTrajectoryRecallMetricValuesBuilder(int index)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
TrajectoryRecallMetricValue.Builder

build()

public TrajectoryRecallResults build()
Returns
Type Description
TrajectoryRecallResults

buildPartial()

public TrajectoryRecallResults buildPartial()
Returns
Type Description
TrajectoryRecallResults

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearTrajectoryRecallMetricValues()

public TrajectoryRecallResults.Builder clearTrajectoryRecallMetricValues()

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TrajectoryRecallResults.Builder

clone()

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

getDefaultInstanceForType()

public TrajectoryRecallResults getDefaultInstanceForType()
Returns
Type Description
TrajectoryRecallResults

getDescriptorForType()

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

getTrajectoryRecallMetricValues(int index)

public TrajectoryRecallMetricValue getTrajectoryRecallMetricValues(int index)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
TrajectoryRecallMetricValue

getTrajectoryRecallMetricValuesBuilder(int index)

public TrajectoryRecallMetricValue.Builder getTrajectoryRecallMetricValuesBuilder(int index)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
TrajectoryRecallMetricValue.Builder

getTrajectoryRecallMetricValuesBuilderList()

public List<TrajectoryRecallMetricValue.Builder> getTrajectoryRecallMetricValuesBuilderList()

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getTrajectoryRecallMetricValuesCount()

public int getTrajectoryRecallMetricValuesCount()

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getTrajectoryRecallMetricValuesList()

public List<TrajectoryRecallMetricValue> getTrajectoryRecallMetricValuesList()

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<TrajectoryRecallMetricValue>

getTrajectoryRecallMetricValuesOrBuilder(int index)

public TrajectoryRecallMetricValueOrBuilder getTrajectoryRecallMetricValuesOrBuilder(int index)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
TrajectoryRecallMetricValueOrBuilder

getTrajectoryRecallMetricValuesOrBuilderList()

public List<? extends TrajectoryRecallMetricValueOrBuilder> getTrajectoryRecallMetricValuesOrBuilderList()

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValueOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TrajectoryRecallResults other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeTrajectoryRecallMetricValues(int index)

public TrajectoryRecallResults.Builder removeTrajectoryRecallMetricValues(int index)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
TrajectoryRecallResults.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue value)

public TrajectoryRecallResults.Builder setTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue value)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value TrajectoryRecallMetricValue
Returns
Type Description
TrajectoryRecallResults.Builder

setTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue.Builder builderForValue)

public TrajectoryRecallResults.Builder setTrajectoryRecallMetricValues(int index, TrajectoryRecallMetricValue.Builder builderForValue)

Output only. TrajectoryRecall metric values.

repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallMetricValue trajectory_recall_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue TrajectoryRecallMetricValue.Builder
Returns
Type Description
TrajectoryRecallResults.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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