Interface AddTrialMeasurementRequestOrBuilder

    • Method Detail

      • 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];