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 Summary
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
-
hasInfo
boolean hasInfo()Run metadata.
optional .mlflow.RunInfo info = 1;
- Returns:
- Whether the info field is set.
-
getInfo
Service.RunInfo getInfo()Run metadata.
optional .mlflow.RunInfo info = 1;
- Returns:
- The info.
-
getInfoOrBuilder
Service.RunInfoOrBuilder getInfoOrBuilder()Run metadata.
optional .mlflow.RunInfo info = 1;
-
hasData
boolean hasData()Run data.
optional .mlflow.RunData data = 2;
- Returns:
- Whether the data field is set.
-
getData
Service.RunData getData()Run data.
optional .mlflow.RunData data = 2;
- Returns:
- The data.
-
getDataOrBuilder
Service.RunDataOrBuilder getDataOrBuilder()Run data.
optional .mlflow.RunData data = 2;
-
hasInputs
boolean hasInputs()Run inputs.
optional .mlflow.RunInputs inputs = 3;
- Returns:
- Whether the inputs field is set.
-
getInputs
Service.RunInputs getInputs()Run inputs.
optional .mlflow.RunInputs inputs = 3;
- Returns:
- The inputs.
-
getInputsOrBuilder
Service.RunInputsOrBuilder getInputsOrBuilder()Run inputs.
optional .mlflow.RunInputs inputs = 3;
-