Class Issues.CreateIssue

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

public static final class Issues.CreateIssue extends com.google.protobuf.GeneratedMessageV3 implements Issues.CreateIssueOrBuilder
 Request to create a new issue.
 
Protobuf type mlflow.issues.CreateIssue
See Also:
  • Field Details

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

      public boolean hasExperimentId()
       Experiment ID.
       
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Specified by:
      hasExperimentId in interface Issues.CreateIssueOrBuilder
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      public String getExperimentId()
       Experiment ID.
       
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Specified by:
      getExperimentId in interface Issues.CreateIssueOrBuilder
      Returns:
      The experimentId.
    • getExperimentIdBytes

      public com.google.protobuf.ByteString getExperimentIdBytes()
       Experiment ID.
       
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Specified by:
      getExperimentIdBytes in interface Issues.CreateIssueOrBuilder
      Returns:
      The bytes for experimentId.
    • hasName

      public boolean hasName()
       Short descriptive name for the issue.
       
      optional string name = 2 [(.mlflow.validate_required) = true];
      Specified by:
      hasName in interface Issues.CreateIssueOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
       Short descriptive name for the issue.
       
      optional string name = 2 [(.mlflow.validate_required) = true];
      Specified by:
      getName in interface Issues.CreateIssueOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Short descriptive name for the issue.
       
      optional string name = 2 [(.mlflow.validate_required) = true];
      Specified by:
      getNameBytes in interface Issues.CreateIssueOrBuilder
      Returns:
      The bytes for name.
    • hasDescription

      public boolean hasDescription()
       Detailed description of the issue.
       
      optional string description = 3 [(.mlflow.validate_required) = true];
      Specified by:
      hasDescription in interface Issues.CreateIssueOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public String getDescription()
       Detailed description of the issue.
       
      optional string description = 3 [(.mlflow.validate_required) = true];
      Specified by:
      getDescription in interface Issues.CreateIssueOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Detailed description of the issue.
       
      optional string description = 3 [(.mlflow.validate_required) = true];
      Specified by:
      getDescriptionBytes in interface Issues.CreateIssueOrBuilder
      Returns:
      The bytes for description.
    • hasStatus

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

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

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

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

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

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

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

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

      public String getRootCauses(int index)
       Analysis of the root causes of the issue.
       
      repeated string root_causes = 6;
      Specified by:
      getRootCauses in interface Issues.CreateIssueOrBuilder
      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 = 6;
      Specified by:
      getRootCausesBytes in interface Issues.CreateIssueOrBuilder
      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 = 7;
      Specified by:
      hasSourceRunId in interface Issues.CreateIssueOrBuilder
      Returns:
      Whether the sourceRunId field is set.
    • getSourceRunId

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

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

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

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

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

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

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

      public String getCategories(int index)
       Categories of the issue.
       
      repeated string categories = 9;
      Specified by:
      getCategories in interface Issues.CreateIssueOrBuilder
      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 = 9;
      Specified by:
      getCategoriesBytes in interface Issues.CreateIssueOrBuilder
      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.CreateIssue parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static Issues.CreateIssue 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.CreateIssue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Issues.CreateIssue getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Issues.CreateIssue> 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.CreateIssue getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder