Interface CheckTrialEarlyStoppingStateMetatdataOrBuilder

    • Method Detail

      • 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.