public interface ToolParameterKVMatchResultsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getToolParameterKvMatchMetricValues(int index)
public abstract ToolParameterKVMatchMetricValue getToolParameterKvMatchMetricValues(int index)Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ToolParameterKVMatchMetricValue |
|
getToolParameterKvMatchMetricValuesCount()
public abstract int getToolParameterKvMatchMetricValuesCount()Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getToolParameterKvMatchMetricValuesList()
public abstract List<ToolParameterKVMatchMetricValue> getToolParameterKvMatchMetricValuesList()Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<ToolParameterKVMatchMetricValue> |
|
getToolParameterKvMatchMetricValuesOrBuilder(int index)
public abstract ToolParameterKVMatchMetricValueOrBuilder getToolParameterKvMatchMetricValuesOrBuilder(int index)Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ToolParameterKVMatchMetricValueOrBuilder |
|
getToolParameterKvMatchMetricValuesOrBuilderList()
public abstract List<? extends ToolParameterKVMatchMetricValueOrBuilder> getToolParameterKvMatchMetricValuesOrBuilderList()Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValueOrBuilder> |
|