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