Interface ExactMatchResultsOrBuilder (3.42.0)

public interface ExactMatchResultsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExactMatchMetricValues(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
ExactMatchMetricValue

getExactMatchMetricValuesCount()

public abstract 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
TypeDescription
int

getExactMatchMetricValuesList()

public abstract 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];

Returns
TypeDescription
List<ExactMatchMetricValue>

getExactMatchMetricValuesOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
ExactMatchMetricValueOrBuilder

getExactMatchMetricValuesOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ExactMatchMetricValueOrBuilder>