Package org.mlflow.api.proto
Interface Service.RunOutputsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.RunOutputs
,Service.RunOutputs.Builder
- Enclosing class:
- Service
public static interface Service.RunOutputsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.ModelOutput
getModelOutputs(int index)
Model outputs of the Run.int
getModelOutputsCount()
Model outputs of the Run.java.util.List<Service.ModelOutput>
getModelOutputsList()
Model outputs of the Run.Service.ModelOutputOrBuilder
getModelOutputsOrBuilder(int index)
Model outputs of the Run.java.util.List<? extends Service.ModelOutputOrBuilder>
getModelOutputsOrBuilderList()
Model outputs of the Run.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModelOutputsList
java.util.List<Service.ModelOutput> getModelOutputsList()
Model outputs of the Run.
repeated .mlflow.ModelOutput model_outputs = 1;
-
getModelOutputs
Service.ModelOutput getModelOutputs(int index)
Model outputs of the Run.
repeated .mlflow.ModelOutput model_outputs = 1;
-
getModelOutputsCount
int getModelOutputsCount()
Model outputs of the Run.
repeated .mlflow.ModelOutput model_outputs = 1;
-
getModelOutputsOrBuilderList
java.util.List<? extends Service.ModelOutputOrBuilder> getModelOutputsOrBuilderList()
Model outputs of the Run.
repeated .mlflow.ModelOutput model_outputs = 1;
-
getModelOutputsOrBuilder
Service.ModelOutputOrBuilder getModelOutputsOrBuilder(int index)
Model outputs of the Run.
repeated .mlflow.ModelOutput model_outputs = 1;
-
-