Package com.google.cloud.aiplatform.v1
Interface ToolParameterKVMatchResultsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolParameterKVMatchResults,ToolParameterKVMatchResults.Builder
@Generated
public interface ToolParameterKVMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetToolParameterKvMatchMetricValues(int index) Output only.intOutput only.Output only.getToolParameterKvMatchMetricValuesOrBuilder(int index) Output only.List<? extends ToolParameterKVMatchMetricValueOrBuilder>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
-
getToolParameterKvMatchMetricValuesList
List<ToolParameterKVMatchMetricValue> getToolParameterKvMatchMetricValuesList()Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getToolParameterKvMatchMetricValues
Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getToolParameterKvMatchMetricValuesCount
int getToolParameterKvMatchMetricValuesCount()Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getToolParameterKvMatchMetricValuesOrBuilderList
List<? extends ToolParameterKVMatchMetricValueOrBuilder> getToolParameterKvMatchMetricValuesOrBuilderList()Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getToolParameterKvMatchMetricValuesOrBuilder
Output only. Tool parameter key value match metric values.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchMetricValue tool_parameter_kv_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-