Interface Service.UpdateRun.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.RunInfo getRunInfo()
      Updated metadata of the run.
      Service.RunInfoOrBuilder getRunInfoOrBuilder()
      Updated metadata of the run.
      boolean hasRunInfo()
      Updated metadata of the run.
      • 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

      • hasRunInfo

        boolean hasRunInfo()
         Updated metadata of the run.
         
        optional .mlflow.RunInfo run_info = 1;
        Returns:
        Whether the runInfo field is set.
      • getRunInfo

        Service.RunInfo getRunInfo()
         Updated metadata of the run.
         
        optional .mlflow.RunInfo run_info = 1;
        Returns:
        The runInfo.
      • getRunInfoOrBuilder

        Service.RunInfoOrBuilder getRunInfoOrBuilder()
         Updated metadata of the run.
         
        optional .mlflow.RunInfo run_info = 1;