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