Package com.google.cloud.aiplatform.v1
Interface ToolParameterKVMatchInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ToolParameterKVMatchInput,ToolParameterKVMatchInput.Builder
@Generated
public interface ToolParameterKVMatchInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstances(int index) Required.intRequired.Required.getInstancesOrBuilder(int index) Required.List<? extends ToolParameterKVMatchInstanceOrBuilder>Required.Required.Required.booleanRequired.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
-
hasMetricSpec
boolean hasMetricSpec()Required. Spec for tool parameter key value match metric.
.google.cloud.aiplatform.v1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the metricSpec field is set.
-
getMetricSpec
ToolParameterKVMatchSpec getMetricSpec()Required. Spec for tool parameter key value match metric.
.google.cloud.aiplatform.v1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The metricSpec.
-
getMetricSpecOrBuilder
ToolParameterKVMatchSpecOrBuilder getMetricSpecOrBuilder()Required. Spec for tool parameter key value match metric.
.google.cloud.aiplatform.v1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesList
List<ToolParameterKVMatchInstance> getInstancesList()Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstances
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesCount
int getInstancesCount()Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesOrBuilderList
List<? extends ToolParameterKVMatchInstanceOrBuilder> getInstancesOrBuilderList()Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesOrBuilder
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
-