Package org.mlflow.api.proto
Interface Issues.CreateIssueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Issues.CreateIssue,Issues.CreateIssue.Builder
- Enclosing class:
- Issues
public static interface Issues.CreateIssueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCategories(int index) Categories of the issue.com.google.protobuf.ByteStringgetCategoriesBytes(int index) Categories of the issue.intCategories of the issue.Categories of the issue.Identifier for who created this issue.com.google.protobuf.ByteStringIdentifier for who created this issue.Detailed description of the issue.com.google.protobuf.ByteStringDetailed description of the issue.Experiment ID.com.google.protobuf.ByteStringExperiment ID.getName()Short descriptive name for the issue.com.google.protobuf.ByteStringShort descriptive name for the issue.getRootCauses(int index) Analysis of the root causes of the issue.com.google.protobuf.ByteStringgetRootCausesBytes(int index) Analysis of the root causes of the issue.intAnalysis of the root causes of the issue.Analysis of the root causes of the issue.Severity level indicator.com.google.protobuf.ByteStringSeverity level indicator.MLflow run ID that discovered this issue.com.google.protobuf.ByteStringMLflow run ID that discovered this issue.Issue status.com.google.protobuf.ByteStringIssue status.booleanIdentifier for who created this issue.booleanDetailed description of the issue.booleanExperiment ID.booleanhasName()Short descriptive name for the issue.booleanSeverity level indicator.booleanMLflow run ID that discovered this issue.booleanIssue status.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExperimentId
boolean hasExperimentId()Experiment ID.
optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()Experiment ID.
optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()Experiment ID.
optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for experimentId.
-
hasName
boolean hasName()Short descriptive name for the issue.
optional string name = 2 [(.mlflow.validate_required) = true];- Returns:
- Whether the name field is set.
-
getName
String getName()Short descriptive name for the issue.
optional string name = 2 [(.mlflow.validate_required) = true];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Short descriptive name for the issue.
optional string name = 2 [(.mlflow.validate_required) = true];- Returns:
- The bytes for name.
-
hasDescription
boolean hasDescription()Detailed description of the issue.
optional string description = 3 [(.mlflow.validate_required) = true];- Returns:
- Whether the description field is set.
-
getDescription
String getDescription()Detailed description of the issue.
optional string description = 3 [(.mlflow.validate_required) = true];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Detailed description of the issue.
optional string description = 3 [(.mlflow.validate_required) = true];- Returns:
- The bytes for description.
-
hasStatus
boolean hasStatus()Issue status.
optional string status = 4;- Returns:
- Whether the status field is set.
-
getStatus
String getStatus()Issue status.
optional string status = 4;- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()Issue status.
optional string status = 4;- Returns:
- The bytes for status.
-
hasSeverity
boolean hasSeverity()Severity level indicator.
optional string severity = 5;- Returns:
- Whether the severity field is set.
-
getSeverity
String getSeverity()Severity level indicator.
optional string severity = 5;- Returns:
- The severity.
-
getSeverityBytes
com.google.protobuf.ByteString getSeverityBytes()Severity level indicator.
optional string severity = 5;- Returns:
- The bytes for severity.
-
getRootCausesList
Analysis of the root causes of the issue.
repeated string root_causes = 6;- Returns:
- A list containing the rootCauses.
-
getRootCausesCount
int getRootCausesCount()Analysis of the root causes of the issue.
repeated string root_causes = 6;- Returns:
- The count of rootCauses.
-
getRootCauses
Analysis of the root causes of the issue.
repeated string root_causes = 6;- 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 = 6;- 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 = 7;- Returns:
- Whether the sourceRunId field is set.
-
getSourceRunId
String getSourceRunId()MLflow run ID that discovered this issue.
optional string source_run_id = 7;- Returns:
- The sourceRunId.
-
getSourceRunIdBytes
com.google.protobuf.ByteString getSourceRunIdBytes()MLflow run ID that discovered this issue.
optional string source_run_id = 7;- Returns:
- The bytes for sourceRunId.
-
hasCreatedBy
boolean hasCreatedBy()Identifier for who created this issue.
optional string created_by = 8;- Returns:
- Whether the createdBy field is set.
-
getCreatedBy
String getCreatedBy()Identifier for who created this issue.
optional string created_by = 8;- Returns:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()Identifier for who created this issue.
optional string created_by = 8;- Returns:
- The bytes for createdBy.
-
getCategoriesList
Categories of the issue.
repeated string categories = 9;- Returns:
- A list containing the categories.
-
getCategoriesCount
int getCategoriesCount()Categories of the issue.
repeated string categories = 9;- Returns:
- The count of categories.
-
getCategories
Categories of the issue.
repeated string categories = 9;- 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 = 9;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the categories at the given index.
-