Interface Service.RunInputsOrBuilder

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

public static interface Service.RunInputsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDatasetInputsList

      List<Service.DatasetInput> getDatasetInputsList()
       Dataset inputs to the Run.
       
      repeated .mlflow.DatasetInput dataset_inputs = 1;
    • getDatasetInputs

      Service.DatasetInput getDatasetInputs(int index)
       Dataset inputs to the Run.
       
      repeated .mlflow.DatasetInput dataset_inputs = 1;
    • getDatasetInputsCount

      int getDatasetInputsCount()
       Dataset inputs to the Run.
       
      repeated .mlflow.DatasetInput dataset_inputs = 1;
    • getDatasetInputsOrBuilderList

      List<? extends Service.DatasetInputOrBuilder> getDatasetInputsOrBuilderList()
       Dataset inputs to the Run.
       
      repeated .mlflow.DatasetInput dataset_inputs = 1;
    • getDatasetInputsOrBuilder

      Service.DatasetInputOrBuilder getDatasetInputsOrBuilder(int index)
       Dataset inputs to the Run.
       
      repeated .mlflow.DatasetInput dataset_inputs = 1;