Package org.mlflow.api.proto
Interface Service.CreateRun.ResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.CreateRun.Response
,Service.CreateRun.Response.Builder
- Enclosing class:
- Service.CreateRun
public static interface Service.CreateRun.ResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.Run
getRun()
The newly created run.Service.RunOrBuilder
getRunOrBuilder()
The newly created run.boolean
hasRun()
The newly created run.-
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()
The newly created run.
optional .mlflow.Run run = 1;
- Returns:
- Whether the run field is set.
-
getRun
Service.Run getRun()
The newly created run.
optional .mlflow.Run run = 1;
- Returns:
- The run.
-
getRunOrBuilder
Service.RunOrBuilder getRunOrBuilder()
The newly created run.
optional .mlflow.Run run = 1;
-
-