Interface ToolNameMatchResultsOrBuilder (3.42.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ToolNameMatchMetricValueOrBuilder>