Package org.mlflow.api.proto
Interface Issues.GetIssueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Issues.GetIssue,Issues.GetIssue.Builder
- Enclosing class:
- Issues
public static interface Issues.GetIssueOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIssueId()Issue ID to fetch.com.google.protobuf.ByteStringgetIssueIdBytes()Issue ID to fetch.booleanhasIssueId()Issue ID to fetch.-
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()
Issue ID to fetch.
optional string issue_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the issueId field is set.
-
getIssueId
java.lang.String getIssueId()
Issue ID to fetch.
optional string issue_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The issueId.
-
getIssueIdBytes
com.google.protobuf.ByteString getIssueIdBytes()
Issue ID to fetch.
optional string issue_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for issueId.
-
-