public static final class TrajectoryRecallResults.Builder extends GeneratedMessageV3.Builder<TrajectoryRecallResults.Builder> implements TrajectoryRecallResultsOrBuilder
Results for TrajectoryRecall metric.
Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryRecallResults
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
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>
|
public TrajectoryRecallResults.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
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];
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];
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];
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];
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];
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
|
public TrajectoryRecallResults build()
public TrajectoryRecallResults buildPartial()
public TrajectoryRecallResults.Builder clear()
Overrides
public TrajectoryRecallResults.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public TrajectoryRecallResults.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
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];
public TrajectoryRecallResults.Builder clone()
Overrides
public TrajectoryRecallResults getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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
|
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
|
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];
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 |
|
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];
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
|
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> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public TrajectoryRecallResults.Builder mergeFrom(TrajectoryRecallResults other)
public TrajectoryRecallResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public TrajectoryRecallResults.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final TrajectoryRecallResults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
public TrajectoryRecallResults.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public TrajectoryRecallResults.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
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];
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];
public final TrajectoryRecallResults.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides