Interface TrajectoryExactMatchInputOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TrajectoryExactMatchInput,TrajectoryExactMatchInput.Builder
@Generated
public interface TrajectoryExactMatchInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetInstances(int index) Required.intRequired.Required.getInstancesOrBuilder(int index) Required.List<? extends TrajectoryExactMatchInstanceOrBuilder>Required.Required.Required.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetricSpec
boolean hasMetricSpec()Required. Spec for TrajectoryExactMatch metric.
.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the metricSpec field is set.
-
getMetricSpec
TrajectoryExactMatchSpec getMetricSpec()Required. Spec for TrajectoryExactMatch metric.
.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The metricSpec.
-
getMetricSpecOrBuilder
TrajectoryExactMatchSpecOrBuilder getMetricSpecOrBuilder()Required. Spec for TrajectoryExactMatch metric.
.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesList
List<TrajectoryExactMatchInstance> getInstancesList()Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstances
Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesCount
int getInstancesCount()Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesOrBuilderList
List<? extends TrajectoryExactMatchInstanceOrBuilder> getInstancesOrBuilderList()Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED]; -
getInstancesOrBuilder
Required. Repeated TrajectoryExactMatch instance.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
-