public interface TrajectoryExactMatchInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TrajectoryExactMatchInstance |
getInstances(int index)
Required.
|
int |
getInstancesCount()
Required.
|
List<TrajectoryExactMatchInstance> |
getInstancesList()
Required.
|
TrajectoryExactMatchInstanceOrBuilder |
getInstancesOrBuilder(int index)
Required.
|
List<? extends TrajectoryExactMatchInstanceOrBuilder> |
getInstancesOrBuilderList()
Required.
|
TrajectoryExactMatchSpec |
getMetricSpec()
Required.
|
TrajectoryExactMatchSpecOrBuilder |
getMetricSpecOrBuilder()
Required.
|
boolean |
hasMetricSpec()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetricSpec()
Required. Spec for TrajectoryExactMatch metric.
.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
TrajectoryExactMatchSpec getMetricSpec()
Required. Spec for TrajectoryExactMatch metric.
.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
TrajectoryExactMatchSpecOrBuilder getMetricSpecOrBuilder()
Required. Spec for TrajectoryExactMatch metric.
.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
List<TrajectoryExactMatchInstance> getInstancesList()
Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
TrajectoryExactMatchInstance getInstances(int index)
Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
int getInstancesCount()
Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends TrajectoryExactMatchInstanceOrBuilder> getInstancesOrBuilderList()
Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
TrajectoryExactMatchInstanceOrBuilder getInstancesOrBuilder(int index)
Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.