Package org.mlflow.api.proto
Interface Service.UpdateAssessment.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.UpdateAssessment.Response
,Service.UpdateAssessment.Response.Builder
- Enclosing class:
- Service.UpdateAssessment
public static interface Service.UpdateAssessment.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.Assessment
getAssessment()
The Assessment after the update.Service.AssessmentOrBuilder
getAssessmentOrBuilder()
The Assessment after the update.boolean
hasAssessment()
The Assessment after the update.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAssessment
boolean hasAssessment()
The Assessment after the update.
optional .mlflow.Assessment assessment = 1;
- Returns:
- Whether the assessment field is set.
-
getAssessment
Service.Assessment getAssessment()
The Assessment after the update.
optional .mlflow.Assessment assessment = 1;
- Returns:
- The assessment.
-
getAssessmentOrBuilder
Service.AssessmentOrBuilder getAssessmentOrBuilder()
The Assessment after the update.
optional .mlflow.Assessment assessment = 1;
-
-