Package com.google.cloud.aiplatform.v1
Interface ToolNameMatchResultsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolNameMatchResults,ToolNameMatchResults.Builder
@Generated
public interface ToolNameMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetToolNameMatchMetricValues(int index) Output only.intOutput only.Output only.getToolNameMatchMetricValuesOrBuilder(int index) Output only.List<? extends ToolNameMatchMetricValueOrBuilder>Output only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getToolNameMatchMetricValuesList
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]; -
getToolNameMatchMetricValues
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]; -
getToolNameMatchMetricValuesCount
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]; -
getToolNameMatchMetricValuesOrBuilderList
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]; -
getToolNameMatchMetricValuesOrBuilder
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];
-