Package org.mlflow.api.proto
Interface Issues.IssueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Issues.Issue,Issues.Issue.Builder
- Enclosing class:
- Issues
public static interface Issues.IssueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCategories(int index)Categories of the issue.com.google.protobuf.ByteStringgetCategoriesBytes(int index)Categories of the issue.intgetCategoriesCount()Categories of the issue.java.util.List<java.lang.String>getCategoriesList()Categories of the issue.java.lang.StringgetCreatedBy()Identifier for who created this issue.com.google.protobuf.ByteStringgetCreatedByBytes()Identifier for who created this issue.longgetCreatedTimestamp()Creation timestamp in milliseconds.java.lang.StringgetDescription()Detailed description of the issue.com.google.protobuf.ByteStringgetDescriptionBytes()Detailed description of the issue.java.lang.StringgetExperimentId()Experiment ID.com.google.protobuf.ByteStringgetExperimentIdBytes()Experiment ID.java.lang.StringgetIssueId()Unique identifier for the issue.com.google.protobuf.ByteStringgetIssueIdBytes()Unique identifier for the issue.longgetLastUpdatedTimestamp()Last update timestamp in milliseconds.java.lang.StringgetName()Short descriptive name for the issue.com.google.protobuf.ByteStringgetNameBytes()Short descriptive name for the issue.java.lang.StringgetRootCauses(int index)Analysis of the root causes of the issue.com.google.protobuf.ByteStringgetRootCausesBytes(int index)Analysis of the root causes of the issue.intgetRootCausesCount()Analysis of the root causes of the issue.java.util.List<java.lang.String>getRootCausesList()Analysis of the root causes of the issue.java.lang.StringgetSeverity()Severity level indicator.com.google.protobuf.ByteStringgetSeverityBytes()Severity level indicator.java.lang.StringgetSourceRunId()MLflow run ID that discovered this issue.com.google.protobuf.ByteStringgetSourceRunIdBytes()MLflow run ID that discovered this issue.java.lang.StringgetStatus()Issue status.com.google.protobuf.ByteStringgetStatusBytes()Issue status.booleanhasCreatedBy()Identifier for who created this issue.booleanhasCreatedTimestamp()Creation timestamp in milliseconds.booleanhasDescription()Detailed description of the issue.booleanhasExperimentId()Experiment ID.booleanhasIssueId()Unique identifier for the issue.booleanhasLastUpdatedTimestamp()Last update timestamp in milliseconds.booleanhasName()Short descriptive name for the issue.booleanhasSeverity()Severity level indicator.booleanhasSourceRunId()MLflow run ID that discovered this issue.booleanhasStatus()Issue status.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIssueId
boolean hasIssueId()
Unique identifier for the issue.
optional string issue_id = 1;- Returns:
- Whether the issueId field is set.
-
getIssueId
java.lang.String getIssueId()
Unique identifier for the issue.
optional string issue_id = 1;- Returns:
- The issueId.
-
getIssueIdBytes
com.google.protobuf.ByteString getIssueIdBytes()
Unique identifier for the issue.
optional string issue_id = 1;- Returns:
- The bytes for issueId.
-
hasExperimentId
boolean hasExperimentId()
Experiment ID.
optional string experiment_id = 2;- Returns:
- Whether the experimentId field is set.
-
getExperimentId
java.lang.String getExperimentId()
Experiment ID.
optional string experiment_id = 2;- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()
Experiment ID.
optional string experiment_id = 2;- Returns:
- The bytes for experimentId.
-
hasName
boolean hasName()
Short descriptive name for the issue.
optional string name = 3;- Returns:
- Whether the name field is set.
-
getName
java.lang.String getName()
Short descriptive name for the issue.
optional string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
Short descriptive name for the issue.
optional string name = 3;- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()
Detailed description of the issue.
optional string description = 4;- Returns:
- Whether the description field is set.
-
getDescription
java.lang.String getDescription()
Detailed description of the issue.
optional string description = 4;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Detailed description of the issue.
optional string description = 4;- Returns:
- The bytes for description.
-
hasStatus
boolean hasStatus()
Issue status.
optional string status = 5;- Returns:
- Whether the status field is set.
-
getStatus
java.lang.String getStatus()
Issue status.
optional string status = 5;- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()
Issue status.
optional string status = 5;- Returns:
- The bytes for status.
-
hasSeverity
boolean hasSeverity()
Severity level indicator.
optional string severity = 6;- Returns:
- Whether the severity field is set.
-
getSeverity
java.lang.String getSeverity()
Severity level indicator.
optional string severity = 6;- Returns:
- The severity.
-
getSeverityBytes
com.google.protobuf.ByteString getSeverityBytes()
Severity level indicator.
optional string severity = 6;- Returns:
- The bytes for severity.
-
getRootCausesList
java.util.List<java.lang.String> getRootCausesList()
Analysis of the root causes of the issue.
repeated string root_causes = 7;- Returns:
- A list containing the rootCauses.
-
getRootCausesCount
int getRootCausesCount()
Analysis of the root causes of the issue.
repeated string root_causes = 7;- Returns:
- The count of rootCauses.
-
getRootCauses
java.lang.String getRootCauses(int index)
Analysis of the root causes of the issue.
repeated string root_causes = 7;- Parameters:
index- The index of the element to return.- Returns:
- The rootCauses at the given index.
-
getRootCausesBytes
com.google.protobuf.ByteString getRootCausesBytes(int index)
Analysis of the root causes of the issue.
repeated string root_causes = 7;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the rootCauses at the given index.
-
hasSourceRunId
boolean hasSourceRunId()
MLflow run ID that discovered this issue.
optional string source_run_id = 8;- Returns:
- Whether the sourceRunId field is set.
-
getSourceRunId
java.lang.String getSourceRunId()
MLflow run ID that discovered this issue.
optional string source_run_id = 8;- Returns:
- The sourceRunId.
-
getSourceRunIdBytes
com.google.protobuf.ByteString getSourceRunIdBytes()
MLflow run ID that discovered this issue.
optional string source_run_id = 8;- Returns:
- The bytes for sourceRunId.
-
hasCreatedTimestamp
boolean hasCreatedTimestamp()
Creation timestamp in milliseconds.
optional int64 created_timestamp = 9;- Returns:
- Whether the createdTimestamp field is set.
-
getCreatedTimestamp
long getCreatedTimestamp()
Creation timestamp in milliseconds.
optional int64 created_timestamp = 9;- Returns:
- The createdTimestamp.
-
hasLastUpdatedTimestamp
boolean hasLastUpdatedTimestamp()
Last update timestamp in milliseconds.
optional int64 last_updated_timestamp = 10;- Returns:
- Whether the lastUpdatedTimestamp field is set.
-
getLastUpdatedTimestamp
long getLastUpdatedTimestamp()
Last update timestamp in milliseconds.
optional int64 last_updated_timestamp = 10;- Returns:
- The lastUpdatedTimestamp.
-
hasCreatedBy
boolean hasCreatedBy()
Identifier for who created this issue.
optional string created_by = 11;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
java.lang.String getCreatedBy()
Identifier for who created this issue.
optional string created_by = 11;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()
Identifier for who created this issue.
optional string created_by = 11;- Returns:
- The bytes for createdBy.
-
getCategoriesList
java.util.List<java.lang.String> getCategoriesList()
Categories of the issue.
repeated string categories = 12;- Returns:
- A list containing the categories.
-
getCategoriesCount
int getCategoriesCount()
Categories of the issue.
repeated string categories = 12;- Returns:
- The count of categories.
-
getCategories
java.lang.String getCategories(int index)
Categories of the issue.
repeated string categories = 12;- Parameters:
index- The index of the element to return.- Returns:
- The categories at the given index.
-
getCategoriesBytes
com.google.protobuf.ByteString getCategoriesBytes(int index)
Categories of the issue.
repeated string categories = 12;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the categories at the given index.
-
-