public static interface Service.UpdateRunOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEndTime()
Unix timestamp in milliseconds of when the run ended.
|
String |
getRunId()
ID of the run to update.
|
com.google.protobuf.ByteString |
getRunIdBytes()
ID of the run to update.
|
String |
getRunUuid()
[Deprecated, use run_id instead] ID of the run to update..
|
com.google.protobuf.ByteString |
getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run to update..
|
Service.RunStatus |
getStatus()
Updated status of the run.
|
boolean |
hasEndTime()
Unix timestamp in milliseconds of when the run ended.
|
boolean |
hasRunId()
ID of the run to update.
|
boolean |
hasRunUuid()
[Deprecated, use run_id instead] 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()
[Deprecated, use run_id instead] ID of the run to update.. This field will be removed in a future MLflow version.
optional string run_uuid = 1;
String getRunUuid()
[Deprecated, use run_id instead] ID of the run to update.. This field will be removed in a future MLflow version.
optional string run_uuid = 1;
com.google.protobuf.ByteString getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run to update.. This field will be removed in a future MLflow version.
optional string run_uuid = 1;
boolean hasRunId()
ID of the run to update. Must be provided.
optional string run_id = 4;
String getRunId()
ID of the run to update. Must be provided.
optional string run_id = 4;
com.google.protobuf.ByteString getRunIdBytes()
ID of the run to update. Must be provided.
optional string run_id = 4;
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 in milliseconds of when the run ended.
optional int64 end_time = 3;
long getEndTime()
Unix timestamp in milliseconds of when the run ended.
optional int64 end_time = 3;
Copyright © 2019. All rights reserved.