Package com.google.cloud.aiplatform.v1
Interface ToolCallValidResultsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolCallValidResults,ToolCallValidResults.Builder
@Generated
public interface ToolCallValidResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetToolCallValidMetricValues(int index) Output only.intOutput only.Output only.getToolCallValidMetricValuesOrBuilder(int index) Output only.List<? extends ToolCallValidMetricValueOrBuilder>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
-
getToolCallValidMetricValuesList
List<ToolCallValidMetricValue> getToolCallValidMetricValuesList()Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getToolCallValidMetricValues
Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getToolCallValidMetricValuesCount
int getToolCallValidMetricValuesCount()Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getToolCallValidMetricValuesOrBuilderList
List<? extends ToolCallValidMetricValueOrBuilder> getToolCallValidMetricValuesOrBuilderList()Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getToolCallValidMetricValuesOrBuilder
Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-