Interface Measurement.MetricOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Measurement.Metric, Measurement.Metric.Builder
Enclosing class:
Measurement

public static interface Measurement.MetricOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    double
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMetricId

      String getMetricId()
       Output only. The ID of the Metric. The Metric should be defined in
       [StudySpec's Metrics][google.cloud.aiplatform.v1.StudySpec.metrics].
       
      string metric_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The metricId.
    • getMetricIdBytes

      com.google.protobuf.ByteString getMetricIdBytes()
       Output only. The ID of the Metric. The Metric should be defined in
       [StudySpec's Metrics][google.cloud.aiplatform.v1.StudySpec.metrics].
       
      string metric_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for metricId.
    • getValue

      double getValue()
       Output only. The value for this metric.
       
      double value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The value.