public static interface Service.UpdateRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEndTime()
Unix timestamp of when the run ended in milliseconds.
|
String |
getRunUuid()
ID of the run to update.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
ID of the run to update.
|
Service.RunStatus |
getStatus()
Updated status of the run.
|
boolean |
hasEndTime()
Unix timestamp of when the run ended in milliseconds.
|
boolean |
hasRunUuid()
ID of the run to update.
|
boolean |
hasStatus()
Updated status of the run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRunUuid()
ID of the run to update.
optional string run_uuid = 1 [(.validate_required) = true];
String getRunUuid()
ID of the run to update.
optional string run_uuid = 1 [(.validate_required) = true];
com.google.protobuf.ByteString getRunUuidBytes()
ID of the run to update.
optional string run_uuid = 1 [(.validate_required) = true];
boolean hasStatus()
Updated status of the run.
optional .mlflow.RunStatus status = 2;
Service.RunStatus getStatus()
Updated status of the run.
optional .mlflow.RunStatus status = 2;
boolean hasEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 3;
long getEndTime()
Unix timestamp of when the run ended in milliseconds.
optional int64 end_time = 3;
Copyright © 2019. All rights reserved.