Package org.mlflow.api.proto
Interface Service.StartTraceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.StartTrace
,Service.StartTrace.Builder
- Enclosing class:
Service
public static interface Service.StartTraceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionID of the associated experiment.com.google.protobuf.ByteString
ID of the associated experiment.getRequestMetadata
(int index) Metadata about the request that initiated the trace.int
Metadata about the request that initiated the trace.Metadata about the request that initiated the trace.getRequestMetadataOrBuilder
(int index) Metadata about the request that initiated the trace.List
<? extends Service.TraceRequestMetadataOrBuilder> Metadata about the request that initiated the trace.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
ID of the associated experiment.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
-
hasExperimentId
boolean hasExperimentId()ID of the associated experiment.
optional string experiment_id = 1;
- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()ID of the associated experiment.
optional string experiment_id = 1;
- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()ID of the associated experiment.
optional string experiment_id = 1;
- Returns:
- The bytes for experimentId.
-
hasTimestampMs
boolean hasTimestampMs()Unix timestamp of when the trace started in milliseconds.
optional int64 timestamp_ms = 2;
- Returns:
- Whether the timestampMs field is set.
-
getTimestampMs
long getTimestampMs()Unix timestamp of when the trace started in milliseconds.
optional int64 timestamp_ms = 2;
- Returns:
- The timestampMs.
-
getRequestMetadataList
List<Service.TraceRequestMetadata> getRequestMetadataList()Metadata about the request that initiated the trace.
repeated .mlflow.TraceRequestMetadata request_metadata = 3;
-
getRequestMetadata
Metadata about the request that initiated the trace.
repeated .mlflow.TraceRequestMetadata request_metadata = 3;
-
getRequestMetadataCount
int getRequestMetadataCount()Metadata about the request that initiated the trace.
repeated .mlflow.TraceRequestMetadata request_metadata = 3;
-
getRequestMetadataOrBuilderList
List<? extends Service.TraceRequestMetadataOrBuilder> getRequestMetadataOrBuilderList()Metadata about the request that initiated the trace.
repeated .mlflow.TraceRequestMetadata request_metadata = 3;
-
getRequestMetadataOrBuilder
Metadata about the request that initiated the trace.
repeated .mlflow.TraceRequestMetadata request_metadata = 3;
-
getTagsList
List<Service.TraceTag> getTagsList()Tags for the trace.
repeated .mlflow.TraceTag tags = 4;
-
getTags
Tags for the trace.
repeated .mlflow.TraceTag tags = 4;
-
getTagsCount
int getTagsCount()Tags for the trace.
repeated .mlflow.TraceTag tags = 4;
-
getTagsOrBuilderList
List<? extends Service.TraceTagOrBuilder> getTagsOrBuilderList()Tags for the trace.
repeated .mlflow.TraceTag tags = 4;
-
getTagsOrBuilder
Tags for the trace.
repeated .mlflow.TraceTag tags = 4;
-