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