Interface ToolNameMatchResultsOrBuilder (3.44.0)

public interface ToolNameMatchResultsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToolNameMatchMetricValues(int index)

public abstract ToolNameMatchMetricValue getToolNameMatchMetricValues(int index)

Output only. Tool name match metric values.

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

Parameter
Name Description
index int
Returns
Type Description
ToolNameMatchMetricValue

getToolNameMatchMetricValuesCount()

public abstract int getToolNameMatchMetricValuesCount()

Output only. Tool name match metric values.

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

Returns
Type Description
int

getToolNameMatchMetricValuesList()

public abstract List<ToolNameMatchMetricValue> getToolNameMatchMetricValuesList()

Output only. Tool name match metric values.

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

Returns
Type Description
List<ToolNameMatchMetricValue>

getToolNameMatchMetricValuesOrBuilder(int index)

public abstract ToolNameMatchMetricValueOrBuilder getToolNameMatchMetricValuesOrBuilder(int index)

Output only. Tool name match metric values.

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

Parameter
Name Description
index int
Returns
Type Description
ToolNameMatchMetricValueOrBuilder

getToolNameMatchMetricValuesOrBuilderList()

public abstract List<? extends ToolNameMatchMetricValueOrBuilder> getToolNameMatchMetricValuesOrBuilderList()

Output only. Tool name match metric values.

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

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