Package org.mlflow.api.proto
Interface Assessments.IssueReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Assessments.IssueReference,Assessments.IssueReference.Builder
- Enclosing class:
- Assessments
public static interface Assessments.IssueReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the issue this assessment referencescom.google.protobuf.ByteStringThe name of the issue this assessment referencesbooleanThe name of the issue this assessment referencesMethods 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
-
hasIssueName
boolean hasIssueName()The name of the issue this assessment references
optional string issue_name = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the issueName field is set.
-
getIssueName
String getIssueName()The name of the issue this assessment references
optional string issue_name = 1 [(.mlflow.validate_required) = true];- Returns:
- The issueName.
-
getIssueNameBytes
com.google.protobuf.ByteString getIssueNameBytes()The name of the issue this assessment references
optional string issue_name = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for issueName.
-