Interface Service.UpdateAssessment.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Assessments.Assessment getAssessment()
      The Assessment after the update.
      Assessments.AssessmentOrBuilder getAssessmentOrBuilder()
      The Assessment after the update.
      boolean hasAssessment()
      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 Detail

      • 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;