public interface ToolParameterKeyMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ToolParameterKeyMatchMetricValue |
getToolParameterKeyMatchMetricValues(int index)
Output only.
|
int |
getToolParameterKeyMatchMetricValuesCount()
Output only.
|
List<ToolParameterKeyMatchMetricValue> |
getToolParameterKeyMatchMetricValuesList()
Output only.
|
ToolParameterKeyMatchMetricValueOrBuilder |
getToolParameterKeyMatchMetricValuesOrBuilder(int index)
Output only.
|
List<? extends ToolParameterKeyMatchMetricValueOrBuilder> |
getToolParameterKeyMatchMetricValuesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ToolParameterKeyMatchMetricValue> getToolParameterKeyMatchMetricValuesList()
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ToolParameterKeyMatchMetricValue getToolParameterKeyMatchMetricValues(int index)
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getToolParameterKeyMatchMetricValuesCount()
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends ToolParameterKeyMatchMetricValueOrBuilder> getToolParameterKeyMatchMetricValuesOrBuilderList()
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ToolParameterKeyMatchMetricValueOrBuilder getToolParameterKeyMatchMetricValuesOrBuilder(int index)
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.