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