Interface TrajectoryRecallInputOrBuilder

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

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

    • hasMetricSpec

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

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

      TrajectoryRecallSpecOrBuilder getMetricSpecOrBuilder()
       Required. Spec for TrajectoryRecall metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryRecallSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesList

      List<TrajectoryRecallInstance> getInstancesList()
       Required. Repeated TrajectoryRecall instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstances

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

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

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

      TrajectoryRecallInstanceOrBuilder getInstancesOrBuilder(int index)
       Required. Repeated TrajectoryRecall instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryRecallInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];