Interface AddTrialMeasurementRequestOrBuilder

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

@Generated public interface AddTrialMeasurementRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Required.
    Required.
    Required.
    com.google.protobuf.ByteString
    Required.
    boolean
    Required.

    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

    • getTrialName

      String getTrialName()
       Required. The name of the trial to add measurement.
       Format:
       `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
       
      string trial_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The trialName.
    • getTrialNameBytes

      com.google.protobuf.ByteString getTrialNameBytes()
       Required. The name of the trial to add measurement.
       Format:
       `projects/{project}/locations/{location}/studies/{study}/trials/{trial}`
       
      string trial_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for trialName.
    • hasMeasurement

      boolean hasMeasurement()
       Required. The measurement to be added to a Trial.
       
      .google.cloud.aiplatform.v1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the measurement field is set.
    • getMeasurement

      Measurement getMeasurement()
       Required. The measurement to be added to a Trial.
       
      .google.cloud.aiplatform.v1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The measurement.
    • getMeasurementOrBuilder

      MeasurementOrBuilder getMeasurementOrBuilder()
       Required. The measurement to be added to a Trial.
       
      .google.cloud.aiplatform.v1.Measurement measurement = 3 [(.google.api.field_behavior) = REQUIRED];