public static interface Service.RestoreRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRunId()
ID of the run to restore.
|
com.google.protobuf.ByteString |
getRunIdBytes()
ID of the run to restore.
|
boolean |
hasRunId()
ID of the run to restore.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunId()
ID of the run to restore.
optional string run_id = 1 [(.mlflow.validate_required) = true];
String getRunId()
ID of the run to restore.
optional string run_id = 1 [(.mlflow.validate_required) = true];
com.google.protobuf.ByteString getRunIdBytes()
ID of the run to restore.
optional string run_id = 1 [(.mlflow.validate_required) = true];
Copyright © 2019. All rights reserved.