Package org.mlflow.api.proto
Interface Assessments.AssessmentErrorOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Assessments.AssessmentError,- Assessments.AssessmentError.Builder
 - Enclosing class:
- Assessments
 
 public static interface Assessments.AssessmentErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetErrorCode()Value of an assessment when an error has occurred.com.google.protobuf.ByteStringgetErrorCodeBytes()Value of an assessment when an error has occurred.java.lang.StringgetErrorMessage()optional string error_message = 2;com.google.protobuf.ByteStringgetErrorMessageBytes()optional string error_message = 2;java.lang.StringgetStackTrace()Stack trace of the error.com.google.protobuf.ByteStringgetStackTraceBytes()Stack trace of the error.booleanhasErrorCode()Value of an assessment when an error has occurred.booleanhasErrorMessage()optional string error_message = 2;booleanhasStackTrace()Stack trace of the error.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasErrorCodeboolean hasErrorCode() Value of an assessment when an error has occurred. optional string error_code = 1;- Returns:
- Whether the errorCode field is set.
 
 - 
getErrorCodejava.lang.String getErrorCode() Value of an assessment when an error has occurred. optional string error_code = 1;- Returns:
- The errorCode.
 
 - 
getErrorCodeBytescom.google.protobuf.ByteString getErrorCodeBytes() Value of an assessment when an error has occurred. optional string error_code = 1;- Returns:
- The bytes for errorCode.
 
 - 
hasErrorMessageboolean hasErrorMessage() optional string error_message = 2;- Returns:
- Whether the errorMessage field is set.
 
 - 
getErrorMessagejava.lang.String getErrorMessage() optional string error_message = 2;- Returns:
- The errorMessage.
 
 - 
getErrorMessageBytescom.google.protobuf.ByteString getErrorMessageBytes() optional string error_message = 2;- Returns:
- The bytes for errorMessage.
 
 - 
hasStackTraceboolean hasStackTrace() Stack trace of the error. Truncated to 1000 characters to avoid making TraceInfo too large. optional string stack_trace = 3;- Returns:
- Whether the stackTrace field is set.
 
 - 
getStackTracejava.lang.String getStackTrace() Stack trace of the error. Truncated to 1000 characters to avoid making TraceInfo too large. optional string stack_trace = 3;- Returns:
- The stackTrace.
 
 - 
getStackTraceBytescom.google.protobuf.ByteString getStackTraceBytes() Stack trace of the error. Truncated to 1000 characters to avoid making TraceInfo too large. optional string stack_trace = 3;- Returns:
- The bytes for stackTrace.
 
 
- 
 
-