public static interface Service.SetTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Name of the tag.
|
com.google.protobuf.ByteString |
getKeyBytes()
Name of the tag.
|
String |
getRunId()
ID of the run under which to log the tag.
|
com.google.protobuf.ByteString |
getRunIdBytes()
ID of the run under which to log the tag.
|
String |
getRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the tag.
|
com.google.protobuf.ByteString |
getRunUuidBytes()
[Deprecated, use run_id instead] ID of the run under which to log the tag.
|
String |
getValue()
String value of the tag being logged.
|
com.google.protobuf.ByteString |
getValueBytes()
String value of the tag being logged.
|
boolean |
hasKey()
Name of the tag.
|
boolean |
hasRunId()
ID of the run under which to log the tag.
|
boolean |
hasRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the tag.
|
boolean |
hasValue()
String value of the tag being logged.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRunId()
ID of the run under which to log the tag. Must be provided.
optional string run_id = 4;String getRunId()
ID of the run under which to log the tag. Must be provided.
optional string run_id = 4;com.google.protobuf.ByteString getRunIdBytes()
ID of the run under which to log the tag. Must be provided.
optional string run_id = 4;boolean hasRunUuid()
[Deprecated, use run_id instead] ID of the run under which to log the tag. 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 under which to log the tag. 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 under which to log the tag. This field will be removed in a future MLflow version.
optional string run_uuid = 1;boolean hasKey()
Name of the tag. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];String getKey()
Name of the tag. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];com.google.protobuf.ByteString getKeyBytes()
Name of the tag. Maximum size is 255 bytes.
optional string key = 2 [(.mlflow.validate_required) = true];boolean hasValue()
String value of the tag being logged. Maximum size is 5000 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];String getValue()
String value of the tag being logged. Maximum size is 5000 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];com.google.protobuf.ByteString getValueBytes()
String value of the tag being logged. Maximum size is 5000 bytes.
optional string value = 3 [(.mlflow.validate_required) = true];Copyright © 2019. All rights reserved.