Package org.mlflow.api.proto
Interface Service.ExpectationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.Expectation
,Service.Expectation.Builder
- Enclosing class:
- Service
public static interface Service.ExpectationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Value
getValue()
Value of the expectation-based assessment.com.google.protobuf.ValueOrBuilder
getValueOrBuilder()
Value of the expectation-based assessment.boolean
hasValue()
Value of the expectation-based assessment.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasValue
boolean hasValue()
Value of the expectation-based assessment. We use google.protobuf.Value to support a flexible schema of expectation values.
optional .google.protobuf.Value value = 2;
- Returns:
- Whether the value field is set.
-
getValue
com.google.protobuf.Value getValue()
Value of the expectation-based assessment. We use google.protobuf.Value to support a flexible schema of expectation values.
optional .google.protobuf.Value value = 2;
- Returns:
- The value.
-
getValueOrBuilder
com.google.protobuf.ValueOrBuilder getValueOrBuilder()
Value of the expectation-based assessment. We use google.protobuf.Value to support a flexible schema of expectation values.
optional .google.protobuf.Value value = 2;
-
-