Interface MetricxInputOrBuilder

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

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

    • hasMetricSpec

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

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

      MetricxSpecOrBuilder getMetricSpecOrBuilder()
       Required. Spec for Metricx metric.
       
      .google.cloud.aiplatform.v1.MetricxSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasInstance

      boolean hasInstance()
       Required. Metricx instance.
       
      .google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the instance field is set.
    • getInstance

      MetricxInstance getInstance()
       Required. Metricx instance.
       
      .google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The instance.
    • getInstanceOrBuilder

      MetricxInstanceOrBuilder getInstanceOrBuilder()
       Required. Metricx instance.
       
      .google.cloud.aiplatform.v1.MetricxInstance instance = 2 [(.google.api.field_behavior) = REQUIRED];