Package org.mlflow.api.proto
Interface Service.DeleteTraceTagV3OrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.DeleteTraceTagV3,Service.DeleteTraceTagV3.Builder
- Enclosing class:
- Service
public static interface Service.DeleteTraceTagV3OrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()Name of the tag to delete.com.google.protobuf.ByteStringName of the tag to delete.ID of the trace from which to delete the tag.com.google.protobuf.ByteStringID of the trace from which to delete the tag.booleanhasKey()Name of the tag to delete.booleanID of the trace from which to delete the tag.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTraceId
boolean hasTraceId()ID of the trace from which to delete the tag.
optional string trace_id = 3;- Returns:
- Whether the traceId field is set.
-
getTraceId
String getTraceId()ID of the trace from which to delete the tag.
optional string trace_id = 3;- Returns:
- The traceId.
-
getTraceIdBytes
com.google.protobuf.ByteString getTraceIdBytes()ID of the trace from which to delete the tag.
optional string trace_id = 3;- Returns:
- The bytes for traceId.
-
hasKey
boolean hasKey()Name of the tag to delete.
optional string key = 2;- Returns:
- Whether the key field is set.
-
getKey
String getKey()Name of the tag to delete.
optional string key = 2;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()Name of the tag to delete.
optional string key = 2;- Returns:
- The bytes for key.
-