Package org.mlflow.api.proto
Interface Service.GetRun.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetRun.Response
,Service.GetRun.Response.Builder
- Enclosing class:
- Service.GetRun
public static interface Service.GetRun.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.Run
getRun()
Run metadata (name, start time, etc) and data (metrics, params, and tags).Service.RunOrBuilder
getRunOrBuilder()
Run metadata (name, start time, etc) and data (metrics, params, and tags).boolean
hasRun()
Run metadata (name, start time, etc) and data (metrics, params, and tags).-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRun
boolean hasRun()
Run metadata (name, start time, etc) and data (metrics, params, and tags).
optional .mlflow.Run run = 1;
- Returns:
- Whether the run field is set.
-
getRun
Service.Run getRun()
Run metadata (name, start time, etc) and data (metrics, params, and tags).
optional .mlflow.Run run = 1;
- Returns:
- The run.
-
getRunOrBuilder
Service.RunOrBuilder getRunOrBuilder()
Run metadata (name, start time, etc) and data (metrics, params, and tags).
optional .mlflow.Run run = 1;
-
-