Interface Service.GetRun.ResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Service.Run getRun()
      Run metadata (name, start time, etc) and data (metrics, params, and tags).
      Service.RunOrBuilder getRunOrBuilder()
      Run metadata (name, start time, etc) and data (metrics, params, and tags).
      boolean hasRun()
      Run metadata (name, start time, etc) and data (metrics, params, and tags).
      • 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

      • hasRun

        boolean hasRun()
         Run metadata (name, start time, etc) and data (metrics, params, and tags).
         
        optional .mlflow.Run run = 1;
        Returns:
        Whether the run field is set.
      • getRun

        Service.Run getRun()
         Run metadata (name, start time, etc) and data (metrics, params, and tags).
         
        optional .mlflow.Run run = 1;
        Returns:
        The run.
      • getRunOrBuilder

        Service.RunOrBuilder getRunOrBuilder()
         Run metadata (name, start time, etc) and data (metrics, params, and tags).
         
        optional .mlflow.Run run = 1;