public interface ToolCallValidInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ToolCallValidInstance |
getInstances(int index)
Required.
|
int |
getInstancesCount()
Required.
|
List<ToolCallValidInstance> |
getInstancesList()
Required.
|
ToolCallValidInstanceOrBuilder |
getInstancesOrBuilder(int index)
Required.
|
List<? extends ToolCallValidInstanceOrBuilder> |
getInstancesOrBuilderList()
Required.
|
ToolCallValidSpec |
getMetricSpec()
Required.
|
ToolCallValidSpecOrBuilder |
getMetricSpecOrBuilder()
Required.
|
boolean |
hasMetricSpec()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetricSpec()
Required. Spec for tool call valid metric.
.google.cloud.aiplatform.v1.ToolCallValidSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
ToolCallValidSpec getMetricSpec()
Required. Spec for tool call valid metric.
.google.cloud.aiplatform.v1.ToolCallValidSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
ToolCallValidSpecOrBuilder getMetricSpecOrBuilder()
Required. Spec for tool call valid metric.
.google.cloud.aiplatform.v1.ToolCallValidSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
List<ToolCallValidInstance> getInstancesList()
Required. Repeated tool call valid instances.
repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
ToolCallValidInstance getInstances(int index)
Required. Repeated tool call valid instances.
repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
int getInstancesCount()
Required. Repeated tool call valid instances.
repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends ToolCallValidInstanceOrBuilder> getInstancesOrBuilderList()
Required. Repeated tool call valid instances.
repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
ToolCallValidInstanceOrBuilder getInstancesOrBuilder(int index)
Required. Repeated tool call valid instances.
repeated .google.cloud.aiplatform.v1.ToolCallValidInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.