public static final class ExactMatchResults.Builder extends GeneratedMessage.Builder<ExactMatchResults.Builder> implements ExactMatchResultsOrBuilder
Results for exact match metric.
Protobuf type google.cloud.aiplatform.v1beta1.ExactMatchResults
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ExactMatchResults.Builder addAllExactMatchMetricValues(Iterable<? extends ExactMatchMetricValue> values)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.ExactMatchMetricValue>
|
public ExactMatchResults.Builder addExactMatchMetricValues(ExactMatchMetricValue value)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ExactMatchResults.Builder addExactMatchMetricValues(ExactMatchMetricValue.Builder builderForValue)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ExactMatchResults.Builder addExactMatchMetricValues(int index, ExactMatchMetricValue value)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ExactMatchResults.Builder addExactMatchMetricValues(int index, ExactMatchMetricValue.Builder builderForValue)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ExactMatchMetricValue.Builder addExactMatchMetricValuesBuilder()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ExactMatchMetricValue.Builder addExactMatchMetricValuesBuilder(int index)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public ExactMatchResults build()
public ExactMatchResults buildPartial()
public ExactMatchResults.Builder clear()
Overrides
public ExactMatchResults.Builder clearExactMatchMetricValues()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ExactMatchResults getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public ExactMatchMetricValue getExactMatchMetricValues(int index)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public ExactMatchMetricValue.Builder getExactMatchMetricValuesBuilder(int index)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public List<ExactMatchMetricValue.Builder> getExactMatchMetricValuesBuilderList()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getExactMatchMetricValuesCount()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
|
public List<ExactMatchMetricValue> getExactMatchMetricValuesList()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ExactMatchMetricValueOrBuilder getExactMatchMetricValuesOrBuilder(int index)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public List<? extends ExactMatchMetricValueOrBuilder> getExactMatchMetricValuesOrBuilderList()
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ExactMatchMetricValueOrBuilder> |
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ExactMatchResults.Builder mergeFrom(ExactMatchResults other)
public ExactMatchResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ExactMatchResults.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public ExactMatchResults.Builder removeExactMatchMetricValues(int index)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
index |
int
|
public ExactMatchResults.Builder setExactMatchMetricValues(int index, ExactMatchMetricValue value)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ExactMatchResults.Builder setExactMatchMetricValues(int index, ExactMatchMetricValue.Builder builderForValue)
Output only. Exact match metric values.
repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];