public interface ToolNameMatchInputOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstances(int index)
public abstract ToolNameMatchInstance getInstances(int index)Required. Repeated tool name match instances.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ToolNameMatchInstance |
|
getInstancesCount()
public abstract int getInstancesCount()Required. Repeated tool name match instances.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getInstancesList()
public abstract List<ToolNameMatchInstance> getInstancesList()Required. Repeated tool name match instances.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<ToolNameMatchInstance> |
|
getInstancesOrBuilder(int index)
public abstract ToolNameMatchInstanceOrBuilder getInstancesOrBuilder(int index)Required. Repeated tool name match instances.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ToolNameMatchInstanceOrBuilder |
|
getInstancesOrBuilderList()
public abstract List<? extends ToolNameMatchInstanceOrBuilder> getInstancesOrBuilderList()Required. Repeated tool name match instances.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.ToolNameMatchInstanceOrBuilder> |
|
getMetricSpec()
public abstract ToolNameMatchSpec getMetricSpec()Required. Spec for tool name match metric.
.google.cloud.aiplatform.v1beta1.ToolNameMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ToolNameMatchSpec |
The metricSpec. |
getMetricSpecOrBuilder()
public abstract ToolNameMatchSpecOrBuilder getMetricSpecOrBuilder()Required. Spec for tool name match metric.
.google.cloud.aiplatform.v1beta1.ToolNameMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ToolNameMatchSpecOrBuilder |
|
hasMetricSpec()
public abstract boolean hasMetricSpec()Required. Spec for tool name match metric.
.google.cloud.aiplatform.v1beta1.ToolNameMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metricSpec field is set. |