public interface ToolParameterKeyMatchResultsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getToolParameterKeyMatchMetricValues(int index)
public abstract ToolParameterKeyMatchMetricValue getToolParameterKeyMatchMetricValues(int index)
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ToolParameterKeyMatchMetricValue |
getToolParameterKeyMatchMetricValuesCount()
public abstract int getToolParameterKeyMatchMetricValuesCount()
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
getToolParameterKeyMatchMetricValuesList()
public abstract List<ToolParameterKeyMatchMetricValue> getToolParameterKeyMatchMetricValuesList()
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<ToolParameterKeyMatchMetricValue> |
getToolParameterKeyMatchMetricValuesOrBuilder(int index)
public abstract ToolParameterKeyMatchMetricValueOrBuilder getToolParameterKeyMatchMetricValuesOrBuilder(int index)
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ToolParameterKeyMatchMetricValueOrBuilder |
getToolParameterKeyMatchMetricValuesOrBuilderList()
public abstract List<? extends ToolParameterKeyMatchMetricValueOrBuilder> getToolParameterKeyMatchMetricValuesOrBuilderList()
Output only. Tool parameter key match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolParameterKeyMatchMetricValue tool_parameter_key_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ToolParameterKeyMatchMetricValueOrBuilder> |