Interface CheckTrialEarlyStoppingStateMetatdataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Operation metadata for suggesting Trials.
    Operation metadata for suggesting Trials.
    The name of the Study that the Trial belongs to.
    com.google.protobuf.ByteString
    The name of the Study that the Trial belongs to.
    The Trial name.
    com.google.protobuf.ByteString
    The Trial name.
    boolean
    Operation metadata for suggesting Trials.

    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

    • hasGenericMetadata

      boolean hasGenericMetadata()
       Operation metadata for suggesting Trials.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Returns:
      Whether the genericMetadata field is set.
    • getGenericMetadata

      GenericOperationMetadata getGenericMetadata()
       Operation metadata for suggesting Trials.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
      Returns:
      The genericMetadata.
    • getGenericMetadataOrBuilder

      GenericOperationMetadataOrBuilder getGenericMetadataOrBuilder()
       Operation metadata for suggesting Trials.
       
      .google.cloud.aiplatform.v1.GenericOperationMetadata generic_metadata = 1;
    • getStudy

      String getStudy()
       The name of the Study that the Trial belongs to.
       
      string study = 2;
      Returns:
      The study.
    • getStudyBytes

      com.google.protobuf.ByteString getStudyBytes()
       The name of the Study that the Trial belongs to.
       
      string study = 2;
      Returns:
      The bytes for study.
    • getTrial

      String getTrial()
       The Trial name.
       
      string trial = 3;
      Returns:
      The trial.
    • getTrialBytes

      com.google.protobuf.ByteString getTrialBytes()
       The Trial name.
       
      string trial = 3;
      Returns:
      The bytes for trial.