Package org.mlflow.api.proto
Interface Service.TraceInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.TraceInfo
,Service.TraceInfo.Builder
- Enclosing class:
Service
public static interface Service.TraceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
Unix timestamp of the duration of the trace in milliseconds.The ID of the experiment that contains the trace.com.google.protobuf.ByteString
The ID of the experiment that contains the trace.Unique identifier for the trace.com.google.protobuf.ByteString
Unique identifier for the trace.getRequestMetadata
(int index) Other trace metadata.int
Other trace metadata.Other trace metadata.getRequestMetadataOrBuilder
(int index) Other trace metadata.List
<? extends Service.TraceRequestMetadataOrBuilder> Other trace metadata.Overall status of the operation being traced (OK, error, etc.).getTags
(int index) Tags for the trace.int
Tags for the trace.Tags for the trace.getTagsOrBuilder
(int index) Tags for the trace.List
<? extends Service.TraceTagOrBuilder> Tags for the trace.long
Unix timestamp of when the trace started in milliseconds.boolean
Unix timestamp of the duration of the trace in milliseconds.boolean
The ID of the experiment that contains the trace.boolean
Unique identifier for the trace.boolean
Overall status of the operation being traced (OK, error, etc.).boolean
Unix timestamp of when the trace started 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()Unique identifier for the trace.
optional string request_id = 1;
- Returns:
- Whether the requestId field is set.
-
getRequestId
String getRequestId()Unique identifier for the trace.
optional string request_id = 1;
- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()Unique identifier for the trace.
optional string request_id = 1;
- Returns:
- The bytes for requestId.
-
hasExperimentId
boolean hasExperimentId()The ID of the experiment that contains the trace.
optional string experiment_id = 2;
- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()The ID of the experiment that contains the trace.
optional string experiment_id = 2;
- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()The ID of the experiment that contains the trace.
optional string experiment_id = 2;
- Returns:
- The bytes for experimentId.
-
hasTimestampMs
boolean hasTimestampMs()Unix timestamp of when the trace started in milliseconds.
optional int64 timestamp_ms = 3;
- Returns:
- Whether the timestampMs field is set.
-
getTimestampMs
long getTimestampMs()Unix timestamp of when the trace started in milliseconds.
optional int64 timestamp_ms = 3;
- Returns:
- The timestampMs.
-
hasExecutionTimeMs
boolean hasExecutionTimeMs()Unix timestamp of the duration of the trace in milliseconds.
optional int64 execution_time_ms = 4;
- Returns:
- Whether the executionTimeMs field is set.
-
getExecutionTimeMs
long getExecutionTimeMs()Unix timestamp of the duration of the trace in milliseconds.
optional int64 execution_time_ms = 4;
- Returns:
- The executionTimeMs.
-
hasStatus
boolean hasStatus()Overall status of the operation being traced (OK, error, etc.).
optional .mlflow.TraceStatus status = 5;
- 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 = 5;
- Returns:
- The status.
-
getRequestMetadataList
List<Service.TraceRequestMetadata> getRequestMetadataList()Other trace metadata.
repeated .mlflow.TraceRequestMetadata request_metadata = 6;
-
getRequestMetadata
Other trace metadata.
repeated .mlflow.TraceRequestMetadata request_metadata = 6;
-
getRequestMetadataCount
int getRequestMetadataCount()Other trace metadata.
repeated .mlflow.TraceRequestMetadata request_metadata = 6;
-
getRequestMetadataOrBuilderList
List<? extends Service.TraceRequestMetadataOrBuilder> getRequestMetadataOrBuilderList()Other trace metadata.
repeated .mlflow.TraceRequestMetadata request_metadata = 6;
-
getRequestMetadataOrBuilder
Other trace metadata.
repeated .mlflow.TraceRequestMetadata request_metadata = 6;
-
getTagsList
List<Service.TraceTag> getTagsList()Tags for the trace.
repeated .mlflow.TraceTag tags = 7;
-
getTags
Tags for the trace.
repeated .mlflow.TraceTag tags = 7;
-
getTagsCount
int getTagsCount()Tags for the trace.
repeated .mlflow.TraceTag tags = 7;
-
getTagsOrBuilderList
List<? extends Service.TraceTagOrBuilder> getTagsOrBuilderList()Tags for the trace.
repeated .mlflow.TraceTag tags = 7;
-
getTagsOrBuilder
Tags for the trace.
repeated .mlflow.TraceTag tags = 7;
-