Interface Service.RunOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Service.Run, Service.Run.Builder
    Enclosing class:
    Service

    public static interface Service.RunOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasInfo

        boolean hasInfo()
         Run metadata.
         
        optional .mlflow.RunInfo info = 1;
        Returns:
        Whether the info field is set.
      • getInfo

        Service.RunInfo getInfo()
         Run metadata.
         
        optional .mlflow.RunInfo info = 1;
        Returns:
        The info.
      • hasData

        boolean hasData()
         Run data.
         
        optional .mlflow.RunData data = 2;
        Returns:
        Whether the data field is set.
      • getData

        Service.RunData getData()
         Run data.
         
        optional .mlflow.RunData data = 2;
        Returns:
        The data.
      • hasInputs

        boolean hasInputs()
         Run inputs.
         
        optional .mlflow.RunInputs inputs = 3;
        Returns:
        Whether the inputs field is set.
      • getInputs

        Service.RunInputs getInputs()
         Run inputs.
         
        optional .mlflow.RunInputs inputs = 3;
        Returns:
        The inputs.