Package org.mlflow.api.proto
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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.DatasetInputgetDatasetInputs(int index)Dataset inputs to the Run.intgetDatasetInputsCount()Dataset inputs to the Run.java.util.List<Service.DatasetInput>getDatasetInputsList()Dataset inputs to the Run.Service.DatasetInputOrBuildergetDatasetInputsOrBuilder(int index)Dataset inputs to the Run.java.util.List<? extends Service.DatasetInputOrBuilder>getDatasetInputsOrBuilderList()Dataset inputs to the Run.Service.ModelInputgetModelInputs(int index)Model inputs to the Run.intgetModelInputsCount()Model inputs to the Run.java.util.List<Service.ModelInput>getModelInputsList()Model inputs to the Run.Service.ModelInputOrBuildergetModelInputsOrBuilder(int index)Model inputs to the Run.java.util.List<? extends Service.ModelInputOrBuilder>getModelInputsOrBuilderList()Model inputs to the Run.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getDatasetInputsListjava.util.List<Service.DatasetInput> getDatasetInputsList() Dataset inputs to the Run. repeated .mlflow.DatasetInput dataset_inputs = 1;
 - 
getDatasetInputsService.DatasetInput getDatasetInputs(int index) Dataset inputs to the Run. repeated .mlflow.DatasetInput dataset_inputs = 1;
 - 
getDatasetInputsCountint getDatasetInputsCount() Dataset inputs to the Run. repeated .mlflow.DatasetInput dataset_inputs = 1;
 - 
getDatasetInputsOrBuilderListjava.util.List<? extends Service.DatasetInputOrBuilder> getDatasetInputsOrBuilderList() Dataset inputs to the Run. repeated .mlflow.DatasetInput dataset_inputs = 1;
 - 
getDatasetInputsOrBuilderService.DatasetInputOrBuilder getDatasetInputsOrBuilder(int index) Dataset inputs to the Run. repeated .mlflow.DatasetInput dataset_inputs = 1;
 - 
getModelInputsListjava.util.List<Service.ModelInput> getModelInputsList() Model inputs to the Run. repeated .mlflow.ModelInput model_inputs = 2;
 - 
getModelInputsService.ModelInput getModelInputs(int index) Model inputs to the Run. repeated .mlflow.ModelInput model_inputs = 2;
 - 
getModelInputsCountint getModelInputsCount() Model inputs to the Run. repeated .mlflow.ModelInput model_inputs = 2;
 - 
getModelInputsOrBuilderListjava.util.List<? extends Service.ModelInputOrBuilder> getModelInputsOrBuilderList() Model inputs to the Run. repeated .mlflow.ModelInput model_inputs = 2;
 - 
getModelInputsOrBuilderService.ModelInputOrBuilder getModelInputsOrBuilder(int index) Model inputs to the Run. repeated .mlflow.ModelInput model_inputs = 2;
 
- 
 
-