Interface Service.UpdateAssessment.ResponseOrBuilder

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