Interface Assessments.IssueReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getIssueName()
      The name of the issue this assessment references
      com.google.protobuf.ByteString getIssueNameBytes()
      The name of the issue this assessment references
      boolean hasIssueName()
      The name of the issue this assessment references
      • 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

      • hasIssueName

        boolean hasIssueName()
         The name of the issue this assessment references
         
        optional string issue_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        Whether the issueName field is set.
      • getIssueName

        java.lang.String getIssueName()
         The name of the issue this assessment references
         
        optional string issue_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        The issueName.
      • getIssueNameBytes

        com.google.protobuf.ByteString getIssueNameBytes()
         The name of the issue this assessment references
         
        optional string issue_name = 1 [(.mlflow.validate_required) = true];
        Returns:
        The bytes for issueName.