Interface Assessments.IssueReferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Assessments.IssueReference, Assessments.IssueReference.Builder
Enclosing class:
Assessments

public static interface Assessments.IssueReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the issue this assessment references
    com.google.protobuf.ByteString
    The name of the issue this assessment references
    boolean
    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 Details

    • 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

      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.