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