Package org.mlflow.api.proto
Interface Service.EndTraceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.EndTrace
,Service.EndTrace.Builder
- Enclosing class:
Service
public static interface Service.EndTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the trace to end.com.google.protobuf.ByteString
ID of the trace to end.getRequestMetadata
(int index) Additional metadata about the operation being traced.int
Additional metadata about the operation being traced.Additional metadata about the operation being traced.getRequestMetadataOrBuilder
(int index) Additional metadata about the operation being traced.List
<? extends Service.TraceRequestMetadataOrBuilder> Additional metadata about the operation being traced.Overall status of the operation being traced (OK, error, etc).getTags
(int index) Additional tags to add to the trace.int
Additional tags to add to the trace.Additional tags to add to the trace.getTagsOrBuilder
(int index) Additional tags to add to the trace.List
<? extends Service.TraceTagOrBuilder> Additional tags to add to the trace.long
Unix timestamp of when the trace ended in milliseconds.boolean
ID of the trace to end.boolean
Overall status of the operation being traced (OK, error, etc).boolean
Unix timestamp of when the trace ended in milliseconds.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequestId
boolean hasRequestId()ID of the trace to end.
optional string request_id = 1;
- Returns:
- Whether the requestId field is set.
-
getRequestId
String getRequestId()ID of the trace to end.
optional string request_id = 1;
- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()ID of the trace to end.
optional string request_id = 1;
- Returns:
- The bytes for requestId.
-
hasTimestampMs
boolean hasTimestampMs()Unix timestamp of when the trace ended in milliseconds.
optional int64 timestamp_ms = 2;
- Returns:
- Whether the timestampMs field is set.
-
getTimestampMs
long getTimestampMs()Unix timestamp of when the trace ended in milliseconds.
optional int64 timestamp_ms = 2;
- Returns:
- The timestampMs.
-
hasStatus
boolean hasStatus()Overall status of the operation being traced (OK, error, etc).
optional .mlflow.TraceStatus status = 3;
- Returns:
- Whether the status field is set.
-
getStatus
Service.TraceStatus getStatus()Overall status of the operation being traced (OK, error, etc).
optional .mlflow.TraceStatus status = 3;
- Returns:
- The status.
-
getRequestMetadataList
List<Service.TraceRequestMetadata> getRequestMetadataList()Additional metadata about the operation being traced.
repeated .mlflow.TraceRequestMetadata request_metadata = 4;
-
getRequestMetadata
Additional metadata about the operation being traced.
repeated .mlflow.TraceRequestMetadata request_metadata = 4;
-
getRequestMetadataCount
int getRequestMetadataCount()Additional metadata about the operation being traced.
repeated .mlflow.TraceRequestMetadata request_metadata = 4;
-
getRequestMetadataOrBuilderList
List<? extends Service.TraceRequestMetadataOrBuilder> getRequestMetadataOrBuilderList()Additional metadata about the operation being traced.
repeated .mlflow.TraceRequestMetadata request_metadata = 4;
-
getRequestMetadataOrBuilder
Additional metadata about the operation being traced.
repeated .mlflow.TraceRequestMetadata request_metadata = 4;
-
getTagsList
List<Service.TraceTag> getTagsList()Additional tags to add to the trace.
repeated .mlflow.TraceTag tags = 5;
-
getTags
Additional tags to add to the trace.
repeated .mlflow.TraceTag tags = 5;
-
getTagsCount
int getTagsCount()Additional tags to add to the trace.
repeated .mlflow.TraceTag tags = 5;
-
getTagsOrBuilderList
List<? extends Service.TraceTagOrBuilder> getTagsOrBuilderList()Additional tags to add to the trace.
repeated .mlflow.TraceTag tags = 5;
-
getTagsOrBuilder
Additional tags to add to the trace.
repeated .mlflow.TraceTag tags = 5;
-