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 Summary
Modifier and TypeMethodDescriptionValue of an assessment when an error has occurred.com.google.protobuf.ByteStringValue of an assessment when an error has occurred.optional string error_message = 2;com.google.protobuf.ByteStringoptional string error_message = 2;Stack trace of the error.com.google.protobuf.ByteStringStack trace of the error.booleanValue of an assessment when an error has occurred.booleanoptional string error_message = 2;booleanStack trace of the error.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
-
hasErrorCode
boolean hasErrorCode()Value of an assessment when an error has occurred.
optional string error_code = 1;- Returns:
- Whether the errorCode field is set.
-
getErrorCode
String getErrorCode()Value of an assessment when an error has occurred.
optional string error_code = 1;- Returns:
- The errorCode.
-
getErrorCodeBytes
com.google.protobuf.ByteString getErrorCodeBytes()Value of an assessment when an error has occurred.
optional string error_code = 1;- Returns:
- The bytes for errorCode.
-
hasErrorMessage
boolean hasErrorMessage()optional string error_message = 2;- Returns:
- Whether the errorMessage field is set.
-
getErrorMessage
String getErrorMessage()optional string error_message = 2;- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()optional string error_message = 2;- Returns:
- The bytes for errorMessage.
-
hasStackTrace
boolean 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.
-
getStackTrace
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.
-
getStackTraceBytes
com.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.
-