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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.ModelOutputgetModelOutputs(int index)Model outputs of the Run.intgetModelOutputsCount()Model outputs of the Run.java.util.List<Service.ModelOutput>getModelOutputsList()Model outputs of the Run.Service.ModelOutputOrBuildergetModelOutputsOrBuilder(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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getModelOutputsListjava.util.List<Service.ModelOutput> getModelOutputsList() Model outputs of the Run. repeated .mlflow.ModelOutput model_outputs = 1;
 - 
getModelOutputsService.ModelOutput getModelOutputs(int index) Model outputs of the Run. repeated .mlflow.ModelOutput model_outputs = 1;
 - 
getModelOutputsCountint getModelOutputsCount() Model outputs of the Run. repeated .mlflow.ModelOutput model_outputs = 1;
 - 
getModelOutputsOrBuilderListjava.util.List<? extends Service.ModelOutputOrBuilder> getModelOutputsOrBuilderList() Model outputs of the Run. repeated .mlflow.ModelOutput model_outputs = 1;
 - 
getModelOutputsOrBuilderService.ModelOutputOrBuilder getModelOutputsOrBuilder(int index) Model outputs of the Run. repeated .mlflow.ModelOutput model_outputs = 1;
 
- 
 
-