Package org.mlflow.api.proto
Interface Service.RunOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.Run,- Service.Run.Builder
 - Enclosing class:
- Service
 
 public static interface Service.RunOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.RunDatagetData()Run data.Service.RunDataOrBuildergetDataOrBuilder()Run data.Service.RunInfogetInfo()Run metadata.Service.RunInfoOrBuildergetInfoOrBuilder()Run metadata.Service.RunInputsgetInputs()Run inputs.Service.RunInputsOrBuildergetInputsOrBuilder()Run inputs.Service.RunOutputsgetOutputs()Run outputs.Service.RunOutputsOrBuildergetOutputsOrBuilder()Run outputs.booleanhasData()Run data.booleanhasInfo()Run metadata.booleanhasInputs()Run inputs.booleanhasOutputs()Run outputs.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasInfoboolean hasInfo() Run metadata. optional .mlflow.RunInfo info = 1;- Returns:
- Whether the info field is set.
 
 - 
getInfoService.RunInfo getInfo() Run metadata. optional .mlflow.RunInfo info = 1;- Returns:
- The info.
 
 - 
getInfoOrBuilderService.RunInfoOrBuilder getInfoOrBuilder() Run metadata. optional .mlflow.RunInfo info = 1;
 - 
hasDataboolean hasData() Run data. optional .mlflow.RunData data = 2;- Returns:
- Whether the data field is set.
 
 - 
getDataService.RunData getData() Run data. optional .mlflow.RunData data = 2;- Returns:
- The data.
 
 - 
getDataOrBuilderService.RunDataOrBuilder getDataOrBuilder() Run data. optional .mlflow.RunData data = 2;
 - 
hasInputsboolean hasInputs() Run inputs. optional .mlflow.RunInputs inputs = 3;- Returns:
- Whether the inputs field is set.
 
 - 
getInputsService.RunInputs getInputs() Run inputs. optional .mlflow.RunInputs inputs = 3;- Returns:
- The inputs.
 
 - 
getInputsOrBuilderService.RunInputsOrBuilder getInputsOrBuilder() Run inputs. optional .mlflow.RunInputs inputs = 3;
 - 
hasOutputsboolean hasOutputs() Run outputs. optional .mlflow.RunOutputs outputs = 4;- Returns:
- Whether the outputs field is set.
 
 - 
getOutputsService.RunOutputs getOutputs() Run outputs. optional .mlflow.RunOutputs outputs = 4;- Returns:
- The outputs.
 
 - 
getOutputsOrBuilderService.RunOutputsOrBuilder getOutputsOrBuilder() Run outputs. optional .mlflow.RunOutputs outputs = 4;
 
- 
 
-