Package com.google.cloud.aiplatform.v1
Interface ToolParameterKeyMatchResultsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolParameterKeyMatchResults,ToolParameterKeyMatchResults.Builder
@Generated
public interface ToolParameterKeyMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetToolParameterKeyMatchMetricValues(int index) Output only.intOutput only.Output only.Output only.List<? extends ToolParameterKeyMatchMetricValueOrBuilder>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
-
getToolParameterKeyMatchMetricValuesList
List<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]; -
getToolParameterKeyMatchMetricValues
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]; -
getToolParameterKeyMatchMetricValuesCount
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]; -
getToolParameterKeyMatchMetricValuesOrBuilderList
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]; -
getToolParameterKeyMatchMetricValuesOrBuilder
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];
-