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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Service.RungetRun()The newly created run.Service.RunOrBuildergetRunOrBuilder()The newly created run.booleanhasRun()The newly created run.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasRunboolean hasRun() The newly created run. optional .mlflow.Run run = 1;- Returns:
- Whether the run field is set.
 
 - 
getRunService.Run getRun() The newly created run. optional .mlflow.Run run = 1;- Returns:
- The run.
 
 - 
getRunOrBuilderService.RunOrBuilder getRunOrBuilder() The newly created run. optional .mlflow.Run run = 1;
 
- 
 
-