Interface TrajectoryAnyOrderMatchInputOrBuilder

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

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

    • hasMetricSpec

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

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

      TrajectoryAnyOrderMatchSpecOrBuilder getMetricSpecOrBuilder()
       Required. Spec for TrajectoryAnyOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesList

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

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

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

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

      TrajectoryAnyOrderMatchInstanceOrBuilder getInstancesOrBuilder(int index)
       Required. Repeated TrajectoryAnyOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];