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
Modifier and TypeMethodDescriptiongetModelOutputs
(int index) Model outputs of the Run.int
Model outputs of the Run.Model outputs of the Run.getModelOutputsOrBuilder
(int index) Model outputs of the Run.List<? extends Service.ModelOutputOrBuilder>
Model outputs of the Run.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getModelOutputsList
List<Service.ModelOutput> getModelOutputsList()Model outputs of the Run.
repeated .mlflow.ModelOutput model_outputs = 1;
-
getModelOutputs
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
List<? extends Service.ModelOutputOrBuilder> getModelOutputsOrBuilderList()Model outputs of the Run.
repeated .mlflow.ModelOutput model_outputs = 1;
-
getModelOutputsOrBuilder
Model outputs of the Run.
repeated .mlflow.ModelOutput model_outputs = 1;
-