public static interface Service.CreateRun.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.Run |
getRun()
The newly created run.
|
Service.RunOrBuilder |
getRunOrBuilder()
The newly created run.
|
boolean |
hasRun()
The newly created run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRun()
The newly created run.
optional .mlflow.Run run = 1;
Service.Run getRun()
The newly created run.
optional .mlflow.Run run = 1;
Service.RunOrBuilder getRunOrBuilder()
The newly created run.
optional .mlflow.Run run = 1;
Copyright © 2019. All rights reserved.