public interface ToolCallValidResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ToolCallValidMetricValue |
getToolCallValidMetricValues(int index)
Output only.
|
int |
getToolCallValidMetricValuesCount()
Output only.
|
List<ToolCallValidMetricValue> |
getToolCallValidMetricValuesList()
Output only.
|
ToolCallValidMetricValueOrBuilder |
getToolCallValidMetricValuesOrBuilder(int index)
Output only.
|
List<? extends ToolCallValidMetricValueOrBuilder> |
getToolCallValidMetricValuesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ToolCallValidMetricValue> getToolCallValidMetricValuesList()
Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ToolCallValidMetricValue getToolCallValidMetricValues(int index)
Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getToolCallValidMetricValuesCount()
Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends ToolCallValidMetricValueOrBuilder> getToolCallValidMetricValuesOrBuilderList()
Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ToolCallValidMetricValueOrBuilder getToolCallValidMetricValuesOrBuilder(int index)
Output only. Tool call valid metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolCallValidMetricValue tool_call_valid_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.