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 Summary
Modifier and TypeMethodDescriptiongetDatasetInputs(int index) Dataset inputs to the Run.intDataset inputs to the Run.Dataset inputs to the Run.getDatasetInputsOrBuilder(int index) Dataset inputs to the Run.List<? extends Service.DatasetInputOrBuilder>Dataset inputs to the Run.getModelInputs(int index) Model inputs to the Run.intModel inputs to the Run.Model inputs to the Run.getModelInputsOrBuilder(int index) Model inputs to the Run.List<? extends Service.ModelInputOrBuilder>Model inputs to the Run.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDatasetInputsList
List<Service.DatasetInput> getDatasetInputsList()Dataset inputs to the Run.
repeated .mlflow.DatasetInput dataset_inputs = 1; -
getDatasetInputs
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
Dataset inputs to the Run.
repeated .mlflow.DatasetInput dataset_inputs = 1; -
getModelInputsList
List<Service.ModelInput> getModelInputsList()Model inputs to the Run.
repeated .mlflow.ModelInput model_inputs = 2; -
getModelInputs
Model inputs to the Run.
repeated .mlflow.ModelInput model_inputs = 2; -
getModelInputsCount
int getModelInputsCount()Model inputs to the Run.
repeated .mlflow.ModelInput model_inputs = 2; -
getModelInputsOrBuilderList
List<? extends Service.ModelInputOrBuilder> getModelInputsOrBuilderList()Model inputs to the Run.
repeated .mlflow.ModelInput model_inputs = 2; -
getModelInputsOrBuilder
Model inputs to the Run.
repeated .mlflow.ModelInput model_inputs = 2;
-