Class Issues.Issue

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.mlflow.api.proto.Issues.Issue
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, Issues.IssueOrBuilder
Enclosing class:
Issues

public static final class Issues.Issue extends com.google.protobuf.GeneratedMessageV3 implements Issues.IssueOrBuilder
 Represents an issue discovered in traces.
 
Protobuf type mlflow.issues.Issue
See Also:
  • Field Details

    • ISSUE_ID_FIELD_NUMBER

      public static final int ISSUE_ID_FIELD_NUMBER
      See Also:
    • EXPERIMENT_ID_FIELD_NUMBER

      public static final int EXPERIMENT_ID_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • DESCRIPTION_FIELD_NUMBER

      public static final int DESCRIPTION_FIELD_NUMBER
      See Also:
    • STATUS_FIELD_NUMBER

      public static final int STATUS_FIELD_NUMBER
      See Also:
    • SEVERITY_FIELD_NUMBER

      public static final int SEVERITY_FIELD_NUMBER
      See Also:
    • ROOT_CAUSES_FIELD_NUMBER

      public static final int ROOT_CAUSES_FIELD_NUMBER
      See Also:
    • SOURCE_RUN_ID_FIELD_NUMBER

      public static final int SOURCE_RUN_ID_FIELD_NUMBER
      See Also:
    • CREATED_TIMESTAMP_FIELD_NUMBER

      public static final int CREATED_TIMESTAMP_FIELD_NUMBER
      See Also:
    • LAST_UPDATED_TIMESTAMP_FIELD_NUMBER

      public static final int LAST_UPDATED_TIMESTAMP_FIELD_NUMBER
      See Also:
    • CREATED_BY_FIELD_NUMBER

      public static final int CREATED_BY_FIELD_NUMBER
      See Also:
    • CATEGORIES_FIELD_NUMBER

      public static final int CATEGORIES_FIELD_NUMBER
      See Also:
    • PARSER

      @Deprecated public static final com.google.protobuf.Parser<Issues.Issue> PARSER
      Deprecated.
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasIssueId

      public boolean hasIssueId()
       Unique identifier for the issue.
       
      optional string issue_id = 1;
      Specified by:
      hasIssueId in interface Issues.IssueOrBuilder
      Returns:
      Whether the issueId field is set.
    • getIssueId

      public String getIssueId()
       Unique identifier for the issue.
       
      optional string issue_id = 1;
      Specified by:
      getIssueId in interface Issues.IssueOrBuilder
      Returns:
      The issueId.
    • getIssueIdBytes

      public com.google.protobuf.ByteString getIssueIdBytes()
       Unique identifier for the issue.
       
      optional string issue_id = 1;
      Specified by:
      getIssueIdBytes in interface Issues.IssueOrBuilder
      Returns:
      The bytes for issueId.
    • hasExperimentId

      public boolean hasExperimentId()
       Experiment ID.
       
      optional string experiment_id = 2;
      Specified by:
      hasExperimentId in interface Issues.IssueOrBuilder
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      public String getExperimentId()
       Experiment ID.
       
      optional string experiment_id = 2;
      Specified by:
      getExperimentId in interface Issues.IssueOrBuilder
      Returns:
      The experimentId.
    • getExperimentIdBytes

      public com.google.protobuf.ByteString getExperimentIdBytes()
       Experiment ID.
       
      optional string experiment_id = 2;
      Specified by:
      getExperimentIdBytes in interface Issues.IssueOrBuilder
      Returns:
      The bytes for experimentId.
    • hasName

      public boolean hasName()
       Short descriptive name for the issue.
       
      optional string name = 3;
      Specified by:
      hasName in interface Issues.IssueOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
       Short descriptive name for the issue.
       
      optional string name = 3;
      Specified by:
      getName in interface Issues.IssueOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Short descriptive name for the issue.
       
      optional string name = 3;
      Specified by:
      getNameBytes in interface Issues.IssueOrBuilder
      Returns:
      The bytes for name.
    • hasDescription

      public boolean hasDescription()
       Detailed description of the issue.
       
      optional string description = 4;
      Specified by:
      hasDescription in interface Issues.IssueOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public String getDescription()
       Detailed description of the issue.
       
      optional string description = 4;
      Specified by:
      getDescription in interface Issues.IssueOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Detailed description of the issue.
       
      optional string description = 4;
      Specified by:
      getDescriptionBytes in interface Issues.IssueOrBuilder
      Returns:
      The bytes for description.
    • hasStatus

      public boolean hasStatus()
       Issue status.
       
      optional string status = 5;
      Specified by:
      hasStatus in interface Issues.IssueOrBuilder
      Returns:
      Whether the status field is set.
    • getStatus

      public String getStatus()
       Issue status.
       
      optional string status = 5;
      Specified by:
      getStatus in interface Issues.IssueOrBuilder
      Returns:
      The status.
    • getStatusBytes

      public com.google.protobuf.ByteString getStatusBytes()
       Issue status.
       
      optional string status = 5;
      Specified by:
      getStatusBytes in interface Issues.IssueOrBuilder
      Returns:
      The bytes for status.
    • hasSeverity

      public boolean hasSeverity()
       Severity level indicator.
       
      optional string severity = 6;
      Specified by:
      hasSeverity in interface Issues.IssueOrBuilder
      Returns:
      Whether the severity field is set.
    • getSeverity

      public String getSeverity()
       Severity level indicator.
       
      optional string severity = 6;
      Specified by:
      getSeverity in interface Issues.IssueOrBuilder
      Returns:
      The severity.
    • getSeverityBytes

      public com.google.protobuf.ByteString getSeverityBytes()
       Severity level indicator.
       
      optional string severity = 6;
      Specified by:
      getSeverityBytes in interface Issues.IssueOrBuilder
      Returns:
      The bytes for severity.
    • getRootCausesList

      public com.google.protobuf.ProtocolStringList getRootCausesList()
       Analysis of the root causes of the issue.
       
      repeated string root_causes = 7;
      Specified by:
      getRootCausesList in interface Issues.IssueOrBuilder
      Returns:
      A list containing the rootCauses.
    • getRootCausesCount

      public int getRootCausesCount()
       Analysis of the root causes of the issue.
       
      repeated string root_causes = 7;
      Specified by:
      getRootCausesCount in interface Issues.IssueOrBuilder
      Returns:
      The count of rootCauses.
    • getRootCauses

      public String getRootCauses(int index)
       Analysis of the root causes of the issue.
       
      repeated string root_causes = 7;
      Specified by:
      getRootCauses in interface Issues.IssueOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The rootCauses at the given index.
    • getRootCausesBytes

      public com.google.protobuf.ByteString getRootCausesBytes(int index)
       Analysis of the root causes of the issue.
       
      repeated string root_causes = 7;
      Specified by:
      getRootCausesBytes in interface Issues.IssueOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the rootCauses at the given index.
    • hasSourceRunId

      public boolean hasSourceRunId()
       MLflow run ID that discovered this issue.
       
      optional string source_run_id = 8;
      Specified by:
      hasSourceRunId in interface Issues.IssueOrBuilder
      Returns:
      Whether the sourceRunId field is set.
    • getSourceRunId

      public String getSourceRunId()
       MLflow run ID that discovered this issue.
       
      optional string source_run_id = 8;
      Specified by:
      getSourceRunId in interface Issues.IssueOrBuilder
      Returns:
      The sourceRunId.
    • getSourceRunIdBytes

      public com.google.protobuf.ByteString getSourceRunIdBytes()
       MLflow run ID that discovered this issue.
       
      optional string source_run_id = 8;
      Specified by:
      getSourceRunIdBytes in interface Issues.IssueOrBuilder
      Returns:
      The bytes for sourceRunId.
    • hasCreatedTimestamp

      public boolean hasCreatedTimestamp()
       Creation timestamp in milliseconds.
       
      optional int64 created_timestamp = 9;
      Specified by:
      hasCreatedTimestamp in interface Issues.IssueOrBuilder
      Returns:
      Whether the createdTimestamp field is set.
    • getCreatedTimestamp

      public long getCreatedTimestamp()
       Creation timestamp in milliseconds.
       
      optional int64 created_timestamp = 9;
      Specified by:
      getCreatedTimestamp in interface Issues.IssueOrBuilder
      Returns:
      The createdTimestamp.
    • hasLastUpdatedTimestamp

      public boolean hasLastUpdatedTimestamp()
       Last update timestamp in milliseconds.
       
      optional int64 last_updated_timestamp = 10;
      Specified by:
      hasLastUpdatedTimestamp in interface Issues.IssueOrBuilder
      Returns:
      Whether the lastUpdatedTimestamp field is set.
    • getLastUpdatedTimestamp

      public long getLastUpdatedTimestamp()
       Last update timestamp in milliseconds.
       
      optional int64 last_updated_timestamp = 10;
      Specified by:
      getLastUpdatedTimestamp in interface Issues.IssueOrBuilder
      Returns:
      The lastUpdatedTimestamp.
    • hasCreatedBy

      public boolean hasCreatedBy()
       Identifier for who created this issue.
       
      optional string created_by = 11;
      Specified by:
      hasCreatedBy in interface Issues.IssueOrBuilder
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      public String getCreatedBy()
       Identifier for who created this issue.
       
      optional string created_by = 11;
      Specified by:
      getCreatedBy in interface Issues.IssueOrBuilder
      Returns:
      The createdBy.
    • getCreatedByBytes

      public com.google.protobuf.ByteString getCreatedByBytes()
       Identifier for who created this issue.
       
      optional string created_by = 11;
      Specified by:
      getCreatedByBytes in interface Issues.IssueOrBuilder
      Returns:
      The bytes for createdBy.
    • getCategoriesList

      public com.google.protobuf.ProtocolStringList getCategoriesList()
       Categories of the issue.
       
      repeated string categories = 12;
      Specified by:
      getCategoriesList in interface Issues.IssueOrBuilder
      Returns:
      A list containing the categories.
    • getCategoriesCount

      public int getCategoriesCount()
       Categories of the issue.
       
      repeated string categories = 12;
      Specified by:
      getCategoriesCount in interface Issues.IssueOrBuilder
      Returns:
      The count of categories.
    • getCategories

      public String getCategories(int index)
       Categories of the issue.
       
      repeated string categories = 12;
      Specified by:
      getCategories in interface Issues.IssueOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The categories at the given index.
    • getCategoriesBytes

      public com.google.protobuf.ByteString getCategoriesBytes(int index)
       Categories of the issue.
       
      repeated string categories = 12;
      Specified by:
      getCategoriesBytes in interface Issues.IssueOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the categories at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Issues.Issue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Issues.Issue parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Issues.Issue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Issues.Issue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Issues.Issue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Issues.Issue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Issues.Issue parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Issues.Issue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Issues.Issue parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Issues.Issue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Issues.Issue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Issues.Issue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Issues.Issue.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Issues.Issue.Builder newBuilder()
    • newBuilder

      public static Issues.Issue.Builder newBuilder(Issues.Issue prototype)
    • toBuilder

      public Issues.Issue.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Issues.Issue.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Issues.Issue getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Issues.Issue> parser()
    • getParserForType

      public com.google.protobuf.Parser<Issues.Issue> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Issues.Issue getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder