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
Modifier and TypeMethodDescriptionThe Assessment after the update.The Assessment after the update.boolean
The Assessment after the update.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAssessment
boolean hasAssessment()The Assessment after the update.
optional .mlflow.assessments.Assessment assessment = 1;
- Returns:
- Whether the assessment field is set.
-
getAssessment
Assessments.Assessment getAssessment()The Assessment after the update.
optional .mlflow.assessments.Assessment assessment = 1;
- Returns:
- The assessment.
-
getAssessmentOrBuilder
Assessments.AssessmentOrBuilder getAssessmentOrBuilder()The Assessment after the update.
optional .mlflow.assessments.Assessment assessment = 1;
-