Interface TrajectoryInOrderMatchInputOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TrajectoryInOrderMatchInput, TrajectoryInOrderMatchInput.Builder

@Generated public interface TrajectoryInOrderMatchInputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetricSpec

      boolean hasMetricSpec()
       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the metricSpec field is set.
    • getMetricSpec

       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The metricSpec.
    • getMetricSpecOrBuilder

      TrajectoryInOrderMatchSpecOrBuilder getMetricSpecOrBuilder()
       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesList

       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstances

      TrajectoryInOrderMatchInstance getInstances(int index)
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesCount

      int getInstancesCount()
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilderList

      List<? extends TrajectoryInOrderMatchInstanceOrBuilder> getInstancesOrBuilderList()
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilder

      TrajectoryInOrderMatchInstanceOrBuilder getInstancesOrBuilder(int index)
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];