public interface ToolNameMatchResultsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getToolNameMatchMetricValues(int index)
public abstract ToolNameMatchMetricValue getToolNameMatchMetricValues(int index)Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ToolNameMatchMetricValue |
|
getToolNameMatchMetricValuesCount()
public abstract int getToolNameMatchMetricValuesCount()Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getToolNameMatchMetricValuesList()
public abstract List<ToolNameMatchMetricValue> getToolNameMatchMetricValuesList()Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<ToolNameMatchMetricValue> |
|
getToolNameMatchMetricValuesOrBuilder(int index)
public abstract ToolNameMatchMetricValueOrBuilder getToolNameMatchMetricValuesOrBuilder(int index)Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ToolNameMatchMetricValueOrBuilder |
|
getToolNameMatchMetricValuesOrBuilderList()
public abstract List<? extends ToolNameMatchMetricValueOrBuilder> getToolNameMatchMetricValuesOrBuilderList()Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ToolNameMatchMetricValueOrBuilder> |
|