public static interface Service.UpdateRun.ResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Service.RunInfo |
getRunInfo()
Updated metadata of the run.
|
Service.RunInfoOrBuilder |
getRunInfoOrBuilder()
Updated metadata of the run.
|
boolean |
hasRunInfo()
Updated metadata of the run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunInfo()
Updated metadata of the run.
optional .mlflow.RunInfo run_info = 1;
Service.RunInfo getRunInfo()
Updated metadata of the run.
optional .mlflow.RunInfo run_info = 1;
Service.RunInfoOrBuilder getRunInfoOrBuilder()
Updated metadata of the run.
optional .mlflow.RunInfo run_info = 1;
Copyright © 2019. All rights reserved.