Interface CheckTrialEarlyStoppingStateRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Required.
    com.google.protobuf.ByteString
    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 Trial's name.
       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 Trial's name.
       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.