public interface ToolParameterKVMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ToolParameterKVMatchMetricValue |
getToolParameterKvMatchMetricValues(int index)
Output only.
|
int |
getToolParameterKvMatchMetricValuesCount()
Output only.
|
List<ToolParameterKVMatchMetricValue> |
getToolParameterKvMatchMetricValuesList()
Output only.
|
ToolParameterKVMatchMetricValueOrBuilder |
getToolParameterKvMatchMetricValuesOrBuilder(int index)
Output only.
|
List<? extends ToolParameterKVMatchMetricValueOrBuilder> |
getToolParameterKvMatchMetricValuesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
Copyright © 2024 Google LLC. All rights reserved.