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 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

      TrajectoryExactMatchInstance getInstances(int index)
       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

      TrajectoryExactMatchInstanceOrBuilder getInstancesOrBuilder(int index)
       Required. Repeated TrajectoryExactMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];