Interface ToolParameterKVMatchResultsOrBuilder (3.42.0)

public interface ToolParameterKVMatchResultsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToolParameterKvMatchMetricValues(int index)

public abstract ToolParameterKVMatchMetricValue getToolParameterKvMatchMetricValues(int index)

Output only. Tool parameter key value match metric values.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ToolParameterKVMatchMetricValue

getToolParameterKvMatchMetricValuesCount()

public abstract int getToolParameterKvMatchMetricValuesCount()

Output only. Tool parameter key value match metric values.

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

Returns
TypeDescription
int

getToolParameterKvMatchMetricValuesList()

public abstract List<ToolParameterKVMatchMetricValue> getToolParameterKvMatchMetricValuesList()

Output only. Tool parameter key value match metric values.

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

Returns
TypeDescription
List<ToolParameterKVMatchMetricValue>

getToolParameterKvMatchMetricValuesOrBuilder(int index)

public abstract ToolParameterKVMatchMetricValueOrBuilder getToolParameterKvMatchMetricValuesOrBuilder(int index)

Output only. Tool parameter key value match metric values.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ToolParameterKVMatchMetricValueOrBuilder

getToolParameterKvMatchMetricValuesOrBuilderList()

public abstract List<? extends ToolParameterKVMatchMetricValueOrBuilder> getToolParameterKvMatchMetricValuesOrBuilderList()

Output only. Tool parameter key value match metric values.

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

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ToolParameterKVMatchMetricValueOrBuilder>