public interface ToolParameterKVMatchInputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getInstances(int index)
public abstract ToolParameterKVMatchInstance getInstances(int index)
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ToolParameterKVMatchInstance |
getInstancesCount()
public abstract int getInstancesCount()
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getInstancesList()
public abstract List<ToolParameterKVMatchInstance> getInstancesList()
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<ToolParameterKVMatchInstance> |
getInstancesOrBuilder(int index)
public abstract ToolParameterKVMatchInstanceOrBuilder getInstancesOrBuilder(int index)
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ToolParameterKVMatchInstanceOrBuilder |
getInstancesOrBuilderList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ToolParameterKVMatchInstanceOrBuilder> |
getMetricSpec()
public abstract 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 | |
---|---|
Type | Description |
ToolParameterKVMatchSpec |
The metricSpec. |
getMetricSpecOrBuilder()
public abstract ToolParameterKVMatchSpecOrBuilder getMetricSpecOrBuilder()
Required. Spec for tool parameter key value match metric.
.google.cloud.aiplatform.v1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ToolParameterKVMatchSpecOrBuilder |
hasMetricSpec()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the metricSpec field is set. |