Interface Service.GetExperimentByNameOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getExperimentName()
      Name of the associated experiment.
      com.google.protobuf.ByteString getExperimentNameBytes()
      Name of the associated experiment.
      boolean hasExperimentName()
      Name of the associated experiment.
      • 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 Detail

      • hasExperimentName

        boolean hasExperimentName()
         Name of the associated experiment.
         
        optional string experiment_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        Whether the experimentName field is set.
      • getExperimentName

        java.lang.String getExperimentName()
         Name of the associated experiment.
         
        optional string experiment_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        The experimentName.
      • getExperimentNameBytes

        com.google.protobuf.ByteString getExperimentNameBytes()
         Name of the associated experiment.
         
        optional string experiment_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for experimentName.