public static interface Service.DeleteTagOrBuilder
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 that the tag was logged under.
|
com.google.protobuf.ByteString |
getRunIdBytes()
ID of the run that the tag was logged under.
|
boolean |
hasKey()
Name of the tag.
|
boolean |
hasRunId()
ID of the run that the tag was logged under.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRunId()
ID of the run that the tag was logged under. Must be provided.
optional string run_id = 1 [(.mlflow.validate_required) = true];String getRunId()
ID of the run that the tag was logged under. Must be provided.
optional string run_id = 1 [(.mlflow.validate_required) = true];com.google.protobuf.ByteString getRunIdBytes()
ID of the run that the tag was logged under. Must be provided.
optional string run_id = 1 [(.mlflow.validate_required) = true];boolean hasKey()
Name of the tag. Maximum size is 255 bytes. Must be provided.
optional string key = 2 [(.mlflow.validate_required) = true];String getKey()
Name of the tag. Maximum size is 255 bytes. Must be provided.
optional string key = 2 [(.mlflow.validate_required) = true];com.google.protobuf.ByteString getKeyBytes()
Name of the tag. Maximum size is 255 bytes. Must be provided.
optional string key = 2 [(.mlflow.validate_required) = true];Copyright © 2019. All rights reserved.